Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
CountHackulus
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
91.
▲
by
CountHackulus
5y ago
I've used vroptician.com with my Valve Index and it works great.
92.
▲
by
CountHackulus
5y ago
Roughly 75% Rye as base malt for the body, then 25% golden naked oats. Mash at 163F (not a typo). Water profile with a lot of Chloride, though I use tap water because my city water is really good. I've tried quite a few yeasts with thi
93.
▲
by
CountHackulus
5y ago
Acid League is somewhat decent, not quite as good as a really nice bottle of wine but pretty good. Sadly the cost is a bit prohibitive, especially for what it is.
94.
▲
by
CountHackulus
5y ago
Learn to homebrew, I regularly make a 1.8% NEIPA. Tastes fantastic and it's a fun hobby on the weekend.
95.
▲
by
CountHackulus
5y ago
It looks really nice, but I'd really like a larger one that supports drop-in. Being able to just show up without having to deal with an elderly relative trying to find a button to answer is really a killer feature.
96.
▲
by
CountHackulus
5y ago
I've used the Echo Show 10 with the drop-in feature for my mom with vision issues (basically can't use touchscreens) and it works fairly well. That said I fully agree with you that something like this would be really excellent. A
97.
▲
by
CountHackulus
5y ago
Middle-endian is the only correct answer. It's a tradeoff between both little-endian and big-endian. The PDP-11 got it right.
98.
▲
Open Saves: Open-source cloud-native storage for games
(cloud.google.com)
3 points
by
CountHackulus
5y ago
|
0 comments
99.
▲
by
CountHackulus
5y ago
I do wonder how much of that is just getting a nice new laptop? If the average user was handed the equivalent laptop with an Intel CPU but told it was an M1 would they notice? Would they also think it was nice and fast?
100.
▲
by
CountHackulus
5y ago
Did I work with you!? I also worked on the COBOL backend for TR. And yeah, I'd also be HIGHLY surprised if it ever got open-sourced.
101.
▲
by
CountHackulus
5y ago
This is more common than you might think. Back when I worked on a COBOL compiler at IBM one of our test cases was an "expert system" that turned ~20 lines of business-specific DSL into ~100k lines of COBOL. It was extremely un-fun
102.
▲
by
CountHackulus
6y ago
I can pretty much guarantee that there was no discussion with management like that. From experience, live ops games are essentially a perpetually broken code base that was rushed into production, then a breakneck release schedule for new fe
103.
▲
by
CountHackulus
6y ago
Having just read that book, it's not that laziness is bad or good for data structure performance. It's mostly that you can't use a data structure designed for one paradigm with the other and expect the same performance charac
104.
▲
by
CountHackulus
6y ago
If you want to get really deep into this, you can read the book Linkers and Loaders by John Levine. It's useful if you're writing either a compiler or an OS, or if you really want to understand the subtleties of how executables ar
105.
▲
by
CountHackulus
6y ago
I found it interesting that the attacker looked for help on the attackee's own site. I guess it truly proves how good of a repository of information StackOverflow is.
106.
▲
by
CountHackulus
6y ago
I had completely forgotten about A/UX, what a blast from the past. Has A/UX gotten any recent open-source attention?
107.
▲
by
CountHackulus
6y ago
> > This terrified the Swift compiler engineers, they were worried that untested complier pass orders would expose untested bugs > This would scare me too. For what it's worth a few (10ish) years ago we did this with the J9 co
108.
▲
Punching Holes
(exple.tive.org)
1 points
by
CountHackulus
6y ago
|
0 comments
109.
▲
by
CountHackulus
6y ago
Just to add another data point, I had a 2005 Mazda 6 V6 Wagon and I tracked the fuel usage for an entire year. Ended up a 10.2L/100km. Something I found was horrendous compared to my friends' Corollas and Civics.
110.
▲
by
CountHackulus
6y ago
Finally, I can play Rachmaninoff properly! Definitely not because I don't practice enough.
111.
▲
by
CountHackulus
6y ago
There's also some AOT options for the JVM to get a faster startup, along with -Xquickstart. I definitely agree with the "you're loading an entire IDE" statement.
112.
▲
by
CountHackulus
6y ago
Canada only really, but A&W has done a really good job keeping their impossible burger on par with their other burgers. Both price and flavour wise.
113.
▲
by
CountHackulus
6y ago
Remember when Apple only allowed web apps through pinned links on the home screen? How things have changed since the 3G.
114.
▲
by
CountHackulus
6y ago
That looks more like coupling the state with the UI. You could try refactoring your code in an MVC/MVVM style like react such that the state isn't being modified during a UI draw. That sort of out-of-sync issue can happen even wit
115.
▲
by
CountHackulus
6y ago
Just an FYI, most modern laptop chips will hit up to 100C under load. That's just how they're designed to operate.
116.
▲
by
CountHackulus
6y ago
I definitely misread this title as the P8 JIT that IBM was working on for a while.
117.
▲
by
CountHackulus
6y ago
I'm really not sure about the English/French intersection. There's quite a few names that I've definitely never heard in French and would be super awkward to pronounce. Names like Gaylord, Montgomery, Barbara. It seems l
118.
▲
by
CountHackulus
6y ago
People have been talking about climate change for a decade, doesn't mean they're not right.
119.
▲
by
CountHackulus
6y ago
I currently still work on YoVille/YoWorld. I definitely understand the pain.
120.
▲
by
CountHackulus
6y ago
D has a nogc flag that can be used on methods and taints methods down the line. It's pretty neat. I'm a big fan of D, but I still think I wouldn't write a Kernel in D. I find it much more suited to quicker smaller programs, k
More ›