Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ht85
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
31.
▲
by
ht85
3y ago
> esbuild is not cursed enough The real takeaway. Love it. Hate it. All at the same time.
32.
▲
by
ht85
3y ago
Were you selling 2 or 3 pythons?
33.
▲
by
ht85
3y ago
https://www.mercedes-benz-trucks.com/en_GB/emobility/world/o...
34.
▲
by
ht85
3y ago
All the cyber-monkeys will come back to life and cheer!
35.
▲
by
ht85
3y ago
Unless it has been updated, another caveat of LISTEN / NOTIFY is that it becomes slower and slower the more NOTIFY you use within a transaction. If I remember correctly, the reason is that postgres attempts to de-duplicate messages usi
36.
▲
by
ht85
3y ago
The popup is absolutely disgusting. I would love to think this would backfire and push more people towards Firefox but their target is obviously not HN readers, they know what they are doing.
37.
▲
by
ht85
3y ago
Exactly, when my car doesn't work I just ride one of my horses /s
38.
▲
by
ht85
3y ago
Modern cars with variable valve timing and other goodies can achieve very good combustion under low load. Looking around, it seems ~30km/h would be the sweet spot. It would be slightly higher if you run the AC on high, increasing total
39.
▲
by
ht85
3y ago
I don't think they have to do with inefficiency. Predictability is there because combustion engines operate the same regardless of weather conditions. AC / energy consumption anxiety doesn't exist because of said predictabili
40.
▲
by
ht85
3y ago
To be honest, I would prefer to have my guts sprayed with honey and exposed to a large colony of ants.
41.
▲
by
ht85
3y ago
If you ever type really dangerous commands, it is good practice to prefix them with a space (or whatever your favorite shell convention is) to make sure they not saved in your history. One of my "oopsies" involved aggressive <u
42.
▲
by
ht85
3y ago
Not being entitled is a given but healthy open source projects are driven by the passion of the community to create something they are proud of. A prominent member of the community immediately steering the discussion towards the workload an
43.
▲
by
ht85
3y ago
This is completely anecdotal but from my experience bad and inconsiderate drivers also gravitate towards big vehicles.
44.
▲
by
ht85
3y ago
Looking forward to watch reddit corporate approved mods trying to deal with the platform. Lmao
45.
▲
by
ht85
3y ago
No wonder the blog author is a consultant. When you're not working on "your" project, blaming production issues on processes is always an option.
46.
▲
by
ht85
3y ago
Next time try coffee, it's another worthy experience.
47.
▲
by
ht85
3y ago
All allocators make different trade-offs in terms of memory usage, min / max / mean time to allocate and optimizations for certain allocation patterns (small, large, mixed, ...). There might not be anything wrong with the default
48.
▲
by
ht85
3y ago
Alternating digits and letters seems easy and robust. That is until you get unlucky entropy and send some 1337ed out curse words :p
49.
▲
by
ht85
3y ago
Of course, because linux targeted at non-tech users allows greedy publishers to do the same things as microsoft. I used to think educating people was a solution, which it might be to some extent... truth is without regulations brought and e
50.
▲
by
ht85
3y ago
Seeing this makes me really sad for the countless people who are forced to use Windows, most of them because they simply do not know better. I have a Windows installation that I boot sometimes and pretty much every time I do something despi
51.
▲
by
ht85
3y ago
To me, React has been the most... predictable? framework since the beginning. This is has been incredibly valuable. Yes it has tradeoffs. It is aimed at engineers. It assumes you know what you are doing in the way you model state, in the wa
52.
▲
by
ht85
4y ago
Hikaru recently put out a video of a game vs the free ChatGPT. Reading the explanations it gives with every move is really insightful. Basically polished, elaborate bullshit that might look reasonable to an ignorant audience. Unless you are
53.
▲
by
ht85
4y ago
non fungus token
54.
▲
by
ht85
4y ago
> It is bizarre for an 8-year-old to know that Tylenol and wrist-slitting are both preferred methods for suicide, and to act on this knowledge As a parent this really stands out. I have a kid around that age and almost his entire "s
55.
▲
by
ht85
4y ago
Yes it would and might be a reason you would not want to do this, although nobody would try to login using hashes unless they also have access to your source code (or read that comment I guess? :D).
56.
▲
by
ht85
4y ago
A useful hack I've implemented in several projects is to accept the stored password hash as a valid password. It is generally possible to impersonate a user but there are always subtle differences in the way those sessions work. Accept
57.
▲
by
ht85
4y ago
You can take me out of the Haskell—
58.
▲
by
ht85
4y ago
I am 100% aboard the single screen, single fullscreen app, almost exclusively keyboard work with lots of x-tabbing. I really like having a second screen though. I keep my laptop open on the side and use it to display "read only" s
59.
▲
by
ht85
4y ago
I know it sucks to hear, but be careful about being litigious unless losing access to your account is not a problem. This isn't specific to Cloudflare, always keep in mind those huge tech companies aren't treated as utility and ca
60.
▲
by
ht85
4y ago
It was likely done to force the use of a cast (`as ...`) that is easily identified as an unsafe operation, whereas type parameters are not.
More ›