HackerTrans
TopNewTrendsCommentsPastAskShowJobs

chuckledog

252 karmajoined 15 ปีที่แล้ว

Submissions

Ask HN: What are you running for .windsurfrules?

1 points·by chuckledog·ปีที่แล้ว·0 comments

comments

chuckledog
·7 วันที่ผ่านมา·discuss
Some of this is still visible: https://maps.app.goo.gl/de6StyBysTMH2Xon8?g_st=ic

Nice website with Ames Unitary Plan Wind Tunnel history: https://www.nasa.gov/nasa-ames-unitary-plan-wind-tunnel/
chuckledog
·4 เดือนที่ผ่านมา·discuss
Anyone play the Apple II video game by Telerium? Slow, but it did evoke that sense of wonder https://youtu.be/ITxhoiXiXRY?si=n21imKGMjqyjmQld
chuckledog
·7 เดือนที่ผ่านมา·discuss
> “As an aside, I think there may be an increased reason to use dynamic interpreted languages for the intermediate product. I think it will likely become mainstream in future LLM programming systems to make live changes to a running interpreted program based on prompts.”

Curious whether the author is envisioning changing configuration of running code on the fly (which shouldn’t require an interpreted language)? Or whether they are referring to changing behavior on the fly?

Assuming the latter, and maybe setting the LLM aspect aside: is there any standard safe programming paradigm that would enable this? I’m aware of Erlang (message passing) and actor pattern systems, but interpreted languages like Python don’t seem to be ideal for these sorts of systems. I could be totally wrong here, just trying to imagine what the author is envisioning.
chuckledog
·10 เดือนที่ผ่านมา·discuss
What stack are you running? How do you guarantee sequential consistency of order numbers across your app server regions, cache layers and data lakehouse?
chuckledog
·ปีที่แล้ว·discuss
https://en.m.wikipedia.org/wiki/Sedna_(dwarf_planet)
chuckledog
·ปีที่แล้ว·discuss
Great article, thanks for posting. Here’s a nice summary of automatic differentiation, mentioned in the article and core to how NN’s are implemented: https://medium.com/@rhome/automatic-differentiation-26d5a993...
chuckledog
·ปีที่แล้ว·discuss
Compelling video!
chuckledog
·ปีที่แล้ว·discuss
Great point. Erlang is still going strong, in fact WhatsApp is implemented in Erlang
chuckledog
·ปีที่แล้ว·discuss
Yes StarCon2 / Masters of Urquan also hold up really well
chuckledog
·ปีที่แล้ว·discuss
This. My new Samsung T7 SSD overheated and took 4T of kinda priceless family photos with it. Thank you Backblaze for storing those backups for us! I missed the return window on the SSD so now have a little fan running to keep the thing from overheating again
chuckledog
·2 ปีที่แล้ว·discuss
You have to go into your inventory to use/consume the items. It’s very nicely done.
chuckledog
·2 ปีที่แล้ว·discuss
Just another plus one for cast-iron pans and wooden spatulas. We’ve been using those for over a decade, 20 bucks each, never needs replacing, works for everything.

We switched from gas stove to induction and now they work even better since the handle doesn’t get as hot and it’s easier to control the temperature.

The whole seasoning thing is extra credit, the only failure mode I’ve seen is trying to fry an egg on a completely unseasoned pan, which just means some extra soaking and scrubbing is needed. The pan seasons itself after a few uses. Hand wash the pan instead of sticking it in the dishwasher, done.
chuckledog
·2 ปีที่แล้ว·discuss
Finally a game superior to Flappy Bird. Bravo!
chuckledog
·2 ปีที่แล้ว·discuss
According to Alan Kays 1971 description of Smalltalk:

“An object is a little computer that has its own memory, you send messages to it in order to tell it to do something. It can interact with other objects through messages in order to get that task done.”

Smalltalk concepts heavily informed the Service Oriented Architecture (SOA) tenets, e.g.

1. Services are autonomous - Cohesive single responsibility.

2. Services have explicit boundaries - Loosely coupled, owns its data and business rules.

Choosing good service boundaries is really crucial for a successful, resilient, maintainable system.

There’s a nice synopsis at https://hemantkumar.net/services-microservices-bounded-conte... (2015)

“Cells” seems like the same thing but it’s IMO a nicer word for it.
chuckledog
·2 ปีที่แล้ว·discuss
GitHub, especially filtered by starred repos, is a pretty high quality dataset.
chuckledog
·2 ปีที่แล้ว·discuss
[flagged]
chuckledog
·2 ปีที่แล้ว·discuss
Ada Lovelace is my grandma
chuckledog
·2 ปีที่แล้ว·discuss
Interesting deck that shows moon caves are not a new concept at all. I’m surprised this hasn’t shown up in more sci-fi movies by now… slides 11 and 16 are quite compelling!

Now how do we know there isn’t anyone there already… ;)
chuckledog
·2 ปีที่แล้ว·discuss
We (the tech community) have spent 10+ years “growth hacking” entire populations, scaling up the web backends and personal devices capable of connecting that relentless growth into “users’ attention”. All that attention has to come from somewhere. There are only so many hours in a day; more virtual = less RL, human attention is a zero sum game.