Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
peferron
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
peferron
4mo ago
I want to log off too but mostly because AI slop and bots are taking over. Old Internet was trash but at least it was human trash.
2.
▲
by
peferron
4mo ago
Especially if there's also a ban on related advertising. Polymarket and others are absolutely flooding the world with ads at the moment.
3.
▲
by
peferron
1y ago
Would you also recommend these 2 restaurants if they ignored you for 30 minutes before taking your order, then brought your drinks late after you've already finished your meal? There's a lot more to a good restaurant experience th
4.
▲
by
peferron
2y ago
My kid goes to a public Montessori school, so the tuition isn't much. It's also pretty clear what they do differently if you tour the classrooms.
5.
▲
by
peferron
2y ago
Perhaps as a tie breaker if you insert multiple rows in a table within one transaction? In this situation, the timestamp returned by e.g. `now()` refers to the start of the transaction, which can cause it to be reused multiple times.
6.
▲
by
peferron
2y ago
You can keep all three and still use UUIDv7 as a performance improvement in certain contexts due to data locality.
7.
▲
by
peferron
2y ago
Since we're on HN and you mention California, it's worth noting that with a good job in tech 2/3/4 disappear, leaving only 1 (which is still very nice).
8.
▲
by
peferron
3y ago
Of course most people missed BTC. Just like most people missed ETH, AMD, META, NVDA... the list goes on. Hell, I'm sure there are a few boats leaving right now that you & I are in the process of missing. I don't know why crypt
9.
▲
by
peferron
3y ago
Why don't you refer GP to a suicide hotline while you're at it? Your attitude in this thread has been repulsive.
10.
▲
by
peferron
3y ago
I just checked and Austin is over 90F for a full third of the year. Hard pass. https://www.extremeweatherwatch.com/cities/austin/yearly-day...
11.
▲
by
peferron
3y ago
I opened the article to make sure that quote wasn't out of context (nothing against you—it just happens often) but it's actually even worse: > [AI can make people] feel like, “they are artists too,” in heavy quotes, which is no
12.
▲
by
peferron
3y ago
The first time I read about this in the news it was 10 seconds, the second time it was 30, and now it's a minute.
13.
▲
by
peferron
3y ago
We bought a new Honda Fit for $18.5k in 2014. It was a full redesign with nice improvements compared to previous model years (reverse camera, bluetooth audio, etc). Since then we've averaged 33 mpg with zero garage visits outside of ro
14.
▲
by
peferron
3y ago
The "add to your reading list" feature is excellent, and a nice carrot/reward for completing the survey.
15.
▲
by
peferron
3y ago
I haven't had a great experience dealing with JSON in Python, but maybe I'm doing it wrong. What would be the Python equivalent of this JS code? JSON.parse(<data>).foo?.[0]?.bar Basically just return the `bar` field
16.
▲
by
peferron
3y ago
Depends what you'll be doing with it I guess? My 2022 M2 Macbook Air is great for most things but takes 40s to complete the same test suite that my 2020 5950x finishes in 10s.
17.
▲
by
peferron
3y ago
I like hot module reloads more than F5 since it preserves the state of the page. I don't use Angular though, but with Vite + React it's extremely quick.
18.
▲
by
peferron
3y ago
I'm not on VS Code but I use micro as $EDITOR for the exact same reasons and it's great. I don't have to remember special shortcuts just to amend a git message or do an interactive rebase.
19.
▲
by
peferron
3y ago
When I program I make all my variables global and name them with BEM to get the same great experience as in vanilla CSS.
20.
▲
by
peferron
3y ago
CSS classes are great for that until you need to reuse HTML and/or JS, at which point you're back to square one. People are moving to components because they solve these 3 things at once.
21.
▲
by
peferron
3y ago
Why would you style an anchor element when your browser already has default styles for it?
22.
▲
by
peferron
3y ago
Thank you for sharing that! It's unfortunate that the pgAdmin devs weren't interested, although I understand them wanting to keep it focused on being a GUI.
23.
▲
by
peferron
3y ago
> It seems like Supabase has been able to collaborate really effectively with other teams in the Postgres space (including pgAdmin and pgmigra, for the `diff` migrations tooling) I'm thankful to Supabase for their efforts, but I
24.
▲
by
peferron
3y ago
> All of this has made the language worse. Just accreting features doesn't make the foundation less broken. Nope, most of these have made the language better. Optional chaining is better than a litany of `&&`, `...` is gener
25.
▲
by
peferron
3y ago
> I have some code here, and when exactly is this run? If there are `await` keywords previously in the function, then the line you're looking at will run after these async calls are done. Otherwise it'll run ASAP. Is there some
26.
▲
by
peferron
4y ago
CSS isn't special; HTML and JS have similar needs for reuse and customization. It doesn't make a lot of sense to have a completely separate solution that solves this problem for CSS only.
27.
▲
by
peferron
4y ago
Tailwind is a utility library. Utility libraries typically do not require reading their documentation from cover to cover before starting to use them. Instead, you just hit the docs when you need help solving a specific problem.
28.
▲
by
peferron
4y ago
It's not much, but there's a LG 5k2k at 72 Hz.
29.
▲
by
peferron
4y ago
> The question is how long something lasts without needing any repair. The warranty is a good approximation of this. No, it's not. That's why some manufacturers offer much longer warranties than others despite having similar re
30.
▲
by
peferron
4y ago
Why do you answer "yes" when the answer is obviously "no"? No, 60k miles is not a good estimate for how long ICE powertrains usually last. Truly baffling reasoning. Another example: iPhones have a 1-year warranty but usu
More ›