Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
aeruder
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
aeruder
2y ago
Missouri also has a governor that vowed criminal prosecution for a newspaper reporter who discovered “View Source” on a state website revealed teachers social security numbers [1]. This went on for months. Even if a white hat had discovere
2.
▲
by
aeruder
2y ago
Actually just saw news that they’ve wrapped filming on season 2 of Silo and they’ll be airing 2025. :)
3.
▲
by
aeruder
3y ago
I really like how well the pattern-matching system in Elixir works with decoding binary data. It can even extract on non-byte boundaries.
4.
▲
by
aeruder
3y ago
Large parts of the ziprecruiter website are still powered by perl.
5.
▲
by
aeruder
3y ago
Chicago
6.
▲
by
aeruder
4y ago
Yea, just to be clear though: Asahi Linux still works pretty well. My system boots near instantly; wifi, mouse, keyboard work fine. Its enough where I can easily use my M2+linux as my daily driver. This article is addressing misleading co
7.
▲
by
aeruder
4y ago
Sad, but I would occasionally use my "unlimited" PTO to take a week off and just get work done. Most of the pain started when we transitioned to a sprints from a lack of process. In theory, this was to make things faster (which
8.
▲
by
aeruder
4y ago
100%. I worked at a company that really went in hard on Agilent Vee for hardware testing in the early 2000's. Absolutely a thing where a manager saw a "Hello World"-like demo and was so impressed that they went 100% full bu
9.
▲
by
aeruder
4y ago
I worked for a company that used A/B testing to justify call-to-cancel; makes me angry every time I think about it. I guess that's one of the tricky things about A/B testing - it is easy to measure that call-to-cancel decrea
10.
▲
by
aeruder
6y ago
Still makes me mad. I bought a device that plays PS3 games and runs Linux and then Sony said I have to choose.
11.
▲
by
aeruder
6y ago
IPV6 can cause some issues around this because browsers will typically do an IPV4 and IPV6 lookup in parallel. Try adding a ::1 youtube.com www.youtube.com also.
12.
▲
by
aeruder
7y ago
In California it is illegal. If you work in trendy software companies, startups, etc - it probably isn't common because so many people have Githubs. As a embedded software engineer, I've had specific language claiming rights to e
13.
▲
by
aeruder
8y ago
The trick here is that each byte is treated as a signed 8-bit number. When the top bit is set, the number is negative.
14.
▲
by
aeruder
8y ago
> They also run the risk of being held personally liable if someone were to be injured by the pothole they attempted to fix. Are they suggesting that the city can be held liable when a pothole they _haven't_ fixed jacks up my car
15.
▲
by
aeruder
9y ago
Or they could just sign up at one of the numerous free email providers with a different username. Stripping the + suffixes is only providing one thing - pain for the users that want to use it.
16.
▲
by
aeruder
9y ago
Understood, and I totally agree that it is an industry ready for some shakeup. I used to work for a large defense contractor doing FPGA work, and we really went out of our way to try to stick to 100% VHDL to attempt to avoid vendor lock-in.
17.
▲
by
aeruder
9y ago
C (or really any traditional programming language) doesn't really map to an FPGA. There are some compilers out there that attempt to convert traditional C code to state machines for FPGAs, but FPGAs are really a completely different p
18.
▲
by
aeruder
10y ago
I don't understand why they go through so much effort to churn out these boards that are made useless by lack of upstreaming. Oh, wait, because idiots like me keep buying them and finding this out too late. Thanks for saving me $20 th
19.
▲
by
aeruder
10y ago
100% correct. Far too many misinterpretations of the LGPL out there seem to ignore the requirement that the LGPL'd portion must be able to be replaced/updated. I've seen way too many LGPL-licensed embedded-C libraries and VH
20.
▲
by
aeruder
10y ago
Make unfortunately depends on hard-tabs for the recipes. Your editor probably switched it to spaces.
21.
▲
by
aeruder
10y ago
An article about the "attrs" library was posted here a couple weeks ago. Really highlighted the tedium of Python objects while offering a neat solution. https://glyph.twistedmatrix.com/2016/08/attrs.html