Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hermitdev
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
61.
▲
by
hermitdev
2y ago
Honestly, who cares what the fuck the UN thinks at this point? They've lost all credibility. Hell, they just held a moment of silence for the Butcher of Tehran, an individual that, as a head of state, has repeatedly called for the des
62.
▲
by
hermitdev
2y ago
> I wonder if in the future they may offer a "service" to content providers. Say you're a reddit / forum / etc. You get supplied an API that you can run queries through that match any content that may have been g
63.
▲
by
hermitdev
2y ago
And, what's been most alarming through COVID is the same people that would claim medical autonomy in the case of abortion are the exact same people that'll tell you to shut up and take your shot when it came/comes to COVID. P
64.
▲
by
hermitdev
2y ago
Seriously, why would I go to the theater at the same cost to watch at home only to have to to step through sticky floors to sit in seats of questionable cleanliness to watch a movie with the glow of other people's phones around me, wat
65.
▲
by
hermitdev
2y ago
> Attributing bad behavior to a lack of will power is not being honest about it. No, it's not being honest about it. Having read the article, it's apparent to me that the author has a lot of problems, and weed isn't the ca
66.
▲
by
hermitdev
2y ago
The reality is, the Obama administration kept drawing red lines that kept getting stepped over with no consequences. Syria, Iran, ISIS...Russia saw that and that there'd be no real consequences. Same thing happening now with the Biden
67.
▲
by
hermitdev
2y ago
Not the OP, but I see this pop up quite frequently in ETL, usually handling csv files.
68.
▲
by
hermitdev
2y ago
> platform-dependent. It's 2024 and we still can't all agree on line endings. Mac vs Win vs Unix...
69.
▲
by
hermitdev
2y ago
To add to a sibling comment, the distinction is important, because observed mass of black holes falls largely into super massive (millions to billions solar masses) to stellar (dozens of solar masses). There is very, very, astonishingly few
70.
▲
by
hermitdev
2y ago
So...what's the story with grid-scale battery disposal? Are we heading for another series of super-fund cleanups? That's a lot of toxic material that's going to have to be disposed at end of life.
71.
▲
by
hermitdev
2y ago
Nah, waves of gentrification are just bubble sort in action... j/k
72.
▲
by
hermitdev
2y ago
Maybe GP is referring to using mutable instances as default arguments in Python? Because that is a known Bad Thing (TM).
73.
▲
by
hermitdev
2y ago
I have a hellcat redeye, approximately one of your $100k cars. I've thoroughly enjoyed the car in the nearly 2 years I've owned it. But, I'm barely over 6,000 miles, and I've killed 2 batteries and just had the starter r
74.
▲
by
hermitdev
2y ago
ALT+255 also made the directories inaccessible in Win9x. Couldn't open them in explorer, for instance, without renaming to remove the special character.
75.
▲
by
hermitdev
2y ago
> It's kind of a bummer we don't trust each other more. Huh? Sounds like he was trusted, but they verified his work. Trust != blindly accepting someone's work. And in the end, this intern violated the trust that _had_ been
76.
▲
by
hermitdev
2y ago
I got my drivers license in the golden age of the mid-90s when the US nation-wide 55 MPH limit was repealed. Limits immediately reverted back to whatever the states had on the books. For Montana (where I lived at the time), there was no pos
77.
▲
by
hermitdev
2y ago
And others of us are old enough to remember the Sony rootkit DRM on their CDs and refuse to go anywhere near Sony products.
78.
▲
by
hermitdev
2y ago
Been a while since I've looked at it, but pretty sure std::format validates and parses most (all?) format strings at compile time. There should be no runtime penalty.
79.
▲
by
hermitdev
2y ago
That's kind of the point. It's feature detection code. If the code cleanly compiles, the feature is assumed supported, otherwise, it's assumed not present/functional. This pretty common with autotools. The gotcha here is
80.
▲
by
hermitdev
2y ago
Doesn't Pyinstaller also require CPython to have been built with '--enable-shared'? I _think_ this is the default for most system-installed Pythons that I've seen, but it's not the default if you build Python from s
81.
▲
by
hermitdev
2y ago
To add to this, with poetry, you basically do `poetry env use python3.12` to create a python virtualenv on python3.12 (you can use whatever python version pyenv supports, doesn't even have to be CPython). The generated virtual env name
82.
▲
by
hermitdev
2y ago
deadsnakes is useful, but also a bit of a misnomer. One can use it to get pretty much anything python version, even ones that are too new to be available in your default apt repos. That is, it's not just for 'dead'/EOL v
83.
▲
by
hermitdev
2y ago
My childhood home was in the flight path for NASA when they were given the Blackbird after it's official retirement. We also routinely had fire-retardant bombers flying eye level close enough you could read the tail numbers off with a
84.
▲
by
hermitdev
2y ago
Probably some new-age hippies at Tinder taking the 'make love, not war' manta to heart. /s
85.
▲
by
hermitdev
3y ago
You think this is bad? Wait until you see what the "news" media does!
86.
▲
by
hermitdev
3y ago
I was thinking the same thing, but need to invert the messaging since we're sending it _to_ Europa.
87.
▲
by
hermitdev
3y ago
This is a personal experience of mine: I was a resident advisor (RA) in college. I had the displeasure of dealing with 2 residents that had taken 4 doses of LSD each. It was not a pleasant experience for them, for me, or anyone that had to
88.
▲
by
hermitdev
3y ago
> Broadly, the US job market is still strong, with the unemployment rate at a low 3.7 percent. No, it's not. Unemployment rate is a bullshit metric and people need to stop relying on it. It measures the number of people collecting u
89.
▲
by
hermitdev
3y ago
Why touch screens should be an absolute no-go for anything safety adjacent: gloves. The overwhelming majority of touch screens just do _not_ work with the user wearing gloves. If I get into a car and it's -20F out, last thing I want to
90.
▲
by
hermitdev
3y ago
I used ClearCase quite a bit (and other (ir)Rational tools) at a previous job. It sucked pretty hard. But, it didn't _require_ you to lock files. It _strongly encouraged_ you to, and made working with hijacked files a pain in the ass,
More ›