Viewing profile — rehevkor5
rehevkor5
HN member- Joined
- Fri, Jan 11, 2013, 6:04 PM UTC
- HN karma
- 94
- Public activity
- 81 items
- HN profile
- View on Hacker News ↗
About rehevkor5
No profile information was provided.
Recent public activity
-
comment
Comment #48855110
You can do stuff with unsigned values, it's just awkward. It most frequently comes up when serializing things.
-
comment
Comment #48574283
Yeah, and it doesn't even have to be a query, it could be an idempotent effect. I think they'd be better off calling it IPOST (for idempotent post). Edit: ah, they declare QUERY as…
-
comment
Comment #48480297
I don't think it would take many changes to fix it. Scott Galloway has some persuasive things to say about it. Even though Republicans are always trying to kill it, it's still bett…
-
comment
Comment #48465930
While you're probably right about >90% of situations that fluent CAD users face, I think you might be suffering from a lack of imagination about situations where an LLM could help …
-
comment
Comment #48465888
> Text does not have this. Not in an informal way. But from a technical perspective, of course it does: serialize the feature steps to text or to code, job done.
-
comment
Comment #47795896
For Yubikey, this guide is worth looking at: https://github.com/drduh/yubikey-guide ("Community guide to using YubiKey for GnuPG and SSH - protect secrets with hardware crypto.")
-
comment
Comment #47521265
Not "new routers" but "new router models".
-
comment
Comment #47008142
You can send messages from desktop on Android too.
-
comment
Comment #47008104
My favorite part about this is how you blame it on your friend, not on Apple.
-
comment
Comment #47008092
More like, "everything is proprietary, so you get locked in".
-
comment
Comment #46979390
It's CAD. Doesn't make sense to engineer an apple...
-
comment
Comment #46979376
It's CAD. Is there a legitimate reason to use that to engineer a dog? Doesn't make sense to me.
-
comment
Comment #45763330
There's no diagnostic test for it. So is it real?
-
comment
Comment #45684028
It seems to be an extension of aspects that he talked about in his speech https://www.war.gov/News/Transcripts/Transcript/Article/4318... Specifically: > allow me a few words to ta…
-
comment
Comment #45543372
The documentation leaves a lot to be desired. Especially regarding custom node development. But also on the user side, for example the kaka trigger node has zero info on its doc pa…
-
comment
Comment #44944334
+1 thought they had caught an image of a Spirit airlines plane...
-
comment
Comment #44879830
It also syncs modifications, so it's not really a backup solution.
-
comment
Comment #44493573
Yeah that confused me at first too. They seem to be treating send() as if it has the same behavior as a setTimeout() call. If you think of it that way, it starts to make sense.
-
comment
Comment #44493464
Their "proper implementation" lacks sufficient error/exception handling around the callback() call. It'll become permanently broken if it throws anything.
-
comment
Comment #44445795
Imperative would be appropriate for things like tutorials and howto pages.
-
comment
Comment #43718212
YouTube really needs to provide an option in their mobile app to disable shorts.
-
comment
Comment #43391175
https://diataxis.fr/ is newer/more fleshed out
-
comment
Comment #43391133
Read this https://diataxis.fr/tutorials-how-to/
-
comment
Comment #42587935
Yeah, DOGE is going to fix the government? Um, wut...
-
comment
Comment #41723795
Calling Redis a database is a generous generalization. For example, Redis does not necessarily provide the same kind of durability as a database does, nor the capabilities one woul…