Viewing profile — Ultimatt
Ultimatt
HN member- Joined
- Sat, May 10, 2014, 5:50 AM UTC
- HN karma
- 829
- Public activity
- 388 items
- HN profile
- View on Hacker News ↗
About Ultimatt
Recent public activity
-
comment
Comment #47639856
With a side helping of something new, technofeudalism. Both of which are not at all related to technocracy.
-
comment
Comment #47597796
The irony of there being a downvote button too.
-
comment
Comment #47396158
Maybe if you've spent decades on the same codebase. Now try doing that in a recent codebase thats been agnatically engineered by five people spiffing into the same repository. Good…
-
comment
Comment #47320750
I am mildly shocked after almost two decades of Mac use I never came across cmd+tilde thanks a lot!
-
comment
Comment #47320717
Because Spotlight now rarely finds your applications in search so you can't just quick launch anything.... from a launcher widget
-
comment
Comment #47032228
Huh? Im over 40 its only getting easier to get hired... Not sure where the ageism meme came from other than perhaps older generations who learned compsci pre the internet got left …
-
comment
Comment #47032104
But no employer has ever said "I just want an employee". So only someone naive in the extreme would imagine with the power dynamic in play the sales pitch isn't necessary. That a j…
-
comment
Comment #47032051
I actually think there is a different effect at play which is the technical need is growing in seniority and complexity as people have large established software systems. The junio…
-
comment
Comment #47031903
Errr its always been extremely true that social networking brings success. With far more value return than writing great code nobody knows about or uses.
- comment
-
comment
Comment #46409888
The issue is they don't then fuck off, they instead charge ever increasing rates yearly to maintain that simple port an 18 year old could do.
-
comment
Comment #46356648
For local MLX inference LM Studio is a much nicer option than Ollama
-
comment
Comment #46066656
I'd say there are converging standards like Parquet for longterm on disk, Arrow for in memory cross language, and increasingly duckdb for just standard SQL on that in memory or on …
-
comment
Comment #45884890
This worked well for me for some things I've recently been learning/working on. One improvement I'd add is the citations of where information have come from aren't hyperlinks it wo…
-
comment
Comment #45879898
A bigger problem in this respect with Wikipedia is it often cites secondary sources hidden behind an academic fire/paywall. It very often cites review articles and some of these ar…
-
comment
Comment #45879844
Well also years of Wikipedia proving to be more accurate than anything in print and rarely and not for very long misrepresenting source materials. For LLMs to get that same respect…
-
comment
Comment #45702123
It lingers in fat tissue and once at a low enough level your liver doesn't really clear it. But that kind of level isn't necessarily linked to increased risks of diabetes or heart …
-
comment
Comment #45561007
https://duckdb.org/community_extensions/extensions/duckpgq.h...
-
comment
Comment #45446396
I haven't touched Perl in about ten years but your example is kind of insane. This is the one place Python is more annoying than Perl??? my $a = ["foo", 123, {"bar" => [[1,2,3], {"…
-
comment
Comment #45446275
A problem very solved in tooling for both languages, other than plenty of novice library maintainers existing in the ecosystem. Which is hardly a fault of the language and more cho…
-
comment
Comment #45443603
For some measures of failure. Raku (aka Perl 6) does exist after all https://raku.org
-
comment
Comment #44982305
Worth giving Raku a shout out here... methods do what they say and you write what you mean. Really wish every other language would pinch the Str implementation from here, or at lea…
-
comment
Comment #44961701
The word you're looking for is cryptobiosis/anabiosis no need to invent a new one. Something thats later alive almost by definition is not dead. The entire living system has been a…
-
comment
Comment #44961643
I really hate how shitty science reporting has become, you can tell all science journos aren't actually current or well read in the science they report on. This isnt some new mirac…
-
comment
Comment #44949350
WITH and CTEs go some way to help with this, and the majority of queries are a lot better for that.