Viewing profile — dekimir
dekimir
HN member- Joined
- Fri, Jun 10, 2016, 8:51 PM UTC
- HN karma
- 58
- Public activity
- 42 items
- HN profile
- View on Hacker News ↗
About dekimir
2be4164774d744f99a555e1ec49a1881 for hnnotify.xyz
Recent public activity
-
comment
Comment #44930076
> any serious legal situation (like a contract) is going to want a human in the loop to verify that the translation is actually correct I hope you're right, but when I think about …
-
comment
Comment #37814113
If you do that, I can update postgres-searchbox [1] to use it for better frontend experience. [1] https://www.npmjs.com/package/postgres-searchbox
-
comment
Comment #37814032
I still can't figure out how pg_trgm is supposed to work for multi-term searches and how to ensure the dictionary table it needs stays up-to-date. Is there a good writeup somewhere…
-
comment
Comment #35375009
Me too. Probably the way of the future. Each of us could run a little personal scraper, and the Twitter servers wouldn't know the difference.
-
comment
Comment #35374456
For personal consumption, one can always scrape one's feed[1]. I wonder why more of us don't do it. [1] https://twitter.com/feedliness/status/1638580147304505349?s=...
-
comment
Comment #34401456
Doesn't that ensure that the most desirable employees leave and the least desirable cling on?
-
comment
Comment #34400521
Because remote work was the only work in 2020 and 2021, yet a large majority of businesses continued to function mostly well. Some even exceeded their average results.
-
comment
Comment #34396376
I know, right? I thought COVID proved definitively that remote work is not just possible but equal to in-office work. I really want to understand the counterarguments, but all I se…
-
comment
Comment #34396131
"There is simply no way that true collective creativity can be consistently generated in not-so-splendid isolation.” "I think every successful CEO, including myself, is tired of al…
- story
-
comment
Comment #32255234
Don't know why you're getting that, the link works for me from multiple different browsers.
-
comment
Comment #32034408
> My guess is their voice, sms etc all are IP these days which was impacted by their BGP issues. Impacted, yes. But "no service"? That's dubious. I hear you on foreign SIM working.…
-
comment
Comment #32031392
Yes, exactly. BGP withdrawal is likely a symptom, not the cause.
-
comment
Comment #32031382
How does that relate to the Rogers cell service outage, though? Surely SMS doesn't require BGP? It feels like there's a big, fundamental problem affecting a variety of Rogers infra…
-
comment
Comment #29574244
rqlite is not embeddable, making it harder to colocate data with computation. This post explains it: https://glaubercosta-11125.medium.com/728187331f53
-
comment
Comment #25917492
> In memory provides real-time transactions you can't guarantee when using disk-based storage. This is changing as we discover better ways of coding IO operations. https://www.glob…
-
comment
Comment #24651983
Oh! Well, I'm embarrassed... ^_^ Makes much more sense now, thanks.
-
comment
Comment #24651375
> but remote is difficult for complex projects A bit difficult, yes, but far from uncommon. Witness Linux, Scylla, RedHat, GitLab, Firefox, WordPress...
-
comment
Comment #24651314
I'd find it more convincing if you've been living in, say, Lisbon and charging Seattle prices. If I were hiring devs in Seattle, I'd be delighted to pay them EU wages.
- story
-
comment
Comment #24494932
Another annoying breakage in Sway is Android Studio. Submenus appear in random places on the screen even with _JAVA_AWT_WM_NONREPARENTING=1.
-
comment
Comment #23833727
> you should be prepared for your results to be never-consistent Isn't this a core feature of distributed systems? How can you be "consistent" if there's a network failure between …
- story
-
comment
Comment #20961925
This explanation is so brilliant that I created a short URL pointing to it: https://cutit.org/AJCFS
-
comment
Comment #20955435
> it's not clear to me why GLSL-to-SPIRV would be so slow. Would be great to hear back from Google. Off the top of my head: - glslang supports all previous GLSL versions and profil…