Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
debugnik
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
121.
▲
by
debugnik
4mo ago
> no one is entitled to make a living through their own preferred means. Are they not entitled to try? You seem to use this to justify not allowing them a chance. Why are we entitled to their effort?
122.
▲
by
debugnik
4mo ago
So they don't deserve trying? The same goes for pretty much every publishing endeavour: Success follows the power law, so what?
123.
▲
by
debugnik
4mo ago
Thanks for the examples. I simply wasn't expecting the features you originally listed to require application support, I see they're more involved that I imagined.
124.
▲
by
debugnik
4mo ago
> so this doesn't know about the major iCloud updates, or Apple Intelligence, or UI changes I'm not familiar with macOS: Why would an application need to be updated for any of these? Were the existing APIs insufficient to integ
125.
▲
by
debugnik
4mo ago
Wero and Bizum mostly just associate phone numbers to IBANs and perform instant SEPA transfers underneath. The benefit is that you only need the other's phone number to send them money, usually already in your contact list, instead of
126.
▲
by
debugnik
4mo ago
I was about to call out that the code is supposed to be C and not C++, but I double checked and I realised it actually says std::atomic<int>, not atomic_int!
127.
▲
by
debugnik
4mo ago
As much as I agree with the intro, these examples aren't good and the overall article is just a veil for pushing LLM coding.
128.
▲
by
debugnik
4mo ago
The C++ standard only ever uses the term "member function" for what other languages call "method", hence why it's pedantic to point it out.
129.
▲
by
debugnik
4mo ago
Makes more sense to me that 4*n here means n+7, which fits the pattern and would make her stop at 12+7=19, one short of 20, because Anglosphere countries teach multiplication tables up to 12. (I definitely didn't get this until I read
130.
▲
by
debugnik
4mo ago
Out of the most spoken romance languages, Spanish and Portuguese have distinct names up to 15, French and Italian up to 16, while Romanian does stop at 10. This suggests hexadecimal influence to me.
131.
▲
by
debugnik
4mo ago
But AFAIK those aren't features of MLIR, but of lowering to existing MLIR dialects and running their passes. My genuine question is whether these passes provide any benefit before lowering, because otherwise a custom dialect doesn&#x
132.
▲
by
debugnik
4mo ago
To be clear, "a few" qualified the chosen rooms that get procedurally connected for each stage. I'm confident the pools of premade rooms are rather large, although I certainly noticed some repetition back when I played.
133.
▲
by
debugnik
4mo ago
MLIR dialects have to be lowered into the basic LLVM one eventually, don't they? Does MLIR add anything over a custom IR for host languages that aren't deficient at manipulating data structures?
134.
▲
by
debugnik
4mo ago
It's the next co-opted buzzword after "democratize".
135.
▲
by
debugnik
4mo ago
Already a thing. https://humanstxt.org/
136.
▲
by
debugnik
4mo ago
Nearly every website for papers about AI applied to graphics hangs my phone browser, so I'm assuming the answer's yes.
137.
▲
by
debugnik
4mo ago
Dead Cells just arranges a few pre-designed rooms together for each stage, doesn't it?
138.
▲
by
debugnik
4mo ago
Our programming languages are bad at specification and verification, so the next best thing is property-testing for modeling (e.g. Hypothesis for Python) or, for the reference implementations, extensive "expect"/snapshot test
139.
▲
by
debugnik
4mo ago
I'll actually concede that, on a slower skim, some changes to the test suite and fixtures that first seemed suspicious to me indeed align with what those tests were doing previously, and I wish I could retract that comment. I still thi
140.
▲
by
debugnik
4mo ago
It also modified many of the tests to make them pass in mischievous ways. You can't trust a test suite to catch regressions if the new version doesn't use the same test suite.
141.
▲
by
debugnik
4mo ago
I'm thinking regressions and broken tests. Bun is already known to segfault a lot and their existing tests were rather lackluster, the Rust port being just as unsafe would be the least of their problems.
142.
▲
by
debugnik
4mo ago
Having seen some of the diffs, it's already going wrong in my view.
143.
▲
by
debugnik
4mo ago
Codeberg is not a commercial product, they've got a mission to provide a forge for active FOSS contributors, not to increase conversion rates. Reducing friction would be nice, that much is good feedback, but their target user is probab
144.
▲
by
debugnik
4mo ago
Not quite, Codeberg is for FOSS only. A full alternative to GitHub is self-hosting Forgejo until a good commercial deployment of it appears.
145.
▲
by
debugnik
4mo ago
That's a lost battle even in the Rust community: Firefox's oxidation, Ferrous Systems, Redox, OxidOS, OxCaml (OCaml extensions partly inspired by Rust)… and every crate referencing oxidation in its name.
146.
▲
by
debugnik
4mo ago
If you know its their first connection to a fresh VPS and assume they haven't used a web-based display to set up anything yet, you just need to guess their install image, which is probably off-the-shelf.
147.
▲
by
debugnik
4mo ago
Clearly I.
148.
▲
by
debugnik
4mo ago
Literally no one would ever say that simply for editing the LLMisms away.
149.
▲
by
debugnik
4mo ago
> (em dash) no DSLs, no foreign language bindings, just Rust. Official CUDA port and they couldn't even bother with the introductory paragraph. Okay, I'll try to ignore it and read the docs. Hey a custom IR, this sounds interes
150.
▲
by
debugnik
4mo ago
> X++ I was very deep into .NET until recently but somehow I didn't know this existed. Looks like C# with extra Linq-to-SQL syntax; I guess it's a DSL made with Roslyn for ERP jobs? I wonder how they picked the name.
More ›