Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rwaksmunski
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
rwaksmunski
23d ago
I use it for new code base summary, documentation lookup, code review, improvement suggestions, security audit, everything but writing code, I still do that by hand. I'm more productive and my skills improve. Reviewing slop burns me ou
2.
▲
by
rwaksmunski
2mo ago
It's a bank in Europe
3.
▲
by
rwaksmunski
2mo ago
The Rust ownership model prevents use after free. This type of a bug would not compile.
4.
▲
by
rwaksmunski
5mo ago
Just when you think they've reached the bottom, they just keep digging.
5.
▲
by
rwaksmunski
6mo ago
Apple might just win the AI race without even running in it. It's all about the distribution.
6.
▲
by
rwaksmunski
6mo ago
jemalloc 5.2.1 vs mimalloc v3.2.8 in Rust software processing hundreds of Terabytes. Could not measure a meaningful difference, but mimalloc would release freed memory to the OS a lot sooner and therefore look nicer in top. That said, older
7.
▲
by
rwaksmunski
7mo ago
AI seems to work a lot better once you acquire some AI equity, you go from not working at all to AI writing all the code. /s
8.
▲
by
rwaksmunski
8mo ago
I use the slice::windows for that.
9.
▲
by
rwaksmunski
8mo ago
Every Rust SIMD article should mention the .chunks_exact() auto vectorization trick by law.
10.
▲
by
rwaksmunski
9mo ago
I'm saying it's not good enough to write code yet, but good at explaining code. If it can't that means I messed up and I need to make it clearer. Once it's explanation and my meaning line up, the code is good enough and
11.
▲
by
rwaksmunski
9mo ago
Early in 1999 my 1st build was a Celeron 300A on Asus P2B-LS overclocked to 450. Later upgraded to 1.4Ghz and 512MB ECC RAM. Much later running FreeBSD as a home server probably till 2015 when the power supply finally gave out, I wish I kep
12.
▲
by
rwaksmunski
9mo ago
It's decent at explaining my code back to me, so I can make sure my intent is visible within code/comments/tracing messages. Not too bad at writing test cases either. I still write my code.
13.
▲
by
rwaksmunski
10mo ago
Been doing Rust lambdas for 4 years now, Rust is absurdly fast, especially when compared to non compiled languages. If anything, Rust is even faster than those benchmarks in real world workloads.
14.
▲
by
rwaksmunski
10mo ago
I got over 20 years of sane, reliable and consistent computing from the FreeBSD Project, thank you.
15.
▲
by
rwaksmunski
10mo ago
FreeBSD on bare metal hooked up to a nice network.
16.
▲
by
rwaksmunski
10mo ago
Tier 3 is max official
17.
▲
by
rwaksmunski
11mo ago
I prefer developing Rust on FreeBSD, memory allocator, scheduler, network stack, kqueue, dtrace and other instrumentation are all superior than the Linux counterparts. What's missing for you?
18.
▲
by
rwaksmunski
11mo ago
My Retina MacBook Pro lasted over a decade, that's 200$ a year plus $50 battery replacement and $8 speaker. It still runs fine. Macs are an absurd value/quality for money. If M series Macs run this well, no one else comes even clo
19.
▲
by
rwaksmunski
11mo ago
This, fsync() data corruption, BitterFS issues, lack of Audit on io_uring, triplicated EXT2,3,4 code bases. For the past 20 years, every time I consider moving mission critical data from FreeBSD/ZFS something like this pops up.
20.
▲
by
rwaksmunski
11mo ago
AGI is still a decade away, and always will be.
21.
▲
by
rwaksmunski
11mo ago
At least it's not Broadcom
22.
▲
by
rwaksmunski
1y ago
Well, when you have a bad idea you want to implement but don't want to take responsibility for it, you keep on hiring consultants until you hear what you want to hear. Quality of the consulting is irrelevant and interns or AI will do j
23.
▲
by
rwaksmunski
1y ago
If PHP is a Corolla, whats a Land Cruiser then? Rust?
24.
▲
by
rwaksmunski
1y ago
Common Crawl delivers the data as bz2. Indeed I store intermediate data in zstd with ZFS.
25.
▲
by
rwaksmunski
1y ago
I use this crate to process 100s of TB of Common Crawl data, I appreciate the speedups.
26.
▲
by
rwaksmunski
1y ago
[flagged]
27.
▲
by
rwaksmunski
2y ago
Two 30s unskippable video ads during POST
28.
▲
by
rwaksmunski
2y ago
How can you get anything done without keyboard backpressure?
29.
▲
by
rwaksmunski
2y ago
Be sure to read the Appendix, Rust's state machine async implementation is indeed very efficient.
30.
▲
by
rwaksmunski
2y ago
No that hard, took me 4 weekends to build a private search engine with Common Crawl, Wikipedia and HN as a link authority source. Takes about a week to crunch the data on an old Lenovo workstation with 256gb ram and some storage.
More ›