Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
thezilch
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
thezilch
1y ago
No business has the obligation to keep running what you find useful. If it was that useful, someone else will make it. If no one is doing it or well, I see no reason to just complain and offer no solution. If there are other solutions and G
2.
▲
by
thezilch
1y ago
But how boring and unhelpful to have someone post it on every product that Google builds.
3.
▲
by
thezilch
2y ago
That's ... not what most people are doing. People send _application_ errors on HTTP 200 response codes, because HTTP response codes are for HTTP and not applications. Most "REST" libraries and webdev get this wrong, building
4.
▲
by
thezilch
3y ago
Why should internal tools not have these things? That kind of argument smells of, internal tools can be slow. No. Seems we should lift up Dear ImGui -- contribute, donate, feedback (document, gather requirements, etc), etc -- as opposed to
5.
▲
by
thezilch
3y ago
Google Domains made Google the equivalent of $0 and would teach them nothing about operating their core businesses.
6.
▲
by
thezilch
3y ago
And his context is what? Selling books and conferences? What has he actually shipped with his ideas? To me, it's the Clean Code of web services.
7.
▲
by
thezilch
3y ago
Oh boy, a whole pizza!
8.
▲
by
thezilch
3y ago
100%; we do that (see profile).
9.
▲
by
thezilch
4y ago
Why not use APCu?
10.
▲
by
thezilch
4y ago
Classic over-engineered DevOps, adding complexity for complexity sake. When you have a hammer... Everything you described was 2005.
11.
▲
by
thezilch
5y ago
No one is trying to get it for free. They are trying to get it for [significantly] less than 30%. If it's so great to use Apple Pay (one click, easy to revoke payment -- sounds great!), why would a customer not use it over browsing to
12.
▲
by
thezilch
5y ago
You're not speaking to server authority but lag compensation. Your "behind cover" example describes best your concern with lag comp. It works both ways. You having lower latency can suffer when attempting to take cover. Howev
13.
▲
by
thezilch
5y ago
Of course I want consteval, if a later C++ is available to me, but that doesn't excuse you writing constexpr does absolutely nothing, when it clearly does. It's no surprise your example doesn't fold calls without `-O3` or tha
14.
▲
by
thezilch
5y ago
What? https://gcc.godbolt.org/z/EzrWW9ss5
15.
▲
by
thezilch
5y ago
Can you expand on what's fragile or what database you do trust? Do you trust your database or filesystem WAL, journaling, and/or vacuum/compaction?
16.
▲
by
thezilch
5y ago
So does Amazon's HTTP API for browser clients. Is Apple going to snuggle up with Amazon and get the Brave browser banned for nuking their ads, trackers, etc?
17.
▲
by
thezilch
5y ago
I know quite a few cloud administrators that are systems programmers. They love to work in languages that they can lean on their compiler and not runtime to find a lot of mistakes.
18.
▲
by
thezilch
6y ago
Experienced programmers, if perf matters to their project, should think about their data structures, memory size, and access patterns. It's not clear why an experienced programmer would think an array defaults to wasting memory on a ha
19.
▲
by
thezilch
6y ago
$ path="/podcast/with/nasty'--c h a r$/and/stuff/track1.mp3" $ echo "${path##*/}" track1.mp3 $ basename "${path}" track1.mp3 $ echo "${path}" | a
20.
▲
by
thezilch
6y ago
It's not though. There is nothing inherently negative having to use EGS compared to any other game hub. There is absolutely nothing negative about giving developers more money to make more and/or better games. It's a net nega
21.
▲
by
thezilch
6y ago
Developers being paid to make games sounds great. Why is Epic a bad guy for paying developers?
22.
▲
by
thezilch
6y ago
Agreed. Thinking in arrays is very powerful. Simple. Say Unix tools returned JSON. What good is that without a schema? Instead of a parser, let's all write schema transforms?
23.
▲
by
thezilch
6y ago
Still prefer: @media (prefers-color-scheme: dark) { body { background: #333; filter: invert(.95) hue-rotate(190deg); } } Then let clients choose the strength of the invert and hue.
24.
▲
by
thezilch
7y ago
What a crock of shit. The failures of the latest Star Wars has nothing to do with a diverse cast. We get it; old, white males (ie. "fans") are pissed. There are good reasons; diversity isn't it. Note, The Mandalorian is full
25.
▲
by
thezilch
7y ago
> I've read it - notice, by the way, that it was also the conclusion of the original benchmark Unclear. The article's conclusions about spinlocks are completely unfounded by the article's code and benchmarks. You could say
26.
▲
by
thezilch
7y ago
> To me, it is completely reasonable that the original author might have made a mistake like this. After all, when he shared his findings it seemed like he had found something interesting to me! Many people on this very site commented po
27.
▲
by
thezilch
7y ago
This is a Linux terminal. I'd guess it see 99.99% ASCII. I think they have bigger fish to fry.
28.
▲
by
thezilch
8y ago
You're absolutely right that Python has also become more and more complex and often not for the best. As for Python performance, on the contrary, I think there was a large portion of the Python community that did care during my years w
29.
▲
by
thezilch
8y ago
If we can compare C++'s complexity to Python's, then C++ has lost its way. You're saying the same thing as the article and my comment, that C++ is trying to hide complexities, and we're arguing that doing so is instead a
30.
▲
by
thezilch
8y ago
Holding in my brain and using all these "modern" features increases the time I need to think about code, data, and algorithms, and that's usually where most coding spends my time -- thinking. And "modern" compile ti
More ›