Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ardel95
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
ardel95
1mo ago
My bet is that OpenRouter began steering GPT-5.6-sol users towards flex tier, which is already 50% off. So this isn’t really a price cut. As to why, lots of possible reasons. Perhaps an agreement with OpenAI to help them drive up more diver
2.
▲
by
ardel95
1mo ago
CSAM, and other harms, are typically detected using a set of specially trained, faster and cheaper models (and out of band matching techniques) that run before and after the main model. Any mention in the system prompt is mostly defense in
3.
▲
by
ardel95
1mo ago
Is it really that unusual? When you attach an image or a video, it gets converted to tokens you don’t see, at a rate that is proprietary to the model. You pay for those tokens, but don’t see them. Even how text is converted to tokens is a p
4.
▲
Disposable Environments, Durable Sessions: My Ideal Agentic Workflow
(blog.joemag.dev)
2 points
by
ardel95
8mo ago
|
0 comments
5.
▲
by
ardel95
11mo ago
Demoiselle crane flies over Himalayas and over Everest during its yearly migration, so it'd be flying at least 30k feet high. I only know that from Planet Earth documentary, which was such a great show!
6.
▲
by
ardel95
11mo ago
Unless I screwed up the math, they would be quarter of a light year apart. Plenty of space for each black hole to form its own accretion disk.
7.
▲
by
ardel95
11mo ago
Kepler’s laws should still provide a pretty good estimate, at least until black holes get much closer. I did a quick back of the envelope calculation, and looks like they’ll be roughly 14k astronomical units, or 0.22 light years apart.
8.
▲
by
ardel95
1y ago
1604. One could say we are overdue. I’m not sure about dust or other obstacles blocking it, but based on brightness alone a supernova in our galaxy should be visible with naked eye.
9.
▲
What Fekete's Anomaly Can Teach Us About Isolation
(brooker.co.za)
2 points
by
ardel95
1y ago
|
0 comments
10.
▲
Hydro: Distributed Programming Framework for Rust
(hydro.run)
275 points
by
ardel95
2y ago
|
49 comments
11.
▲
Demystifying AWS Data Transfer
(aws.amazon.com)
2 points
by
ardel95
2y ago
|
0 comments
12.
▲
by
ardel95
2y ago
It would be. Which is why any pair of orbiting bodies will eventually collide. It’s just that for black holes this effect is insignificant (a merger would take much longer than the age of the Universe) until they get close to each other, mu
13.
▲
by
ardel95
2y ago
The potential to detect Supermassive Black Hole mergers is one of the reasons I'm really excited about the LISA project [1], and hope it actually gets funded and doesn't delay too much. [1] https://en.wikipedia.org/
14.
▲
by
ardel95
2y ago
In quantum mechanics, bosons are (often massless) force carrying particles like photons or gluons. Fermions are the massive matter particles, such as electrons or quarks. So, while I’ve never heard this saying before, I assume it’s meaning
15.
▲
by
ardel95
2y ago
So that xkcd “daylight savings time” meme was an actual movie?
16.
▲
by
ardel95
2y ago
The article didn’t mention this, but don’t u128s get mapped to SSE2 registers on most modern x86_64 processors, and not regular 64-bit ones?
17.
▲
by
ardel95
2y ago
That’s a pretty pedantic interpretation of the word application. In the context of software owned by most teams, that they may decide to run on single vs multiple hosts most applications are absolutely stateless. Most applications outsource
18.
▲
by
ardel95
2y ago
Totally. But most applications are not stateful.
19.
▲
by
ardel95
2y ago
If you have the ability to spin up a new machine when the old one fails, and deploy your app onto it in one minute, it’s not a big leap to also run your app on two machines and avoid that downtime altogether.
20.
▲
Performance and Efficiency
(blog.joemag.dev)
1 points
by
ardel95
3y ago
|
0 comments
21.
▲
by
ardel95
3y ago
Almost every modern router in a multipath network peeks at the next layer to implement flow hashing correctly.
22.
▲
by
ardel95
3y ago
One of the biggest misses with IP fragmentation was not requiring each fragment to carry the higher protocol header. Or at least do that for UDP. That decision alone would’ve made fragments so much simpler on network devices and appliances,
23.
▲
by
ardel95
3y ago
That would effectively kill software patents. Which is a fine outcome.
24.
▲
by
ardel95
3y ago
The absolute performance isn't very important for the stock price. What matters way more is the performance vis-a-vis market expectations. So in this case, the market was expecting something better (or there was some other guidance in
25.
▲
by
ardel95
3y ago
This is a good example of the type of challenges you face as an author of widely used library. I can see a lot of scenarios where an optimization like this would bring benefits. But there are also many where it would hurt performance (not t
26.
▲
by
ardel95
3y ago
I think Apple is fully capable of getting there too. They have a high enough price point, and a loyal enough customer base, that even if getting there required additional hardware or shipping with more RAM by default, they could make it wor
27.
▲
by
ardel95
3y ago
The story of what happened in the cockpit during the failure is just as interesting! The captain made a number of right decisions in a very challenging situation that allowed the plane to safely land. Mentour Pilot did a video on that: htt
28.
▲
by
ardel95
3y ago
I think one of the most desirable and under-appreciated goals of schema languages and serialization formats is safety. These tools are typically used in places that deal with untrusted inputs, and features and design choices can go a long w
29.
▲
by
ardel95
4y ago
An example of this already happening in a way that is transparent to the applications: https://aws.amazon.com/about-aws/whats-new/2022/11/elastic-n...
30.
▲
by
ardel95
4y ago
There is a huge difference between running infrastructure on behalf of a single, well-intentioned business and running infrastructure that needs to deal with high density, adversarial multi-tenancy. Not saying they can’t do it if they reall
More ›