HackerLangs
トップ新着トレンドコメント過去質問紹介求人

etskinner

751 カルマ登録 9 年前
[email protected]

コメント

etskinner
·昨日·議論
Right, and orders of magnitude more people have to deal with UTC and timezones compared to TAI and the offset. So it's good to have it in the layer that it's in
etskinner
·4 日前·議論
If you click the splat-looking render mode, it looks more normal.

It defaults to a shader on top of the raw visualizaiont that uses a bad glyph, almost like it's making an ASCII art.
etskinner
·12 日前·議論
Who's to say the "rules of reasoning" aren't just predicting the next thing that an intelligent person (you) would do? Emergent behavior isn't magic, it's just emergent.
etskinner
·先月·議論
Presumably they wanted feature parity with Github Actions. If you have lots of workflows already defined in Github Actions DSL, you're not going to want to port them. And even if you do port them, the activities available in the place you port them aren't going to be the same as Github Actions; there won't be feature parity.
etskinner
·先月·議論
I thought about this when my catalytic converter was stolen. Part of me was like "maybe I should just strap a two $100 bills onto it with a note pleading them not to take it. But then, of course, the type of person to steal a converter is also the type of person that would take the $200 AND steal the converter
etskinner
·2 か月前·議論
Once all cars are autonomous, that day is certainly coming. Even before then, it's very likely we'll see platooning in the future, even if there are still some human drivers.

Also, this already exists in some places. Look at a video of how to cross the street as a pedestrian in Vietnam: You literally just start walking across and people weave around you. Or look at driving in India and similar places.

All I'm saying is never say never
etskinner
·2 か月前·議論
Seems to me that law enforcement officers should be required to carry liability insurance that they personally pay for. Have a lot of settlements / claims? Your insurance rate goes up. That happens enough and now it's not economically feasible to hold the job
etskinner
·2 か月前·議論
They only open-sourced the external surface, not the internals, so it doesn't help repairability much
etskinner
·3 か月前·議論
$41k doesn't sound that cheap to me, for what it is
etskinner
·3 か月前·議論
Backup cameras don't require touchscreens, they just require a screen in general. Lots of makes are getting by with just putting a little 3" screen in the rear view mirror or similar
etskinner
·3 か月前·議論
Most people suggesting taxing the rich more aren't saying that the middle class should pay very little tax
etskinner
·3 か月前·議論
Mancala is roughly 1D too!
etskinner
·3 か月前·議論
"They" has always (in our lifetimes) been used to refer to a singular person of unknown gender. For example "someone left their coat here. They must be cold"
etskinner
·3 か月前·議論
Grandparent comment was being sarcastic
etskinner
·3 か月前·議論
I especially liked the part where mission control referred to using the toilet as "donation"
etskinner
·4 か月前·議論
Strava just happens to be the most popular run tracking app. If they banned it, another would take its place. If anything, they should be working with Strava to create an incognito mode. At this point, the US military should be willing to spend millions of dollars supporting that one feature
etskinner
·4 か月前·議論
Why did you need circular maps?
etskinner
·5 か月前·議論
Meta is short for metagame. In videogames, and even in some sports, there are decisions made above/outside of the typical strategy of the game which players call metagame. For example, drafting players in football is metagaming. Or choosing what pickleball paddle to use is metagame.

An expanded view of that is that there's usually a "current" meta strategy that people tend to adhere to, kind of like a convention. And if you stray from that, you lose, even if your strategy would succeed in a vacuum.

For example, if the current meta is for employers to mainly use referrals/networking to hire, it would be a bad strategy to apply to postings.
etskinner
·5 か月前·議論
This sounds hard to believe. Adding anti-counterfeit messures to the bills that have them ($10s and up?) can't be that expensive compared to the value of the note, why would they make two different versions?

Not to mention, that would break fungibility.

Can you provide a source?
etskinner
·5 か月前·議論
The opening paragraph is very telling; the author doesn't seem to understand typical pro-level parametric CAD programs available on the market:

> I keep designing physical parts for our robots. Motor mounts, sensor brackets, wheel hubs. Every time, the workflow is the same: open a GUI CAD program, click around for an hour, export an STL, realize the bolt pattern is 2mm off, repeat.

This doesn't make sense. When you realize the bolt pattern is 2mm off, you just edit that dimension and let the CAD program recalculate. You don't need to click around for an hour again. That's the beauty of contstraint-based parametric modeling as opposed to, say, modeling in Blender.

The author's program is akin to writing vim to replace Publisher. They're solving entirely different problems. Not to mention, this code-as-model paradigm already exists: OpenSCAD