Readit News logoReadit News
justin_oaks · a year ago
I'd like to give praise for the "Target User Group" section on the homepage.

Not only does it say what users the app is for, but also who it is NOT for. I think this kind of information is invaluable in deciding whether or not to use or suggest an app.

I can understand if app developers want EVERYBODY to user their app (whether or not its the best for the job) or if the app developer just doesn't want to take the time to write out who the app is NOT for. But I will praise those who do include that information.

okigan · a year ago
After reading the parent comment - I thought to myself “so what”.

But after reading it on the product page - I fully agree: seeing clearly the targeted personas and out of scope usage significantly elevates my trust in the product and the team behind it.

Have not used the software, but now I want to try

TheCleric · a year ago
I like it and I'll take it a step further. I think this is important information for a developer to admit to THEMSELVES at least. Being all things to all people is a route straight to burnout for an open source project.
behnamoh · a year ago
And yet, it is not available on macOS, presumably THE platform where that target user group lives.
jhbadger · a year ago
pip install pyspread works just fine on macOS (assuming you have pip and python installed, which anyone who would be interested in having a python-enabled spreadsheet would have).
hanche · a year ago
Not quite true, as others have pointed out. However, the installation instructions say this:

> While there have been reports that pyspread can be used on OS X, OS X is currently unsupported (can you help?).

I think that would make many non-technical users uncomfortable.

yazzku · a year ago
And what makes you think that?
worldwidelies · a year ago
I found a typo in the "Target User Group" section.

Original Sentence:

> Furthermore, Peter is worried about algorithmic errors and calculation inaccuracies is his complicated tables.

Correction:

> Furthermore, Peter is worried about algorithmic errors and calculation inaccuracies in his complicated tables.

WillAdams · a year ago
I would really like to see a distribution which puts all the best alternative software together:

- pyspread for a spreadsheet

- LyX for a word-processor

- OpenSCAD for a 3D modeler

- TkzEdt (or ipe) for 2D drawing

&c.

