Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
emidln
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
emidln
10d ago
The quality of GenAI PRs scales with the driver. Many are low-effort, ill-considered, overly verbose and otherwise bad. I've seen decades of similar patches/PRs from humans. If it "looks like claude" in that it's ov
2.
▲
by
emidln
10d ago
If you think you can identify frontier model-generated planned and reviewed c/c++ from human-generated planned and reviewed c/c++, I've got some bad news for you. The "no slop" policy is the same as it ever was: gar
3.
▲
by
emidln
3mo ago
It's common to write the thrush combinator as a lisp macro. Clojure ships ->, ->>, as->, some->, some->>, cond->, and cond->> out of the box. You can find similar macros for CL[0], Racket[1], and a scheme
4.
▲
by
emidln
4mo ago
If an airline pilot is so bereft of fortitude that they perceive a political wifi network name as a threat, they should be disallowed command of the aircraft. They need therapy. Mental weakness like this should not be tolerated in those res
5.
▲
by
emidln
6mo ago
At least on a personal max account, I can't max every window. There is also weekly limit. If I max every window, I run out of tokens halfway through the week.
6.
▲
by
emidln
8mo ago
I probably enjoy ELF hacking more than most, but patching an ELF binary via LD_PRELOAD, linker hacks, or even manual or assisted relinking tricks are just tools in the bag of performant C/C++ (and probably Rust too, but I don't ge
7.
▲
by
emidln
9mo ago
I wish env -S was more portable. It's a newer feature of the coreutils env implementation and isn't supported elsewhere afaik.
8.
▲
by
emidln
9mo ago
How: You've ran the test on a bunch of hosts and create a spec from ranges. Why: you might be concerned with network connectivity (you don't get to choose which data center you launch in and it might not be exactly equal), noisy n
9.
▲
by
emidln
10mo ago
I'm not a CISO just a random dog on the internet, but this open letter seems to assume that privacy is not a part of your security posture and that spear phishing isn't common these days. (Is 'spear phishing' still the t
10.
▲
by
emidln
10mo ago
> Forward collision warning has misfired on 2 occasions on me in the last 3 years My Lexus is afraid of a bush behind my garage in the alley. It's on a neighbors property and not really overgrown, but my car refuses to get within ab
11.
▲
by
emidln
10mo ago
If you can be prosecuted for guessing urls you can be prosecuted for sending garbage data in a way you know will be uploaded to a remote system.
12.
▲
by
emidln
10mo ago
I suspect this data is made "anonymous" and sold to insurance companies and misc data brokers. If it's linked to my insurance company, I don't want to jack my rates. Further, I've thus far avoided a CFAA conviction
13.
▲
by
emidln
10mo ago
My 2025 Mazda Miata has a CAN connected Telematics Control Unit that sends a bunch of data to Mazda on ignition off. Among this data is acceleration and velocity data along with coordinates sampled for where you were. It is also used as a g
14.
▲
by
emidln
11mo ago
.interp to a glibc/libc you ship or static linking. These days it’s probably faster (in dev time) to just run a container than setting up a bespoke interp and a parallel set of libraries (and the associated toolchain changes or binary
15.
▲
by
emidln
1y ago
Static linking doesn't produce smaller binaries. You are literally adding the symbols from a library into your executable rather than simply mentioning them and letting the dynamic linker figure out how to map those symbols at runtime.
16.
▲
by
emidln
1y ago
If the integrity protection is like any of the TPM implementations I've seen, it often doesn't apply once the thing is already in memory, just that when it first loads that it (and everything before it) was attested. This matters
17.
▲
by
emidln
1y ago
If you take a look at the binary that decides whether to boot the secure firmware or the tamper screen, it's probably trivial to patch to get the secure firmware running for more inspection. If the point of the linux system is networki
18.
▲
by
emidln
1y ago
This looks neat. I remember the various fvwm95 and icewm themes doing a similar number in the late 90s and early 2000s. It would be fun to pair this with Gambas[0], a free VB6 clone that works with GTK. [0] https://gambaswiki.org
19.
▲
by
emidln
2y ago
This is one of the reasons I like Clojure. There are very useful dialects with broad overlap between: Browser / JavaScript environments -> ClojureScript General Purpose (JVM) -> Clojure Fast Scripting -> Babashka (although I&#
20.
▲
by
emidln
2y ago
> No they don’t. Just like everyone doesn’t know Cobol, Fortran, Scala etc. Sure somebody might not have Python experience, but it's pretty easy to just not hire someone who says they don't know Python and isn't willing to
21.
▲
by
emidln
2y ago
I'd recommend nanobind over pybind11 at this point. Similar api, from the same author, but under active development and support.
22.
▲
by
emidln
2y ago
Not the universal usage of a euphoria-inducing, pacifying drug covering large-scale psychological manipulation and inudstrialist domination of society? Brave New World is a dystopia because it shows a fully satiated and socially occupied do
23.
▲
by
emidln
2y ago
It worked well enough for my last company. It does require a team to teach it and to do the heavy lifting on custom rules and tooling. I'd rather do that than worry about whether my c++ that was exposing me to millions/billions of
24.
▲
by
emidln
2y ago
It's possible to use bazel to do this. You need to be very explicit (The Bazel Way(tm)), but in exchange, you can ask the graph for everything that is an rdep of a given file. This isn't always necessary in bazel (if you avoid wei
25.
▲
by
emidln
2y ago
You can do this, albeit slightly less reliably, in the US as well. The geolocation isn't perfect, but you could easily put "With delivery to XXXXX [edit]" where XXXXX is a zip code you geolocate off an ip (or lookup in a user
26.
▲
by
emidln
2y ago
Linux on a Skylake-era i7-6820HK (quad core, ~3.2ghz) runs modern GNOME or KDE just fine. I had 64gb of ram and had cleaned the guts and installed a slightly bigger/faster NVMe to use in the last year. It runs LibreOffice or GoogleDocs
27.
▲
by
emidln
2y ago
Rich Hickey calls this "hammock time".
28.
▲
by
emidln
2y ago
IMO, the language is only a small part of a deeper relationship with your IDE. The IDE needs a good debugger, a good introspection system, and good hooks to modify things (ideally anything). Emacs meets this criteria, but few others do. Thi
29.
▲
by
emidln
2y ago
If you're using Arrow from duckdb, you're using C or C++ bindings. Hack the arrow lib, recompile (and adjust if necessary) whatever bindings/programs using your hacked arrow. If you're using multiple implementations of a
30.
▲
by
emidln
2y ago
Wouldnt you just recompile your duckdb with the hacked Arrow?
More ›