Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
colatkinson
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
colatkinson
2y ago
Your version of glibc is too old. Mint 19 is based off Ubuntu 18.04, which ships glibc 2.27, whereas this binary seems to require symbol versions first shipped in glibc 2.34. You'll have to compile from source, or update your distro to
2.
▲
by
colatkinson
2y ago
The old Tappan Zee was basically a perfect encapsulation of "dumb midcentury infrastructure decisions." 1. Built to last only 50 years to save on materials (as the other commenter noted). 2. Built over literally the widest possibl
3.
▲
by
colatkinson
2y ago
God yeah it's like a hypothetical version of the AirTrain that isn't a huge pain. Last time I flew out of JFK from Manhattan IIRC the easiest way was to do the E or LIRR from Penn to the AirTrain anyway , so might as well streaml
4.
▲
by
colatkinson
3y ago
Adding on to the other comment, multiprocessing is also kinda broken on Linux/Mac. 1. Because global objects are refcounted, CoW effectively isn't a thing on Linux. They did add a way to avoid this [0], but you have to manually ca
5.
▲
by
colatkinson
3y ago
If you don't mind I'm super curious as to what approach you ended up taking. Did you use rules_foreign_cc to build the ninja files they generate? Or generating BUILD files directly? Or something completely different? Sounds like a
6.
▲
by
colatkinson
3y ago
This is a super common setup in my part of NYC (minus the elevator). It seems to work fairly well, especially since it makes it viable to have lots of buildings in a row with minimal wasted space between them. It's definitely not the d
7.
▲
by
colatkinson
3y ago
For anyone else who immediately thought, "I've gotta try that!" and hit compilation errors: there appears to be a more maintained fork at [0]. And if you're on a 64-bit system, you'll want to make sure it finds the
8.
▲
by
colatkinson
3y ago
Not sure if you're aware, but ransomware insurance is already a significant industry, and the contracts usually stipulate that the client company undergoes some type of regular auditing. From what I've heard, insurance companies a
9.
▲
by
colatkinson
3y ago
Yeah to be honest I think approvingly quoting the author of "The Fascist Manifesto" probably well exceeds the cutoff for "dogwhistle." At this point the only thing left is for a16z to start a youth brigade and invade Eth
10.
▲
by
colatkinson
3y ago
Mastodon link for those so inclined: https://ioc.exchange/@matthew_d_green/111091979256440306
11.
▲
by
colatkinson
3y ago
Reference counting is a type of GC [0]. Just not a very good one in many cases. I think it's a fair assumption to say that the author is aware of what Arcs are and how they work. I believe their point is more so that because of how asy
12.
▲
by
colatkinson
3y ago
Mastodon for sure supports fetching individual posts over ActivityPub. For example: curl -L -H 'accept: application/activity+json' 'https://mastodon.social/users/Gargron/statuses/18614
13.
▲
by
colatkinson
3y ago
Ehh Indian Point (the NY plant) wasn't really a concern with regards to natural disasters. We get some occasional (very minor) earthquakes and a hurricane once in a decade or so, but I doubt the latter would do much vs many tons of rei
14.
▲
by
colatkinson
3y ago
The issue isn't the states though, it's the fact that it's still scheduled (and thus completely illegal) at the federal level. So those states that have legalized it are in a bit of a gray area: the past few presidents have b
15.
▲
by
colatkinson
3y ago
std::expected and a monadic interface for std::optional are very welcome changes. I've ended up with funky utility types to accomplish much the same thing in a couple projects, so an official interface is definitely nifty. I remember r
16.
▲
by
colatkinson
3y ago
That case appears to be specific to Gemini Earn, a "staking" product where users would loan Gemini money and in exchange would get returns on that money through Gemini/Genesis's investment of those funds. Under the Howey
17.
▲
by
colatkinson
3y ago
Ehh it's getting into pedantic territory as to what counts as directed vs undirected, but people figured out pretty quick that if you have an animal with a desirable trait you can breed it with others to maybe get offspring that also h
18.
▲
by
colatkinson
4y ago
I can't speak to the other cities you listed, but living in New York I think the media narrative around Eric Adams's mayoral victory is... a bit overblown. It's true that he won 67% of the vote in the actual election [0]. But
19.
▲
by
colatkinson
4y ago
Packages can do weird things like auto-loading into the interpreter (example: [0]). So in a scenario where a malicious package has ended up on your machine, you're a bit screwed whether it's a .so or a .py. I believe that was the
20.
▲
by
colatkinson
4y ago
In this case, it seems that GitHub was asked about it. From the thread linked in the article: > After a fruitful exchange with GitHub support staff, I was able to confirm the following (quoting with their permission): >> I checked
21.
▲
by
colatkinson
4y ago
> Heat pumps can have back up electric heating elements to provide the heating in the extremes. You get a more resilient system than gas. Sorry if I'm misunderstanding, but wouldn't the backup electric heating elements require,
22.
▲
by
colatkinson
4y ago
> NOT a colony.... we're a territory How did the US acquire said territory? And after they acquired it, what did they do to those who did not want their nation to be a "territory?" For those unaware, I'll give you a h
23.
▲
by
colatkinson
4y ago
Notably many anti-statehood groups boycotted these plebiscites, and analysts noted that the questions were poorly structured. For example, the 2017 referendum had a result of 97% in favor of statehood... because only pro-statehood voters sh
24.
▲
by
colatkinson
4y ago
Yeah, this is how it works. I don't know the technical details/internal terminology, but I've definitely had a few accounts I follow switch servers for various reasons. It was basically just "oh hey so-and-so's hand
25.
▲
by
colatkinson
4y ago
I don't think the follower count being that high is a hard requirement. The sentence in full: > Follower or Mention Count: If your account is detected to be in the top .05% follower or mention count for your geographic location, it
26.
▲
by
colatkinson
4y ago
I wonder if it hit some max execution time heuristic or something like that. As a quick test, I added a static_assert() that depends on the returned value, which seems to force complete evaluation to happen at compile time. With that, all 3
27.
▲
by
colatkinson
4y ago
Way back when EVs/hybrids were first hitting the market, I remember some chatter about basically adding an external speaker to play fake engine noises. Not perfect, but it might help a bit. I've personally encountered a decent num
28.
▲
by
colatkinson
4y ago
> With regards to chroot, I stand corrected. I knew it was a tree of symlinks, but I thought it was also more than that because symlinks alone don't seem like a sandbox. Honestly, Cosmopolitan's system appears to be more of a s
29.
▲
by
colatkinson
4y ago
I think it's ultimately because the "dumb blonde heiress" thing has made her oodles and oodles of money. She's far from a "started from nothing story," given her family. But that said, she's incredibly suc
30.
▲
by
colatkinson
4y ago
I have a bit of experience programming for a highly-parallel supercomputer, specifically in my case an IBM BlueGene/Q. In that case, the answer is a lot of message passing (we used Open MPI [0]). Since the nodes are discrete and don&#x
More ›