Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
algesten
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
algesten
5mo ago
He's optimizing for embedded no-std situation. These things do matter in constrained environments.
2.
▲
by
algesten
5mo ago
Are you really living your life walking around thinking about the next assailant?! Must be terrifying.
3.
▲
by
algesten
9mo ago
or being... punkted?
4.
▲
by
algesten
9mo ago
WebSockets over TCP is probably always going to cause problems for streaming media. WebRTC over UDP is one choice for lossy situations. Media over Quic might be another (is the future here?), and it might be more enterprise firewall friendl
5.
▲
by
algesten
10mo ago
I wouldn't define it as Sans-IO if you take an IO argument and block/wait on reading/writing, whether that be via threads or an event loop. Sans-IO the IO is _outside_ completely. No read/write at all.
6.
▲
by
algesten
10mo ago
> ...allows it to carry current with zero resistance at 3.5 Kelvin (about -453 degrees Fahrenheit) Seems to me this is a problem.
7.
▲
by
algesten
2y ago
Ok, pipelining as in using the fact that the socket is bidirectional, so you queue up the next request before the previous response has arrived? Sounds a bit dodgy, since any response could potentially contain a Connection: Close. Maybe ok
8.
▲
by
algesten
2y ago
I assume with HTTP/1.1 this would be less useful, since each synchronized request would require another socket, thus hitting potential firewalls limiting SYN/SYN-ACK rate and/or concurrent connections from the same IP. In som
9.
▲
by
algesten
2y ago
One thing I toyed with, but didn't get very far, was to encode the HTTP/1.1 protocol as a Sans-IO state machine with .await points for the IO, but rather than the IO registering Wakers with an async runtime, it relinquished contro
10.
▲
by
algesten
2y ago
In fact, not being able to do some of these things might improve privacy.
11.
▲
by
algesten
2y ago
Yeah. It's going to be great. Selected experts are saying so.
12.
▲
by
algesten
2y ago
I think the important thing is that the semantic index tracks all you do through all your apps.
13.
▲
by
algesten
2y ago
"Semantic Index" sure is a better name than "Recall". Question is whether I can exfiltrate all my personal data in seconds?
14.
▲
by
algesten
2y ago
The article says "the government has called the bill “fundamentally flawed”, but there may be sufficient House support to turn it into binding legislation" Sounds like Trudeau is not the problem in this instance?
15.
▲
by
algesten
2y ago
What are the chances this survives a court challenge? Story: In a previous life I worked as a consultant in Sweden. My employer had a clause like this in the employment agreement. I quit and joined a company that technically was a client. M
16.
▲
by
algesten
2y ago
I've spent lots of time in India. It's good to learn what the mosquito that can carry Dengue looks like. They are smaller and fly much faster and more erratically than a common mosquito – way harder to swat! If they settle down, y
17.
▲
by
algesten
2y ago
This style of reporting is so irritating. Surrounding facts and statistics in a heart felt drama of suffering and human angle. Of course I feel for Sonja Bingham, but if I'm trying to get my head around the consequences of Harm Reducti
18.
▲
by
algesten
3y ago
Call me old fashioned, but I prefer it when web pages open in a web browser and don't pretend to be native apps.
19.
▲
by
algesten
3y ago
For me the A380 is the most comfortable. I'm slightly scared of flying, and turbulence making the entire plane jump around makes it that much worse. I'm only speculating, but I think it might be the sheer bulk of the A380 making i
20.
▲
by
algesten
3y ago
To protect myself or my company, what about a pihole (or similar) that rejects any TLS connection attempted with certs signed by these root CA?
21.
▲
by
algesten
3y ago
My favorite is the detached upperclass parents who didn't notice their child not coming home from school: https://youtu.be/sydPKgC_Or4?t=1137
22.
▲
by
algesten
3y ago
I love the TV show also. It's just so surreal and dark.
23.
▲
by
algesten
3y ago
"Caroline af Ugglas, on behalf of ACQ board of directors commented: …" This is weirdly enough a Swedish singer who had Eurovision Song Contest ambitions. https://www.youtube.com/watch?v=HE1Vy5lKuzw She's part
24.
▲
by
algesten
4y ago
Didn't the Victorians (and people before that) rewrite Shakespear all the time to fit the current vibe? Roald Dahl also changed his own books so they would stay current.
25.
▲
by
algesten
4y ago
And then it typically interacts and fails without feedback. I've tried so many times to tell Siri "Send a message to x that I'm 10 mins away", only to realize much later that "message delivery failed". No clear
26.
▲
by
algesten
4y ago
Explains a lot. I remember having truffle shavings at the table on pasta at a posh italian restaurant in the early 2000, and it was reassuringly expensive. Didn't taste of much, I wasn't overwhelmed. A bit earthy, but nothing spec
27.
▲
by
algesten
4y ago
I'm in the EU and don't see this option. Maybe the EU rules is protecting us?
28.
▲
by
algesten
4y ago
You will adjust without even realizing. You'll change your pitch to sound right in relation to everyone around you. This probably means that in practice your finger is slightly up or down depending. It is also a reason why when playing
29.
▲
by
algesten
4y ago
One great example of this is vocalist groups. The Enya/Lord of the Rings track "May it Be" as sung by Voces8. https://www.youtube.com/watch?v=x7M5ZqFSynQ Notice how the fifths are perfectly "still",
30.
▲
by
algesten
4y ago
I don't get it. "Instead of learning jq DSL, learn zq DSL". To me they look similarly complicated and the examples stresses certain aggregation operations that are harder to do in jq (due to it being stateless).
More ›