HackerTrans
TopNewTrendsCommentsPastAskShowJobs

thatoneengineer

no profile record

Submissions

Jenny Haniver

en.wikipedia.org
5 points·by thatoneengineer·30 дней назад·1 comments

Don't Conflate Intelligence with Value

christianitytoday.com
2 points·by thatoneengineer·в прошлом месяце·0 comments

Likely AI-generated short story won a major prize

twitter.com
9 points·by thatoneengineer·2 месяца назад·2 comments

The World Happiness Report is beset with methodological problems

yaschamounk.substack.com
167 points·by thatoneengineer·7 месяцев назад·212 comments

Advent Hunt 2025

2025.adventhunt.com
1 points·by thatoneengineer·7 месяцев назад·0 comments

comments

thatoneengineer
·12 дней назад·discuss
Space is big and still very hard to get to. A kilogram of payload in orbit costs several times as much as a kilogram of silver on earth, even after SpaceX's aggressive scaling of capacity. No one's going to be spending that kind of money and effort carelessly. I was more worried about SpaceX becoming monopolistic, so I'm encouraged to see this deal.

Don't project your worries about pollution on Earth-- which is a much bigger problem!-- onto space industry which is at a much much earlier stage. The "burning-up" thing sounds extremely speculative, like you're looking around for reasons to dislike this. Space is exciting and inspiring-- and yes, that includes commercial uses, since realistically we couldn't afford to expand science or exploration in space much otherwise!
thatoneengineer
·16 дней назад·discuss
You could have said that about any successful technology ever! But for some reason everyone is anxious to say it about AI while being extremely vague about the benefits. (This is especially funny in the mouth of VPs and the like: "we're not sure what AI means for us, but we urgently need to adopt it so we don't fall behind!") If you want me to get deeper into AI tell me what it'll do for me, don't try to scare me with vague FOMO.
thatoneengineer
·16 дней назад·discuss
I'm an early adopter of AI products myself, but I'm always disgusted when I hear this kind of case being made for them. It's fear-mongering, plain and simple. The cloud, mobile, even crypto sounded like "join us in this exciting new world" at their most hyped. Why does AI so often sound like "get on board or you'll be obsolete"?

If the author really is right, that we're heading for a world with a cutthroat binary divide between the adopters and the non-adopters, then I know in my gut which side I want to be on, and it's not his.
thatoneengineer
·16 дней назад·discuss
Imagine a worst case scenario: the Herculaneum scrolls turn out to be just the works of this one mediocre pet philosopher. What would we still expect to learn from them, and what would the next step be?
thatoneengineer
·22 дня назад·discuss
Why do people get into birdwatching?

It's a hobby, there doesn't need to be much in the way of novel "data" for it to be rewarding. Though considering this guy found a nebula I wouldn't be surprised if there was some. The universe is big (citation needed) and good hobbyist telescopes are quite powerful; you have a lot of sky to explore and could easily be getting the best images ever of any particular patch of it.
thatoneengineer
·22 дня назад·discuss
I'm sure it's a lot of work for him, mostly maintenance and cleaning. Also it sounds like the remote operation hardware and software are provided by him-- that can't be trivial and probably means he doesn't break even on a given telescope for a few months at least. Plus whatever it costs him to recruit new customers.

I bet he makes a good living on his labor and whatever capital he has tied up in the land, but it doesn't sound like an easy business.
thatoneengineer
·23 дня назад·discuss
Don't forget screwworms!

https://cr.usembassy.gov/sections-offices/aphis/screwworm-pr...
thatoneengineer
·27 дней назад·discuss
I stopped reading after the first sentence. Calling something "inherently political" is a self-fulfilling prophecy and intentionally so. It consistently turns out to be an attempt to lay the groundwork for expropriation. No one called the Internet "inherently political" until people built stuff there that other people wanted to control.
thatoneengineer
·в прошлом месяце·discuss
[dead]
thatoneengineer
·2 месяца назад·discuss
Shout out to the apparently large class of programmers who think LLMs make it okay not to understand their own code, yet react with horror when someone suggests porting it to Go or Rust.
thatoneengineer
·2 месяца назад·discuss
I see we've finally progressed beyond https://xkcd.com/768/, in specs if not in functionality or price point.
thatoneengineer
·3 месяца назад·discuss
If you like this kind of thing, try reading Star Maker by Olaf Stapledon. Similar themes, full novel, even older. It makes for interesting reading in that it more obviously represents a "path not taken" by science fiction (and by science?!) but still has that early-sci-fi spirit of fundamental curiosity.
thatoneengineer
·3 месяца назад·discuss
What article is he referencing in the fourth paragraph? The New Yorker one? I got the impression that it was careful in its reporting and by no means one-sided.

Seems pretty sleazy for him to associate that (based on no evidence!) with the violent attack.
thatoneengineer
·3 месяца назад·discuss
Same!
thatoneengineer
·4 месяца назад·discuss
First impressions: LOL, the blunt commentary in the HN thread title compared to the PR-speak of the fb.com post.

Second thoughts: Actually the fb.com post is more transparent than I'd have predicted. Not bad at all. Of course it helps that they're delivering good news!
thatoneengineer
·6 месяцев назад·discuss
This very closely resembles my own experience, right down to the timeline.

I don't have an answer, but just seeing this thread has been cathartic for me.

Some of the options I'm considering (all speculative):

- It's okay to be a "hired gun" and switch companies every few years just to ensure you stay interested. Some people's minds are stimulated by novelty and learning; that's not a bad thing! In fact some of the engineers I most respect work as consultants not traditional employees.

- Try working at a more "stodgy" company. Your average Fortune 500 employs more developers than most unicorns and is probably a decade behind the curve in terms of technology-- maybe you can go to one of those, take it easy, and be a hero.

- If it's an option financially, "hire yourself" for a few months to go do a passion project-- hobbyist app? major OSS improvement? creative endeavor?-- and see how it feels.
thatoneengineer
·6 месяцев назад·discuss
...in testing. Clickbait title IMO.
thatoneengineer
·6 месяцев назад·discuss
TI-83, a few afterthought programs in my precalc textbook, and a bunch of bored afternoons in class. This would be back in '06 or so.
thatoneengineer
·6 месяцев назад·discuss
Ideally, if you can convince yourself something cannot happen, you can also convince the compiler, and get rid of the branch entirely by expressing the predicate as part of the type (or a function on the type, etc.)

Language support for that varies. Rust is great, but not perfect. Typescript is surprisingly good in many cases. Enums and algebraic type systems are your friend. It'll never be 100% but it sure helps fill a lot of holes in the swiss cheese.

Because there's no such thing as a purely internal error in a well-constructed program. Every "logic error" has to bottom out in data from outside the code eventually-- otherwise it could be refactored to be static. Client input is wrong? Error the request! Config doesn't parse? Better specify defaults! Network call fails? Yeah, you should have a plan for that.
thatoneengineer
·7 месяцев назад·discuss
https://en.wikipedia.org/wiki/Prototaxites has more context. Tree sized and shaped living thing that wasn't a plant, which probably fed and reproduced like a fungus but per this latest research wasn't a fungus either, by far the largest known organism on land up to that point, in a time when land animals barely existed. Unsettling!