Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Xeoncross
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
31.
▲
by
Xeoncross
3mo ago
Considering the decade of poor results from doing anything other than music, weather and alarms I think we've all learned to avoid using them for anything else.
32.
▲
by
Xeoncross
4mo ago
Honestly, we're at a point where AI can write better software than some devs and answer medical questions with more knowledge than some doctors. Likewise, AI is oblivious to it's own mistakes, much like said professionals can be a
33.
▲
by
Xeoncross
4mo ago
Even for work questions about sensitive IP/code Qwen3.6-35B-A3B is a great option on macOS (35t/s) when you don't want info leaving your laptop. I'm using it with oMLX.
34.
▲
by
Xeoncross
4mo ago
I would love to have a more detailed write up on development while mobile. Seems like an ideal way to pass the time vs doom scrolling when on the go. Just how many lunch lines does it take to program a GB game?
35.
▲
by
Xeoncross
4mo ago
I've never liked token buckets (vs sliding window counters) due to the extra work CPU cycles required to "fill" them. It seems like doing an atomic incr on a key based on a `time % 1 minute` or something would be more efficie
36.
▲
by
Xeoncross
4mo ago
I would rather my kid was in a group of 10 students than 30. I remember very little time actually left for a teacher to help an individual child with all the kids to manage. Most people are scared to watch three kids at a time. I'll ta
37.
▲
by
Xeoncross
4mo ago
Well said, this seems like a very appropriate comparison. GenAI thinks like the human mind in the same way that cars run like the human body. Similar utility in drastically different ways.
38.
▲
by
Xeoncross
4mo ago
> or (more pointedly) that brain activity could not possibly implement cognition because it can be described as a collection of neural firings. This sounds like a dismissal of the argument through a characterized straw man. That is, it s
39.
▲
by
Xeoncross
4mo ago
They are still there either way. They don't suddenly become smarter and/or hard working because we pretend. If anything, it simply increases the pool of people who realize you don't need to try.
40.
▲
by
Xeoncross
4mo ago
Nice! Tracking connection reuse is really important if you are running any kind of benchmarks or comparisons both as the author of a new tool / service and as the person evaluating different options or client libraries. I've hit a
41.
▲
by
Xeoncross
4mo ago
Thank you for sharing, if you don't mind can you share some Go+SQLite leanings as someone actually pulling this off? 1) How do you do backups? Do you use github.com/benbjohnson/litestream? CRON job backup with rsync? 2) Any i
42.
▲
by
Xeoncross
4mo ago
So is https://github.com/obeli-sk/obelisk the Rust version of https://github.com/temporalio/temporal (Go)? Can you guys add a comparison between them on the site?
43.
▲
by
Xeoncross
4mo ago
I'm really happy to see a lot of new software come out in Rust, Go, or Zig. The value and ease of development that slow interpreted languages used to offer is disappearing. New languages have all the nice things built in, or rather, ou
44.
▲
by
Xeoncross
4mo ago
Ah, but it's cheaper. Replace "AI" with "auto parts" or "store food" and you see the same thing. Replace "AI" with "police force" or "contractors" and it's the same thing
45.
▲
by
Xeoncross
5mo ago
It's not religion, it's litigation and money. 1) non-consensual or illegal (CP) content could come with expensive lawsuits. 2) Adult content has higher abuse (charge-backs, fraud, etc..).
46.
▲
by
Xeoncross
5mo ago
Is it better to have an M4-M5 Pro with 32GB of ram or an M1-M2 Max with 64GB of ram? They seem about the same price. It seems like cache layers like https://omlx.ai make more RAM better than more GPU cores or faster CPUs cores,
47.
▲
by
Xeoncross
5mo ago
I agree, earlier Sonnet wasn't that great, but Sonnet 3.5 is where things really came together. The difference was night-and-day. Sonnet 3.7, 4.0, 4.5, etc... didn't have as drastic of a change to me.
48.
▲
by
Xeoncross
5mo ago
AI does the work during the day and we learn while sleeping. Society doesn't collapse from ignorance. We have a new movie plot gentlemen.
49.
▲
by
Xeoncross
6mo ago
I've been in at least a dozen class action suites and the payouts are measured in cents. I'm glad someone got something more, but that's not common.
50.
▲
by
Xeoncross
6mo ago
As an aside, class-action lawsuits seem less than ideal for the public. The awards benefit the lawyers and perhaps a small handful, but the actual plaintiffs only get $0.05. In addition, successful class-action suits prevent further litigat
51.
▲
by
Xeoncross
6mo ago
Instead, the reply/rebuttal almost always comes from a new person. It makes nice reading when you have 6 people in an argument keeping each other honest vs 2.
52.
▲
by
Xeoncross
6mo ago
> Login failure is like the most important error you'll track. A login failure isn't necessarily actionable but a spike of thousands of them for sure is. Sounds like you agree with me. Re-read my comment. Errors are actionable
53.
▲
by
Xeoncross
6mo ago
> Total alerts/errors found: 7 Apps written in an exceptions language (Java, JavaScript, PHP, etc..) are really annoying to monitor as everything that isn't the happy path triggers an 'error'/'fatal'
54.
▲
by
Xeoncross
7mo ago
It doesn't stop, it's just where we are in this rolling window of time. 16GB of RAM (currently) works for 90% of professions daily needs.
55.
▲
by
Xeoncross
7mo ago
I'm glad the air now comes standard with 16GB of RAM and 512GB disk space. It's not that the M1 with 8/256GB was slow at all, but even browsing the web gets into 12GB of usage and exhausting the 256GB is fairly easy if you ba
56.
▲
by
Xeoncross
7mo ago
Sorry, but it's honestly just a lot of our journeys. Started on scripting languages like PHP/Ruby/Lua (self-taught) or Java/VB/C#/Python (collage) and then slowly expanded to other languages as we realized we w
57.
▲
by
Xeoncross
7mo ago
I hear you, advanced generics (for complex unions and such) with TypeScript and Rust are honestly unreadable. It's code you spend a day getting right and then no one touches it. I'm just glad modern languages stopped throwing and
58.
▲
by
Xeoncross
7mo ago
This is why I jumped from PHP to Go, then why I jumped from Go to Rust. Go is the most battery-included language I've ever used. Instant compile times means I can run tests bound to ctrl/cmd+s every time I save the file. It's
59.
▲
by
Xeoncross
7mo ago
Thank you for sharing, I would like to see a navigation/menu component added though as that's required for most websites.
60.
▲
by
Xeoncross
8mo ago
You're just a citizen. Why would any of the three-letter agencies work on what you need?
More ›