Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
SmartHypercube
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
The Law of Leaky Abstractions (2002)
(joelonsoftware.com)
1 points
by
SmartHypercube
3mo ago
|
0 comments
2.
▲
The Death of the Author
(en.wikipedia.org)
3 points
by
SmartHypercube
7mo ago
|
0 comments
3.
▲
Many small queries are efficient in SQLite
(sqlite.org)
42 points
by
SmartHypercube
8mo ago
|
1 comments
4.
▲
Everything you never wanted to know about file locking (2010)
(apenwarr.ca)
91 points
by
SmartHypercube
8mo ago
|
17 comments
5.
▲
by
SmartHypercube
9mo ago
I love SQLite's quality and their docs explaining this kind of things. However, not all parts of SQLite have the same level of quality. I was very disappointed when I found bugs related to its JSON functions (and several other similar
6.
▲
by
SmartHypercube
11mo ago
I got bitten by this: user agent stylesheet contains "button {align-items: flex-start}" (at least in Chrome). The default behavior is "stretch". Spent an hour debugging why my flexboxs' sizes are wrong. I still want
7.
▲
Guide to Scroll Anchoring
(developer.mozilla.org)
2 points
by
SmartHypercube
2y ago
|
1 comments
8.
▲
by
SmartHypercube
2y ago
Safari is the only major browser still not supporting scroll anchoring.
9.
▲
Position-try fallback options and conditional hiding in CSS
(developer.mozilla.org)
1 points
by
SmartHypercube
2y ago
|
1 comments
10.
▲
by
SmartHypercube
2y ago
A common requirement for tooltips is that they should appear above or below some other elements, depending on the position, in order to make sure they stay inside the screen. CSS now has native support for this.
11.
▲
by
SmartHypercube
2y ago
I've always wanted to give IPv6 more chances to see if I can take advantage of its features early, but every attempt has left me very disappointed. Issues I noticed during my recent research: - GitHub does not support IPv6. - Docker co
12.
▲
by
SmartHypercube
2y ago
> That's what it is like watching some people try to use LLM's. Exactly. I made a game testing prompting skills a few days earlier, to share with some close friends, and it was your comment that inspired me to translate the gam
13.
▲
by
SmartHypercube
2y ago
Thank you for your feedback! However, I'm really confused. I am color blind (red-green) so I always try to make the life of other color blind people (and myself) easier. I hate red and black. When I was young and in school, I find that
14.
▲
Show HN: I made a game testing your prompting skills
(app4.hc11.org)
10 points
by
SmartHypercube
2y ago
|
2 comments
15.
▲
Show HN: Truncate dates and drop timezones in Git commits
(github.com)
1 points
by
SmartHypercube
2y ago
|
0 comments
16.
▲
by
SmartHypercube
2y ago
I have been using a small tool I made to hide the time information in my git commits: https://github.com/SmartHypercube/git-date-truncate It not only sets the timezone to UTC, but also sets the time to 00:00. So my com
17.
▲
by
SmartHypercube
2y ago
Exact same behavior here. I got it in 24 guesses. New Game doesn't change the color and guesses show NaN%. (Windows Chrome)
18.
▲
Golden-Section Search
(en.wikipedia.org)
1 points
by
SmartHypercube
2y ago
|
0 comments
19.
▲
by
SmartHypercube
2y ago
If we ignore the information contained in the score numbers, only comparing which score is higher, we could optimize using ternary search (or golden-section search). https://en.wikipedia.org/wiki/Golden-section_search
20.
▲
by
SmartHypercube
2y ago
> For example, in games and crypto trading programs, I want to classify all computations into two priorities. I need to do an update / render a frame / compute a trading action in every time period. Sorry if that is not clear e
21.
▲
by
SmartHypercube
2y ago
I'm not talking about the loading screen of a video game.
22.
▲
by
SmartHypercube
2y ago
Using RCU as the example to motivate GC is interesting. It is essentially transferring the responsibility of freeing from the writer to the last reader, who cannot be determined when compiling. It makes a lot of sense. But this makes me thi
23.
▲
by
SmartHypercube
2y ago
Who else is clicking "click to start" like me? It turns out you have to choose one of the buttons. I thought they are there to allow me to enable/disable the sound, but they also both act as start buttons. Didn't know a
24.
▲
by
SmartHypercube
2y ago
I don't think this is a problem about "discontinuity". It's about the monotonicity of the function from income before tax (and insurance, etc.) to income after tax. So I don't think "sharp threshold" is a