Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vrmiguel
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
vrmiguel
27d ago
> Jarred has probably already sold his company for big $$$ He _has_ sold, though. Anthropic purchased Oven back in Dec. 2025. Or your probably was about whether it was big $$$ or not?
2.
▲
by
vrmiguel
4mo ago
But if that's the goal then I _think_ the "port" is perfectly achievable without LLMs. Zig transpiles to C, then C2Rust would do the rest
3.
▲
by
vrmiguel
10mo ago
These older games don't run fine with Xwayland?
4.
▲
by
vrmiguel
10mo ago
I'm not sure if this poetry technique did anything at all. If you just straight up ask Gemini for how meth is synthetized, it'll just tell you.
5.
▲
by
vrmiguel
10mo ago
Since the thread mentions Rust: in Rust, you often replace Mutexes with channels. In your case, you could have a channel where the Receiver is the only part of the code that transfers anything. It'd receive a message Transfer { from: A
6.
▲
Scog: Easily generate shell completions for any binary (bash, zsh, fish)
(github.com)
4 points
by
vrmiguel
11mo ago
|
1 comments
7.
▲
by
vrmiguel
11mo ago
Writing shell completions is tough: bash, zsh, and fish each have different, complex syntax scog aims to solve this: you write one simple YAML file describing your CLI and it generates proper completion scripts for all three shells. It'
8.
▲
by
vrmiguel
11mo ago
I think DisableSolarium has no effect anymore. At least I can't see any. I'm in macOS 26.0 (25A354)
9.
▲
by
vrmiguel
1y ago
Hikaru accused Luis Paulo Supi of cheating at least twice. From his Wikipedia article: ``` In an online blitz tournament hosted by the Internet Chess Club in May 2015, American Grandmaster Hikaru Nakamura accused Supi of cheating (Supi had
10.
▲
by
vrmiguel
1y ago
> The attitude of Rust being bug-free is _insaaaane_. Funny, because that's not anywhere close to what the comment you're replying to states. They said `"Safety" is just a shorthand for "my program means what I s
11.
▲
by
vrmiguel
1y ago
Why would using Arc mean that someone is fighting the borrow checker, or confused by it? Would you also say the same for a C++ project that uses shared_ptrs everywhere? The clone quip doesn't work super well when comparing to C++ since
12.
▲
by
vrmiguel
1y ago
Not sure I get your point. One can definitely "get good" at problem solving. Isn't that the whole purpose of Leetcode and whatnot? I struggled with Rust at first but now it feels quite natural, and is the language I use at wo
13.
▲
by
vrmiguel
1y ago
I find that Employers of Record (EoR) make this a non-issue. I work for an American startup, remotely from S. America. I'm hired according to the (extensive, and expensive) local labor laws, while my startup likely knows absolutely not
14.
▲
by
vrmiguel
2y ago
I'm very surprised no one took on this window of opportunity (as far as I can tell). Any new TikTok-like hip app that is not from any FAANG has a good chance of taking off
15.
▲
by
vrmiguel
2y ago
I obviously saw that since it's linked in the very first message in the chain of messages I responded to. pglite.dev/repl does not have the same level of visualizations as postgres.new. What I 'want' is exactly what I de
16.
▲
by
vrmiguel
2y ago
I think the point is that many of us would like this without any AI in it, just a simpler Postgres playground in the browser, much like the Rust or Go playgrounds.
17.
▲
by
vrmiguel
2y ago
CrossCode was written in JS/HTML5 and was ported over to consoles just fine, though. They mention stuff like "an interpreter which translates the [JavaScript] code but locks it up in a cage"¹, their presentation² mention JS i
18.
▲
by
vrmiguel
2y ago
I think it's clearly pretty cool even if not as fast as people expect it to be
19.
▲
by
vrmiguel
2y ago
That's true, you never mentioned Python or alternatives in your README, I guess I got Mandela'ed from the comments in Hacker News, so my bad on that. People are naturally going to compare the timings and function you cite to what&
20.
▲
by
vrmiguel
2y ago
> it is allocating 2 IC nodes for each numeric operation, while Python is not While that's true, Python would be using big integers (PyLongObject) for most of the computations, meaning every number gets allocated on the heap. If we
21.
▲
by
vrmiguel
3y ago
Isn't that the same idea as Linux's vdso? https://man7.org/linux/man-pages/man7/vdso.7.html
22.
▲
by
vrmiguel
3y ago
I'd also like to see what's the proportion of comments just like yours on every project written in Rust out there, should be nearing 100% now
23.
▲
by
vrmiguel
3y ago
I found the memory gains to be more enticing than the performance improvements
24.
▲
by
vrmiguel
3y ago
Unsurprising this would be the case since LibreOffice strives for compatibility while MS would want clients to upgrade versions to newer, more lucrative editions
25.
▲
by
vrmiguel
3y ago
One point that a lot of those "actually, just use Go" articles fail to recognize is that there is a sizable amount of developers who simply dislike programming in Go. Despite its impressive compilation speed and bundled tooling an
26.
▲
by
vrmiguel
3y ago
Maybe once Zig supports WASIX