Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hermitdev
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
25 ms
·
121.
▲
by
hermitdev
3y ago
The disable 2G switch is available on my Samsung running Android 13. Maybe your carrier is doing it to you?
122.
▲
by
hermitdev
3y ago
Some enterprising individual should purchase the data for the sole purpose of publishing activity of politicians, judges, and so on. I bet you the laws would change in a hurry.
123.
▲
by
hermitdev
3y ago
> Getting support under your SLA from other providers can be a person acknowledging your email and then asking for more information that you've already provided. Or worse, trying to turn it into a sales call. Every time I've t
124.
▲
by
hermitdev
3y ago
It'd probably be more accurate to say users than developers on the LPAR. I won't name names, though. It was at a Fortune 500, though. Manufacturing sector, not finance.
125.
▲
by
hermitdev
3y ago
> DB2 runs on Linux The DBA's I interned with would yell at you for this claim. They'd say UDB runs on Linux, but DB2 only runs on z/OS. I worked with both DB2 & UDB during my internship 2 decades ago, and while large
126.
▲
by
hermitdev
3y ago
I don't have any food allergies, either, so I admittedly don't pay much attention to allergens (or even listed ingredients most of the time). I'm genuinely curious, too.
127.
▲
by
hermitdev
3y ago
Surely, you aren't complaining of peanuts in peanut butter, so can you share an example, and why the allergen presumably shouldn't be there?
128.
▲
by
hermitdev
3y ago
CPython is written in C, and has an extensive API, also in C. A good number of CPython's stdlib is implemented in C. It's fairly easily to write an extension lib in C or C++ or Rust, even, and have python dynamically load the libr
129.
▲
by
hermitdev
3y ago
I managed to get 0 mi, as well. I guessed the state based on the first image and was able to rapidly narrow it down from there. Kind of cool today's happened to be in the state I was born in, yet have no memories of.
130.
▲
by
hermitdev
3y ago
There is a difference between type _conversion_ and changing the type of a variable. In your example, there's no conversion performed. "a" is dynamically typed, it's type changes with each assignment. The interpreter doe
131.
▲
by
hermitdev
3y ago
You also included localized formatting (the '.' and ',' ) in your example that'll likely break on parsing without special handling. For interchange, you'll want to avoid using localized formats, e.g. stick to t
132.
▲
by
hermitdev
3y ago
FWIW, my wife's iphone turns on driving mode while a passenger in my car, even though her phone is not paired to my car at all.
133.
▲
by
hermitdev
3y ago
Hasn't Netflix always been region locked? Pretty sure people using VPNs just for Netflix is a thing.
134.
▲
by
hermitdev
3y ago
I think the GP meant lean on beat cops, heavy on admin.
135.
▲
by
hermitdev
3y ago
I find POP->DAD a little odd, because I've never (as an American) heard anyone say 'pop' referring to their father. 'pops'? yes. Now, POP->SODA, would not surprise me in the least.
136.
▲
by
hermitdev
3y ago
> If you just started with properly painted lines, always-functioning traffic signals, and correct street signs, autonomous driving would be much, much easier than it is now. If you had this, driving period would be safer, automated or n
137.
▲
by
hermitdev
3y ago
The -A APIs are converted to calls to the -W APIs, IIRC, so you pay that cost everywhere. Not sure if that's universally true anymore, but it has been that way at least on the NT based kernel since...inception? Probably a good question
138.
▲
by
hermitdev
3y ago
Now I want to know: how much does this emoji count towards password strength?
139.
▲
by
hermitdev
3y ago
One of my funniest moments as an intern was helping one of my mentors accidentally delete her entire inbox. I can't even remember what we were trying to do with her inbox, but deleting the entire contents was not it. There was a moment
140.
▲
by
hermitdev
3y ago
I picked up a copy of C&C red alert a year ago. Sadly, it's unplayable on modern PCs. At least it was for me. Too many issues, crashes and the game speed not being changeable before game launch and by the time you can change it in
141.
▲
by
hermitdev
3y ago
AOE4 has been an interesting journey for someone that prefers the good ol fashioned comp-stomp. It wasn't long before I was easily taking on 4 of the hardest AI and easily stomping them on certain maps, like mountain pass. But, they&#x
142.
▲
by
hermitdev
3y ago
What's NPP here?
143.
▲
by
hermitdev
3y ago
Same here. Worrying about current timezones is a hard enough problem. Getting accurate historical timezones handling working is an even harder problem. Getting consistent results across Windows, Mac and Linux is an even harder problem. Need
144.
▲
by
hermitdev
3y ago
> Plus there are no talkers or texters at home. This is one thing theaters will never be able to compete with home viewing. Catch a matinee on a weekday while kids are in school, and you have a shot at being the only one in a showing, bu
145.
▲
by
hermitdev
3y ago
If nothing else, Musk has a lot more entertaining method of boring tunnels now than those slow tunnel boring machines.
146.
▲
by
hermitdev
3y ago
All of the parties involved need to be sanctioned. The employees following the bad instruction and the lawyers issuing the instruction. Violating a court order at the instruction of your employer's lawyer doesn't give you a free p
147.
▲
by
hermitdev
3y ago
> Because we cannot represent fractional units of the already smallest unit of currency, we have to choose a value anyway to charge or dispense. Unlike, say, if we stored it in dollars as a floating point and we can start compounding err
148.
▲
by
hermitdev
3y ago
It's not just this tragedy, it's any tragedy. Every time there's a mass shooting, people use it as a rallying cry for more gun control, rather than focusing on fixing the issues that actually led to the violence (usually seve
149.
▲
by
hermitdev
3y ago
In the case of a dishwasher, I wonder how much environmental regulations factor into that. Modern dishwashers use less water for a cycle, but they also do a poorer job of actually washing dishes. So, what do you do? Prewash? Run multiple ti
150.
▲
by
hermitdev
3y ago
The problem isn't changing implementation. This is expected with shared libs. The problem is changing the contract of the function and then expecting it to be drop in compatible. It's not. It _should_ be treated as a breaking ABI
More ›