(and I'd be interested in suggestions for similar software for other tasks, esp. presentations and database work)

LeifCarrotson · a year ago
KiCad for electronics development.

Blender for 3D graphics.

Gimp for photo editing.

Inkscape for illustration.

Though I'd recommend FreeCAD over OpenSCAD as a 3D modeling tool for most users as an alternative to traditional CAD tools...and therein lies the distro problem.

johnmaguire · a year ago
Gimp is really not great for photo editing IMO - it really shines at photo manipulation. (i.e. it is Photoshop, not Lightroom.)

For RAW development (a la Lightroom), DarkTable and RawTherapee exist. I've only tried the former, and found it incredibly difficult to use.

I also prefer Krita for digital illustration (though maybe that's unfair - it's best at digital painting specifically.) Of course, if you need vector support, Inkscape is the obvious answer.

WillAdams · a year ago
Good points.

I was trying to think of unusual programs with non-standard approaches.

Perhaps rather than FreeCAD either BRL-CAD, or maybe the recently announced Dune 3D:

https://news.ycombinator.com/item?id=40228068

Also, Blender w/ CADsketcher (the Solvespace solver) is quite good:

https://news.ycombinator.com/item?id=34856383

Though maybe Solvespace would be a better match?

https://news.ycombinator.com/item?id=33571555

synergy20 · a year ago
drawio for diagrams
diath · a year ago
But why do you even need a distro to begin with just to ship certain software set? Install Arch/Gentoo and install whatever is your preferred software of choice, or hell, you can even do that on any other distro.
comte7092 · a year ago
The value a dedicated distro provides here is that you don’t have to do the legwork to research and find the best tools.

As power users we may want to do that ourselves, but a lot of people place value in having that curation done for them.

WillAdams · a year ago
I think it would be an interesting thing for a distro to market/focus on, and it might help to find/identify/encourage additional such software.
cryptonector · a year ago
A pkg group is enough.
TheCleric · a year ago
I tend to use AlternativeTo for that.

For example: https://alternativeto.net/software/pyspread/

heggy · a year ago
When would you take OpenSCAD over Blender?
gibspaulding · a year ago
OpenSCAD is really good for parametric designs. One of the first things I designed in OpenSCAD was a bicycle sprocket where you could input how many teeth you wanted, link length, how thick, etc. and OpenSCAD would generate the sprocket according to those parameters. I recall seeing a while back that blender was adding support for this kind of thing so I'm sure it's possible, but it was very intuitive in OpenSCAD.

For any large project I'm sure Blender (or FreeCAD) would be a better choice, but as someone with some programming background just starting out, OpenSCAD feels way more accessible.

bitdivision · a year ago
Blender wasn't originally designed to be used for CAD type applications. It's possible of course, but you're likely better off with something specifically meant for precision CAD models. Specifically for 3d printing, I don't think blender is ideal.

I think most programmers like OpenSCAD - what better way to make parametric CAD models than by writing code?

giancarlostoro · a year ago
My understanding is that with CAD software you can go backwards and have (near?) infinite edit history, in a way you cannot with Blender. Which makes it very, very useful.
constantcrying · a year ago
Blender can't do CAD. At least it can't do what you would want to do in a CAD program.

The most important difference is that Blender operates on meshes, CAD programs don't.

throwaway2037 · a year ago
Debian should do.
stainablesteel · a year ago
anything that replaces powerpoint?
WillAdams · a year ago
If you're a hardcore LaTeX user there's beamer.

I think there are a plug-ins for Inkscape for presentations.

ssl232 · a year ago
I see it uses numerical designations for both the columns and rows allowing indexing like a 2D matrix. Nice. One of the many annoyances of Excel is the alphabetic columns that make even less sense beyond 26.
tichiian · a year ago
That A1 mode is Excel "Baby-Mode", you can switch to R1C1 mode in settings. Things are far easier then, and more sane.

His Excel-lence also recommends this: https://www.youtube.com/watch?v=JxBg4sMusIg

falcor84 · a year ago
Baby mode?! As a full grown adult, I find the cognitive load of the base 26 arithmetic of "what column is an offset of 8 to the right of AW" to be exactly what I needed to fully forget about what I came there to do in the first place
mhh__ · a year ago
Never seen anyone actually use this.

The "real" answer is to use names and tables. That and generally not having data flying up down left and right.

cyanydeez · a year ago
some of us have some logical dyslexia, so when I see a tuple of numerics, even if you say (this is the row, this is the column, this is the table), when I'm manipulating references, or finding a tuple in the dark, I easily mix up the order of the bits, because lets face it, it's arbitrary.

So, while your logic makes sense, it voids humanity in a rather stark way which I suppose is fine, but it's not like I'm incapable of programming. I just have to be careful about how I name variables and use keywords in python more often than args.

dang · a year ago
Related. Others?

Pyspread – Spreadsheet with deep Python integration - https://news.ycombinator.com/item?id=30426053 - Feb 2022 (1 comment)

Pyspread – Spreadsheet implementation in Python, cells return Python objects - https://news.ycombinator.com/item?id=7593603 - April 2014 (1 comment)

Show HN: Spreadsheets using Python - Have you seen this? - https://news.ycombinator.com/item?id=1884896 - Nov 2010 (47 comments)

PySpread: A spreadsheet that accepts a pure python expressions - https://news.ycombinator.com/item?id=265132 - Aug 2008 (3 comments)

JosephRedfern · a year ago
Interestingly, Giles Thomas (the guy behind Python Anywhere) originally developed a Pythonic Spreadsheet application, called Resolver One, and then iterated to a a web-based version, called Project Dirigible.

Python Anywhere eventually span out from Project Dirigible when they realised that it was mostly being used for "generic" Python development rather than being used as a spreadsheet. There's an interesting write-up on this evolution here: https://blog.pythonanywhere.com/197/, and a demo of Dirigible here: https://www.youtube.com/watch?v=2ZoIp-5NaiQ.

Project dirigible ended up being open sourced here: https://github.com/pythonanywhere/dirigible-spreadsheet.

dfox · a year ago
It seems to not be a true spreadsheet with dependency tracking and instead it recomputes everything after each change. Whis probably kind-of obvious as how to track the dependencies for arbitrary Python code is not that obvious. But without resorting to some static analysis magic one could just track accesses to the magic S[] during the excecution of the cell, its value cannot depend on anything else than what was accessed during the evaluation.
movpasd · a year ago
One issue with this is that arbitrary Python code can have arbitrary side-effects.

Your suggestion reminds me a lot of fine-grained reactivity like in SolidJS, which makes sense, since spreadsheets basically operate on reactive programming. Some great articles by Ryan Carnatio on the topic.

The side-effects thing comes in if a user puts in some side-effect in a dependent cell, which is equivalent to adding side-effects in a memo in reactive-speak.

dgacmu · a year ago
That gets broken by constructs like sum(all of column 5) when new rows or columns are added.

(It's very similar to the problem of locking in databases)

cmcconomy · a year ago
what if you wrap all your cell contents with a memoize
mewpmewp2 · a year ago
Or maybe worst case allow user to add deps like in React useEffect.
brudgers · a year ago
ptx · a year ago
Not actually "in Excel", though. The Python code runs on Microsoft's servers (they say in the introduction) and Excel is just a client.

There's no reason they couldn't embed CPython in Excel, but maybe the intention was for the online version of Excel to have feature parity without having to compile Python to JavaScript?

cyanydeez · a year ago
the intention is to lock in orgs to their cloud services. This is a value-add. They really know that Excel, Word are "feature complete" and the only way they're going to make money on it is by harvesting and locking in the users.
mhh__ · a year ago
Awful. They don't seem to understand excel anymore.

If you want to see this done properly (on some limit) look at pyxll.

oulipo · a year ago
I guess it would be "easy" to compile to WASM using pyodide or such, and have a full in-browser version? might be cool
codingglass · a year ago
Looks like the interface/windowing is built on Qt/PyQt. QT does have a WebAssembly build, but I don't think it's all that simple of a transition.