Viewing profile — saasjosh
saasjosh
HN member- Joined
- Fri, Sep 29, 2023, 7:35 AM UTC
- HN karma
- 12
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About saasjosh
Recent public activity
-
comment
Comment #39417297
The tech industry is full of thought leaders trying to sell us their inventions. Adam should have said that Tailwind is a good solution for him. Instead, he said that Tailwind is b…
-
comment
Comment #39356681
I just start coding, then if it sucks, I throw away the code, and start from scratch. Github branches help with this. When I start from scratch again, I usually do much better than…
-
comment
Comment #39355158
ExpressJS back-end + NextJS front-end is the most productive one for me.
-
comment
Comment #39355150
I agree with this. Fast API provides a better developer experience because of how simple it is, and it's also more performant.
-
comment
Comment #39326887
I recently watched a Rails World 2023 conference talk where Aaron Patterson was laughing hysterically and making jokes throughout. Someone should check on him.
-
comment
Comment #39242382
Read Dostoevsky's Notes from Underground. You'll realize that anti-social behavior is quite old. It could be that some people evolve to be anti-social so that society can progress,…
-
story
ASK HN: How to study algorithms outside an academic context?
I tried learning algorithms during the past 10 years but I didn't bother taking it seriously because all the resources I used employed problems that are fun little puzzles but not …
-
comment
Comment #39114479
It doesn't matter because all tech stacks do the same thing. The only difference is how they organize code.
- comment
-
comment
Comment #39075866
Same. It's been proven time and time again that hard problems can be solved by simply walking away while the brain keeps working on it in the background.
- story
-
comment
Comment #39014159
Why not? If a solution suddenly pops up while you're walking in the woods, you don't want to get paid for it? Is the developer getting paid for the software he's building, or for t…
-
comment
Comment #39013949
It's interesting how in 2024, managers still believe that building software is simply the act of pushing random buttons on a keyboard while moving a mouse. If the developer stops t…
-
comment
Comment #38900524
Cool homepage but I don't even understand what this thing does.
-
comment
Comment #38845422
I use Poetry because it makes my life easy and works just like Ruby's bundler and npm in Nodejs. Some people hate it because they forced people to upgrade a while ago. It's childis…
-
comment
Comment #38522038
Good for you but they're niche features that most developers will never use. I certainly won't. That's why I switched to NextJS anyway. Django's implementing features voted by the …
-
comment
Comment #38518908
Another boring release without much innovation. I wonder what's stopping Django from releasing more useful features like other frameworks are doing. Maybe the team is stuck in the …
-
comment
Comment #38050651
What do you mean?
- comment
- comment
-
comment
Comment #37707442
In your prompt, instruct the llm to return responses as markdown then use a markdown parser to display the response in your ui. Code will automatically be formatted.
-
comment
Comment #37706449
It's not as straightforward as something like Insomnia because you have to write a script that will open a browser and pull the tokens from there.
-
comment
Comment #37700504
How do you deal with oauth2 with curl?
-
comment
Comment #37700497
I switched to Insomnia a while ago because it's less bloated.
-
comment
Comment #37700472
I contributed features and bug fixes to popular open source projects but when I mention this to recruiters or during the technical interview, the interviewer doesn't seem to be int…