Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
KayEss
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
KayEss
24d ago
I think every national health service does something similar (minus the ambulance fee generally), but that might be too incredible for the Americans to believe?
2.
▲
by
KayEss
24d ago
This is such an American take. If you're unhappy with the wait time then get private insurance and go to a private doctor, just like you would in the US. But if you're too poor for that, at least you get something in six to twelve
3.
▲
by
KayEss
24d ago
Generally if you get turned away at the destination then the airline is liable for taking you away, so they won't let you fly unless they're sure that you will be accepted at the destination country.
4.
▲
by
KayEss
1mo ago
I've been using proportional fonts for programming for more than thirty years. Makes things much easier to read and it's only a problem where people try to make patterns out of the code
5.
▲
by
KayEss
3mo ago
I have fond memories of bricking my Smalltalk environment several times trying to get instance behaviour working :-)
6.
▲
by
KayEss
3mo ago
I think this is looking at what OOP has become (as implemented by systems and programming languages that don't care a wit about what OO was meant to be) rather than what Alan Kay described. If you think about something like a web serve
7.
▲
AI Assisted Coding
(kirit.com)
1 points
by
KayEss
7mo ago
|
0 comments
8.
▲
Tiny-Classifier.cpp – Our First Tiny Classifier
(kirit.com)
10 points
by
KayEss
1y ago
|
0 comments
9.
▲
Tiny-Classifier.cpp – Our First Tiny Classifier
(kirit.com)
2 points
by
KayEss
1y ago
|
0 comments
10.
▲
by
KayEss
1y ago
You're misinterpreting what I said. I said that your ability to defend yourself and your family with a gun was hypothetical. I can see that you like to think of yourself as a rational thinker about this, but you're refusing to ans
11.
▲
by
KayEss
1y ago
This of course plays into the fear US gun advocates have of any attempt to remove their gun rights. If it were to happen though, then maybe as a prepper type with a house and lands in the woods you'd stand a chance against an armed mob
12.
▲
by
KayEss
1y ago
I have had a gun pointed at me, and I've been where guns have been fired in anger around me. I'm kind of surprised to hear somebody in America think it's a likely enough thing to happen to be worth the obvious societal cost o
13.
▲
by
KayEss
1y ago
This comes across a lot like you're saying that your personal feeling of safety for you and your family is worth more than the actual safety of innocent schoolchildren who are being mass murdered.
14.
▲
by
KayEss
1y ago
This is what makes securing this stuff so hard when you don't have proper review. What seems like a good idea from one perspective opens up another gaping hole somewhere else. Off the cuff suggestions for improving UX in secure flows j
15.
▲
by
KayEss
1y ago
Only in some parts of the world. In many it's the room and the object
16.
▲
by
KayEss
1y ago
And by a happy coincidence it turns out that audio does about one foot in one millisecond making light six orders of magnitude faster
17.
▲
Analysis of amplified ground motion in Bangkok from recent earthquakes (2023)
(geoenvironmental-disasters.springeropen.com)
16 points
by
KayEss
1y ago
|
0 comments
18.
▲
by
KayEss
3y ago
REM was quite common across a number of languages at the time. You might still see them in '.bat' files
19.
▲
by
KayEss
3y ago
I think this is a much fuller explanation of what I was trying to say :-)
20.
▲
by
KayEss
3y ago
I think you're thinking of upgrading the 486sx which didn't have the on die coprocessor. That did disable the old chip as you basically replaced it with a 486dx
21.
▲
by
KayEss
3y ago
No. The conversation was on the eve of the Potsdam conference
22.
▲
Spectral slices of overtone singing, animated
(languagelog.ldc.upenn.edu)
32 points
by
KayEss
4y ago
|
5 comments
23.
▲
by
KayEss
4y ago
One big reason is that when you add two samples together, if you overflow a signed int that's UB, but if you go over 1.0 on a float it's just business as usual. This means you can do a ton of audio processing and only have to deal
24.
▲
by
KayEss
4y ago
It's essentially the same everywhere, but these large planes are flying IFR not VFR and so they rely on the separation service provided by ground control. Ground control isn't allowed to provide separation service to VFR flights (
25.
▲
by
KayEss
5y ago
So when generating a private key, is any 256 bit random sequence good (it gets reduced down to the 252 bits available) or do you have to check you didn't pick one of the 2^4 keys that aren't valid? (Actually, is 2^4 even the right
26.
▲
by
KayEss
5y ago
Does that imply that there are some 256 bit patterns that aren't valid private keys, or does the 2^255 - 19 not describe the private key space?
27.
▲
by
KayEss
5y ago
> Iouring looks promising though It's more than promising. It's an unbridled joy to work with (compared to things like epoll) and performs very well already.
28.
▲
by
KayEss
6y ago
Which have been delayed for a year due to C19. All Thai constitutions have had strong privacy requirements, but that has never been important for what actually happens. It's really not clear what compliance will be like. If it's a
29.
▲
by
KayEss
7y ago
SOCKS is very easy to implement. You could probably knock this together in pretty much any language in little more than the time it takes you to read the SOCKS docs and how to set up the server side TLS connection.
30.
▲
by
KayEss
7y ago
> they forgot that it's about telling the computer to do something, as clearly as possible Or alternatively, it's to explain to the next reader of the code, as clearly as possible, how the problem was solved (in such a way that
More ›