Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
solatic
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
solatic
5d ago
But ClickHouse has its own concept of sessions that is completely independent of HTTP: https://clickhouse.com/docs/concepts/features/interfaces/htt... If you throw something like nginx in front to try to
2.
▲
by
solatic
5d ago
I cocked an eyebrow more than once reading this. > A quick note about HTTP: ClickHouse® offers a TCP connector with a native protocol, but we don't use it. It does not offer many advantages for the type of application we build This
3.
▲
by
solatic
6d ago
You're not comparing against real-world fixed-route bus routes. In the real world, most bus routes run nearly empty if not completely empty most of the time, belching diesel smoke and paying a driver, in order to ensure that service is
4.
▲
by
solatic
7d ago
They won't be cheap until there's competition to drive down the price, which will otherwise be as high as possible to justify the initial investments. It's only a matter of time, but likely on the scale of decades. But I want
5.
▲
by
solatic
7d ago
If buses are autonomous, it no longer makes sense to have arbitrary routes that people need to wait at a bus stop for. They can wait in parking lots, charging their batteries, until they are summoned, and give people door-to-door transporta
6.
▲
by
solatic
7d ago
Even if you don't have sympathy on an individual level for hundreds of thousands of ordinary, working-class people with decades-long careers suddenly losing their livelihood (and you really should have sympathy for them), you should at
7.
▲
by
solatic
7d ago
> that sounds very minor Are you arguing that a lesser evil (compared to the evil of offshoring) is not evil? Is offshoring supposed to be relevant here? Why bring this up?
8.
▲
by
solatic
8d ago
Your argument is non-sequitur and nihilist. America was created by colonizing Native land, so should we somehow evict hundreds of millions of people in the name of justice? (/rhetorical) Original sin is a sunk cost. If you want to make
9.
▲
by
solatic
8d ago
You'll throw Hollywood and most of the publishing industry out of business overnight if you "abolish" copyright. Not a good idea to throw so many people out of work. Copyright needs to be reformed , absolutely. Not abolished
10.
▲
by
solatic
8d ago
And how do you know if you have been breached if you (negligently, in my opinion) have no audit logging, multiple principals sharing the same account, and no anomaly tracking? Does a breach only happen if the attacker brags openly about it?
11.
▲
by
solatic
12d ago
> Backups are _tested regularly_ now because LLMs make it cheap to do so. sighs heavily in 90's sysadmin Testing backups is not just a question of whether or not the restore command works. Go back and read the Tao of Backup: http
12.
▲
by
solatic
12d ago
Author has a good head on their shoulders, but few if any companies are going to spend time on incident simulations for their SREs. Why not? Because even pre-AI, very few companies spend time practicing restoring their backups, or disaster
13.
▲
by
solatic
13d ago
The stock market isn't fundamentally a gamble. Spending money to buy a share of a company's future dividends is a sound way to invest money and earn a return on it. The problem with the stock market is when there aren't enoug
14.
▲
by
solatic
17d ago
Low pay pushes people to leave, regardless of performance. The argument I'm making is that, in such an environment, you retain high performers through non-economic incentives (sense of belonging, appreciation, etc.) and push low perfor
15.
▲
by
solatic
17d ago
> There’s lots of things you can blame for killing the open Internet, but I think NAT was one of the earliest. Running a server used to be trivial: run an executable, tell people your address, done... It also trained everyone to think c
16.
▲
by
solatic
17d ago
It really depends on the organization, its mission, the employee pool, and the local cost of living. Most software engineers are relatively well-paid compared to the wider labor market, even the engineers who are "underpaid". Kahn
17.
▲
by
solatic
17d ago
It's classic HN to criticize OP that their solution doesn't scale, and then for OP to respond by saying that they don't need the scale and anyway PG tells you to do things that don't scale. SQLite is great for small-prod
18.
▲
by
solatic
18d ago
By definition, paying employees well means paying them above-market, not market rate. If you pay people market-rate, nobody writes home about the compensation. Market-rate is also not "underpaying" i.e. below-market. Paying above-
19.
▲
by
solatic
20d ago
> Next time, I’m picking a tool based on developer experience first, not AWS service integration convenience. The time we lost debugging Cognito issues could have paid for several years of a paid auth provider. How many paid auth provide
20.
▲
by
solatic
21d ago
DynamoDB has basically two legitimate use-cases that I'm familiar with: 1. You're selling a system to a customer to use within their own AWS account, that you will have no access to, and it needs a transactional datastore (not jus
21.
▲
by
solatic
22d ago
> Broader, cheaper access to frontier intelligence at incredible speeds is coming. OP's entire argument rests on this presumption, and while it certainly sounds like the industry is headed in this direction, it's definitely w
22.
▲
by
solatic
24d ago
The easiest (but not necessarily best or most effective) way to survive corporate life is to give your boss quiet, make your peers happy, and your direct reports miserable. Therefore, naively, people look very different depending on whether
23.
▲
by
solatic
24d ago
> This way the code stays readable/debuggable by humans. Please take the following as expressed with genuine curiosity: Do you not use an editor with syntax highlighting and collapsible comments? At least on JetBrains you can config
24.
▲
by
solatic
26d ago
std.debug.print is, as its name suggests, for debug output, not for program output. In Zig, you create a buffered writer for the stdout file handle, write hello world to the buffer, and then flush it. It exposes what's actually happeni
25.
▲
by
solatic
26d ago
> The borrow checker will catch all kinds of bugs that AI-generated code will happily compile in Zig but will blow up as UB at runtime. This has not been my experience; Claude does a great job of writing unit tests for the Zig code, and
26.
▲
by
solatic
27d ago
> you want to move these decisions into the application tier as much as possible I actually agree, but this is a luxury that most large companies cannot politically prioritize (it is not Product/Sales-driven, see earlier comment). E
27.
▲
by
solatic
27d ago
The entire GitHub site was unavailable. The "unicorn" page. Total outage. Visible to every user. Worst-case scenario. > Application backends? I don't think I'm taking crazy pills to suggest that it's preferable f
28.
▲
by
solatic
27d ago
Workload pre-emption is a form of load-shedding - you shed the load of lower-priority workloads (by evicting their Pods) to free up capacity to schedule more Pods of higher-priority workloads that were added by the Horizontal Pod Autoscal
29.
▲
by
solatic
27d ago
My last three employers refused to take advantage of Kubernetes PriorityClasses and agree to schedule work to agree (as a cluster-wide resource that affected many teams) on what our PriorityClasses should be and to migrate workloads to have
30.
▲
by
solatic
28d ago
That's actually the distinction I was trying to draw. Videos on unfolded phones draw content on the "bezels", so it's understandable why that sucks. But an eBook app can put text from two different pages, each on either
More ›