Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
DoubleFree
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
The Small Data Showdown '25: Is It Time to Ditch Spark Yet?
(milescole.dev)
2 points
by
DoubleFree
1y ago
|
0 comments
2.
▲
Year of Independence
(zeux.io)
3 points
by
DoubleFree
2y ago
|
0 comments
3.
▲
Polars in Aggregate: Faster I/O, inequality joins, and much more
(pola.rs)
3 points
by
DoubleFree
2y ago
|
0 comments
4.
▲
by
DoubleFree
2y ago
The postgres query optimizer will try to minimize the number of pages read from disk (and the number of intermediate pages written to disk). Benchmarking the query optimizer by making the shared buffers large enough to hold all the data the
5.
▲
by
DoubleFree
3y ago
A government's primary purpose is to act on behalf of its constituents, and if these daytrippers are substantially detrimental to Amsterdam's livability, they should be discouraged from going there. Or, to put it in more financial
6.
▲
by
DoubleFree
3y ago
Fly postgres is not managed postgres, it's cli sugar over a normal fly app, which the [docs]( https://fly.io/docs/postgres/ ) make quite clear. Their docs also make clear that if you run postgres in a single-in
7.
▲
by
DoubleFree
3y ago
I would substantially nuance most of what you say. I really like vim and use it almost exclusively, but it is not necessarily the "only" way, or even necessarily the "best" way to do things. If the vim grammar clicks for
8.
▲
by
DoubleFree
3y ago
Space is not quantized, so yes, the electron has infinite possible locations. There are, however, places the electron cannot be, depending on its energy. See, the electron's energy is quantized, meaning it can only have a predetermined
9.
▲
Sampling in Floating Point (1/3): The Unit Interval (2022)
(pharr.org)
1 points
by
DoubleFree
3y ago
|
0 comments
10.
▲
by
DoubleFree
3y ago
I personally really like using Rust, but I don't think it's necessarily better than go. There are some areas where Rust will definitely be better or more ergonomic, such as bare-metal or low level systems programming tasks, but ma
11.
▲
by
DoubleFree
3y ago
Let's do a little calculation. For an upper bound, let's say you press your full weight onto it and the coffee grounds' resistance is not the limiting factor. That's maybe 90kg, times the acceleration of gravity, for abo
12.
▲
by
DoubleFree
4y ago
Elderly people also use bikes and often transition to electric bikes or sometimes tricycles if needed. As other people have commented, public transportation in The Netherlands is also quite decent, so that also sees much use by the elderly.
13.
▲
by
DoubleFree
4y ago
std::thread::scope was reintroduced in 1.63
14.
▲
by
DoubleFree
4y ago
Rocket is moving towards async as well
15.
▲
by
DoubleFree
4y ago
There are some, the most promising of which to me are slint (runs anywhere, includes custom IDL), druid (from the xi-editor folks) and xilem (new architecture, from the druid folks)
16.
▲
by
DoubleFree
4y ago
They'll just have to remember that losing is fun
17.
▲
CMU Intro to Database Systems – Playlist
(youtube.com)
1 points
by
DoubleFree
4y ago
|
0 comments
18.
▲
by
DoubleFree
4y ago
The problem of dangerous interactions between drivers and cyclists is much smaller here in the Netherlands, mainly due to two reasons. The first reason is the infrastructure, both visible and invisible. Separated bicycle lanes are commonpla
19.
▲
by
DoubleFree
4y ago
In general, you don't verify am email address to prove that the user owns it, but to verify they can receive mail on it, for password recovery purposes and account information. Reversing the process verifies the user can send from the
20.
▲
by
DoubleFree
4y ago
Years ago I stumbled onto competitive Tetris because the YouTube algorithm pushed the Jonas vs Joseph match on me. I didn't expect it to be exciting, but it was actually captivating and I've followed CTWC (very) passively ever sin
21.
▲
by
DoubleFree
4y ago
It depends. For operations or aggregates on a single field, it improves cache locality, whereas if operations act on all, or most, fields of the struct, it hurts cache locality. The exact same tradeoff differentiates OLTP (transactional
22.
▲
by
DoubleFree
4y ago
The quote "Efficiency with algorithms, performance with data structures"[1] is very applicable imo. [1] https://isocpp.org/blog/2014/12/efficiency-with-algorithms-p...
23.
▲
by
DoubleFree
4y ago
Matrix math in python is a bit clunkier, because matrices are not native to the language. That said, numpy, the standard for matrix math in python, is quite nice. Its documentation is, imo, miles ahead of matlab's and the APIs are a bi
24.
▲
by
DoubleFree
4y ago
K-9 Mail really is the grandfather of powerful E-mail apps, but I have switched to Spark a few years back when it became available for Android and never looked back. It's just a breeze to use. Sure, I have some gripes with it, but I re
25.
▲
by
DoubleFree
4y ago
I just use two or three drops of water from a pipette, which for some whisky really opens up the flavors. Most of the improvement for me comes in the form of mouth feel (it gets a bit more viscous and smooth) and in the nose. Anything more
26.
▲
by
DoubleFree
5y ago
This reminds me of a blog post from Aleksey Kladov: https://matklad.github.io/2021/01/03/two-kinds-of-code-revie... They state that reviews are not only meant to ensure good code, but also good coders. That m
27.
▲
by
DoubleFree
5y ago
I have been using tridactyl for the better part of three years now and it's pretty great. It has a feature similar to DDG bang search, where you can add your own search prefixes to search any site. The "hinting" is also very
28.
▲
by
DoubleFree
5y ago
I find the interface of GitHub (and therefore gitea) much more usable than gitlab's. Gitea is also easier and lighter to self-host than gitlab. Gitlab's CI offering is awesome though and really makes it stand out among software fo
29.
▲
by
DoubleFree
6y ago
First things first, I think companies should be up-front with their customers. That means not marketing non-AI solutions as AI. However, lots of companies do not sell AI, they sell a service. And as long as that service is good, it should n
30.
▲
by
DoubleFree
6y ago
I think the point here is that your MVP should behave like the actual product in the eyes of the customer, but you do not have to actually build the functionality. By providing a lot of the service manually, you can get your initial custome
More ›