HackerLangs
TopNewTrendsCommentsPastAskShowJobs

zild3d

1,174 karmajoined 12 yıl önce
cto/cofounder https://www.cally.ai/

comments

zild3d
·5 gün önce·discuss
>The rate of improvement of all models is converging to zero.

Curious where you draw this conclusion from? Most benchmarks still show continual steady progress https://metr.org/time-horizons/
zild3d
·10 gün önce·discuss
> Imagine if you were given a layer of abstraction that randomly flipped bits from time to time... That's not an abstraction, it's random programming.

Computing has never really been deterministic all the way down. Storage gets corrupted, RAM has soft errors, networks drop/reorder packets, schedulers race, caches go stale, distributed systems partition, query planners change plans, ...

Obviously those become tolerable because we've developed layers of contracts and understanding the bounds around them. Error correcting codes, checksums, retries, consensus, idempotency, false-positive rates, SLAs, etc.

If the abstraction is “delegate this task to a junior engineer, analyst, lawyer, designer, or support rep,” you dont expect deterministic behavior. There's review, constraints, escalation, checklists, tests, and accountability.
zild3d
·15 gün önce·discuss
> defence - why would anyone buy US weapons after Greenland and Canada

Huh? US foreign military sales are up at all time highs

"Total exports by the United States, the world’s largest supplier of arms, increased by 27 per cent. This included a 217 per cent increase in US arms exports to Europe, according to new data published today by the Stockholm International Peace Research Institute (SIPRI)"

[https://www.sipri.org/media/press-release/2026/global-arms-f...]
zild3d
·3 ay önce·discuss
Iran's 10-point plan (that no one else has agreed to)
zild3d
·4 ay önce·discuss
whats surprising about that? most of the minor version updates from all the labs are post training updates / not changing knowledge cutoff
zild3d
·5 ay önce·discuss
to be fair this is a pretty hot topic, that the work is shifting to the prompt/agent thread but then thrown out / not captured

greg brockman https://x.com/gdb/status/2019566641491963946

> 6. Work on basic infra [...] there's a lot of infrastructure that currently go around the tools, such as observability, tracking not just the committed code but the agent trajectories that led to them, and central management of the tools that agents are able to use.

peter steinberger (clawdbot/openclaw) https://newsletter.pragmaticengineer.com/p/the-creator-of-cl...

> Peter now views PRs as “prompt requests” and is more interested in seeing the prompts that generated code than the code itself
zild3d
·7 ay önce·discuss
> economically disadvantaged countries, enthusiastic consumption of the local cuisine, and a subsequent return home marked by self-congratulatory reflections on how much they have supposedly "learned" about other cultures.

There can certainly be a quite shallow "instagram" quality to some traveler's trips, but it's also clear an economically disadvantaged country benefits mutually from this, and if it wasn't they'd be restricting tourist visas, etc
zild3d
·7 ay önce·discuss
it's the best ____ we've ever made
zild3d
·8 ay önce·discuss
POST /superuser/admin?permissions=all&owner=true&restrictions=none&returnerror=no
zild3d
·9 ay önce·discuss
cool thanks, we've been considering dynamo global tables for the same. We have S3 replication setup for cold storage data. For primary/hot DB there doesn't seem to be many other options for doing local writes
zild3d
·9 ay önce·discuss
active/active? curious what the data stack looks like as that tends to be the hard part
zild3d
·9 ay önce·discuss
the downstream effect of that is less startups
zild3d
·5 yıl önce·discuss
At what point do you start reading a book in a new language? Do you already know say 500 words? Otherwise I'd imagine you have to look up almost every word on the page
zild3d
·7 yıl önce·discuss
Agree, lived in Ithaca, NY for 3 years. Small city with lots of nature surrounding (waterfalls and gorges in walking distance). Teens and young kids seem largely free to roam and play outside
zild3d
·7 yıl önce·discuss
> Meanwhile nonprofits and startups focused on solving the problem of open-source sustainability for everyone, not just Github customers, will suffer from this announcement.

Frankly, those startups/nonprofits haven't done a good enough job. If you want to be paid well in OSS it usually means you have to take on consulting work. If people were able to be paid well for working on OSS directly, there wouldn't be a problem for Github/MS to be solving here

> The subtext is pretty clear: “if you want to get paid, you better not leave Github!”

If you want to get paid as a video creator, you better not leave Youtube either
zild3d
·8 yıl önce·discuss
on chrome: right click -> View page source
zild3d
·8 yıl önce·discuss
I actually thought there was something really enjoyable about not have it super obvious and shoving pointers and instructions at you.

It felt fun to explore and learn what it is
zild3d
·8 yıl önce·discuss
don't forget the tasty light blue boxes
zild3d
·9 yıl önce·discuss
Yes we hear in log scale, but why would that be intuitive? Ask someone how loud or soft any sound is - a dog bark, a cymbal crash, a whisper - and you won't get a numeric response. We're used to measuring distances, weights, etc but not volume, aside from the volume knob which goes from 0-100%, and the logarithmic scale is already built in
zild3d
·10 yıl önce·discuss
> You also sample at a rate > to the centre frequency

To be clear, a sampling rate that is only greater than the center frequency isn't very useful. You need the well known nyquist rate, twice the maximum frequency to avoid aliasing

https://en.wikipedia.org/wiki/Nyquist%E2%80%93Shannon_sampli...