

Seems fine. Implementation details could make it better or worse. I’m just glad it’s not more AI slop.


Seems fine. Implementation details could make it better or worse. I’m just glad it’s not more AI slop.


Well I’m not on Windows anymore so I can’t test it out. Does it still have the option to only show text raw and uninterpeted? I absolutely would not want it to, like, show bold instead of **bold**
I wouldn’t want it to do anything other than show the literal text, and anything in that direction is a loss via added friction.


Notepad was supposed to be the simplest lightest weight text editor. It didn’t need to change.
People assume it’s all terminal all the time. I haven’t needed to open the terminal for months. It starts up. With the GUI I open the browser. Maybe steam, too. Do stuff. Shut down.


Technically correct , the best kind of correct.
foo.lower() would have been a better example.


Yeah, if you initialize them to None then for the entire rest of the class you’re going to have to account for the possibility that they’re None. If it’s unavoidable that they might be None, you should type it as such.
If you type them as like str | None then later when you do like return foo[0] it will warn you that you can’t do that with None.


That seems like that’s going to give you an error in most type checkers. You said it’s always an int and then immediate made that a lie and made it None instead.
Why are you trying to do this?
One of the other guys is on Windows and we had to change a config in git to handle it. Not sure what he did on his end. I have vscode on a Mac. Some people at this place have been working since like the 90s and probably are using notepad.
Windows isn’t fit for software development unless you’re doing Windows specific stuff. Maybe you can get by with WSL or cygwyn or similar, but that’s just a bandaid to make the machine less windows. You’ll probably still have problems with like case folding and line endings.
I dislike postman. I see job postings that are like “MUST KNOW POSTMAN”. Fuck, people should know how to make API requests but postman isn’t the only tool for that.
Furthermore, if I’m doing automated tests to run on PR I’m not going to use a GUI. Pytest or jest or whatever testing library your language has.
I did use Bruno for a while for convenience during local development, though.


I think a lot about how one time we spent s few hours estimating how long a project would take. Management came back and said no, that’s too long, we’d need to finish in a month.
Well if that’s how long it has to take why not lead with that?
Bunch of idiot empty husks doing cargo-cult “agile”


I like the idea. I don’t want to use facebook or similar, but that’s where stuff like “BuyNothing” is most active.
Unfortunately, I don’t know much about self hosting (beyond what I’ve picked up working in software development) so I don’t see myself running one of these myself. I’d probably use it if it came to my neck of the woods (NYC)


Most developers I’ve looked at would happily just paste the curl|bash thing into the terminal.
I often would skim the script in the browser, but a. This post shows that’s not fool proof and b. a sufficiently sophisticated malicious script would fool a casual read
I was on some website the other day and I opened the browser console for unrelated reasons. They had a giant message there that was like “STOP. If someone asked you to paste something here, you are probably going to be hacked. Do not do anything here unless you know what you’re doing.”
Which, admittedly, is probably good advice.