Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tempest_
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
31.
▲
by
tempest_
2mo ago
If by mafia you mean English Crown sure.
32.
▲
by
tempest_
2mo ago
If these people are glorified copy paste scripts why are they even employed....
33.
▲
by
tempest_
2mo ago
It is very weird. 6 months ago I generated some documentation for a service that was largely undocumented. When it was done my only thought was "who is this for?" Is any one going to actually read this or are they just going to as
34.
▲
by
tempest_
2mo ago
Search traffic is nose diving due to LLM use. The fundamental calculus with google is you install GA and it helps your SEO has changed and google is riding out what will eventually wither as people start to reevaluate the trade off.
35.
▲
by
tempest_
2mo ago
As a Canadian driving through Michigan/Ohio/Upstate New York and places look run down and like they peaked in the 60s-80s and its been down hill since. When I was younger and it was a new thing it was quite a shock since American
36.
▲
by
tempest_
2mo ago
I remember about 10 years ago I switched our billing / subscription code from paypal to braintree. Braintree was better than paypal but that wasnt saying much. Then paypal bought Braintree and started fucking around with it, asking for
37.
▲
by
tempest_
2mo ago
The reason is because while you want to use the low end the general public does not understand that USB-C is the connector only and that various levels of power and data depend on the cable and the device at both ends. If you sell a 10 por
38.
▲
by
tempest_
3mo ago
I make this comparison a lot and a lot of devs don't like it. I am sure I could make a decent industrial PLC tech, same shit, different tools.
39.
▲
by
tempest_
3mo ago
Repo claims > A single archive of public exploit PoCs and vulnerability research writeups. At the time I post these, none have been reported. Feel free to report them yourself and take credit for the CVE if handed out lulz. Please do not
40.
▲
by
tempest_
3mo ago
Yeah the last decade of Nuclear work is the ONE thing that they have been successful at wrt to project planning. Hopefully that expertise is well placed to execute on these other projects.
41.
▲
by
tempest_
3mo ago
> Mature ops would be tracking cache hit ratios right? Sure, and sentry integrates well with redis in python which is what I use primarily with redis. I don't think memcached is bad, I just think its old and industry has moved to re
42.
▲
by
tempest_
3mo ago
I don't want my cache to silently fail. Clustering redis is not that hard even if you do it manually and I have only had to do it once. I never use redis persistence and have a max size set with LRU or whatever the application requires
43.
▲
by
tempest_
3mo ago
I stopped using memcached a decade a go in favour of Redis and now use valkey. Never felt the need to go back to memcached except when a legacy dependency needed it.
44.
▲
by
tempest_
3mo ago
Merchants near me are using more computer based terminal that seem to take nearly every thing. Amex's cut probably smaller compared to squares or stripes. When talking to a local merchant about why they dont take amex the fee was not m
45.
▲
by
tempest_
3mo ago
I don't think people appreciate how much power comes from such a small amount of waste. The largest plant near me has been operating for > 50 years and the waste is still kept on site though I believe they are working on another sol
46.
▲
by
tempest_
3mo ago
The problem is that the agents can not be trusted to do things so at the end of the day you wade through loads of crap and they cant solve your problem because they usually only have the same powers you do. Great if grandma doesnt know how
47.
▲
by
tempest_
3mo ago
For sure, I was thinking consumer desktop motherboards. Even server boards often have their SFP in daughter boards specific to the chassis.
48.
▲
by
tempest_
3mo ago
I mean.. cat8 already exists but it will never be common because most people who dont make home networking a hobby just use wifi. Hell many many people now a days own only a tablet and phone and no desktop/laptop at all. Someone else i
49.
▲
by
tempest_
3mo ago
If you don't want the anime girl pay for the support, otherwise you get the anime jackal. Seems like a fair deal to me.
50.
▲
by
tempest_
3mo ago
You are paying a fall guy to come in and gather data or implement something you want to do but don't have a ton of evidence for. That way if shit goes south you can blame them and if it succeeds you get the credit. Their entire job is
51.
▲
by
tempest_
4mo ago
Yeah, the AUR is basically build scripts for github repos or a link to someones pre-built binary. It suffers from all the same problems that the underlying infrastructure suffers from. You could very easily argue that since github/npm&
52.
▲
by
tempest_
4mo ago
Patroni serves this niche pretty well at this point.
53.
▲
by
tempest_
4mo ago
SQLA async is a bit of a struggle with pgbouncer. I had to disable application pooling as it was causing read only transactions I could couldnt pin down the cause.
54.
▲
by
tempest_
4mo ago
We use logical replication and a pause / swap in pgbouncer for ~5s of paused (but not failed) writes. This is for DBs that are ~1-1.5TB but doesnt have a huge amount of churn/qps Effectively what is described here https:/&#x
55.
▲
by
tempest_
4mo ago
I had the opposite thought. Being a generalist was very useful to me 5 years ago. Now AI models have made everyone a generalist. That wide but not terribly deep skillset was immediately devalued by the AI models. You can argue that the mode
56.
▲
by
tempest_
4mo ago
The other thing is that a lot of this thread is talking about domain knowledge and ignoring it forgetting that a massive number of jobs in this industry are in web app crud. There is a massive number of software engineers that are closer to
57.
▲
by
tempest_
4mo ago
I have found that design choice to be annoying
58.
▲
by
tempest_
4mo ago
So they did. https://github.com/google-gemini/gemini-cli/discussions/2727... I get the complaints in that thread but I still think it is hilarious. That repo is a gong show to random shit and perhaps one of t
59.
▲
by
tempest_
4mo ago
I have not tried the Gemini CLI in a few months but when I did it was a shit show. Google makes it very hard to use their shit and it was full of bugs. Anthropic's current run is based entirely around Claude Code in this space and the
60.
▲
by
tempest_
4mo ago
For most CRUD apps running in docker its enough to just tell the "agent" to use podman.
More ›