Viewing profile — ender341341
ender341341
HN member- Joined
- Wed, Oct 12, 2016, 3:31 PM UTC
- HN karma
- 754
- Public activity
- 346 items
- HN profile
- View on Hacker News ↗
About ender341341
No profile information was provided.
Recent public activity
-
comment
Comment #49226292
> I wouldn't say they are rare. Better known brands are starting to drop zigbee for matter (Ikea has moved, the last aqara zigbee device I bought required me to get an aqara matter…
-
comment
Comment #49031927
> Jellyfin forced me to organize my files into Show/Season folders, whereas Plex just handled my original flat mess of scattered files. You keep all your shows in a single director…
-
comment
Comment #48900768
Yeah, def is tiling at windmills, but my point is the same, I took it as them saying the public has taken a defeatist attitude and views it as tilting at windmills but here's a cas…
-
comment
Comment #48842196
I took it as doing what too many people feels like tilting the windmill. As a society (and frankly in myself on too many issues) I notice way to much "well what can we do" defeatis…
-
comment
Comment #47373942
Some of the people who've been involved in getting previously found episodes returned/restored have stated that they know of collectors who are likely to have copies of other episo…
-
comment
Comment #47293640
> That really sounds like micro managing jr. developers. That's how I tend to describe AI to a lot of non-technical people (I actually generally say it's like having an really fres…
-
comment
Comment #46986094
I think 3 things 1. D had a split similar to python 2 vs 3 early on with having the garbage collector or not (and therefor effectively 2 standard libraries), but unlike python it d…
-
comment
Comment #46238349
depending on how the data duplication is actually done (like texture atlasing the actual bits can be very different after image compression) it can be much harder to do rote bit le…
-
comment
Comment #46236464
> the community in total can finally move protocol forward that were blocked by really dumb ideological conflicts that are holding back Wayland. If Cosmic can take Gnome market sha…
-
comment
Comment #46061577
It's relevant in that it's enough to cause them to plan to do a bigger study so we can say with more clarity how if it actually helps.
-
comment
Comment #45776652
At the very least he lost his free lodging/staff (though it sounds like the royal family will pay for his new lodging somewhere else). A large amount he's lost is also ceremonial, …
-
comment
Comment #45725886
I'm in the US my last company migrated from set limit to unlimited. Having the "You have X hours of PTO" made the expectations clear. Especially for less senior people who might no…
-
comment
Comment #45608501
I would assume if you paint it over with a latex based paint at least it would massively affect absorption. For oil based paints I have no idea though.
-
comment
Comment #45575382
Basically acted as a trigger. So if you pressed harder the game could respond. I only really remember driving games taking advantage of it though, and can't remember the game but r…
-
comment
Comment #45455710
If you just have one of the symptoms you shouldn't be diagnosed with autism. I think a lot of people miss that the changes that combined a ton of stuff into autism was because we h…
-
comment
Comment #45455593
> It's not as if a separate diagnosis would change how a speech therapist interacts with a child. This is the really big part that a lot of people seem to miss when complaining abo…
-
comment
Comment #45152465
I think you're partly making the point for them, RAII has been idiomatic C++ since before c++ was standardized. It wasn't even idiomatic c++98 to be missing it, so to be missing it…
-
comment
Comment #44978385
> I wish they had "I'm only interested in file sync" mode so that the whole mess of other features is hidden from me. Unfortunately dropbox has been in the Enshittification phase f…
-
comment
Comment #44918289
> Its on such an expedition that the ring "slips" from him, further suggesting the ring is actually not only his size, but a little large. It's heavily implied in LOTR that the rin…
-
comment
Comment #44893339
Even more technical, we don't have two phases, we have 1-phase that's split in half. I hate it cause it makes it confusing. Two phase power is not the same as split phase (There's …
-
comment
Comment #44893128
> So it's pretty simple for a certified electrician to just make a 240v outlet if needed. It's just not the default that comes out of a wall. It'd be all new wire run (120 is split…
-
comment
Comment #44762334
I definitely prefer it to to be text. I'm not a fan of chat bots on random websites, but also my work is pretty regulated so as far as AIs go we're only supposed to use ones we hav…
-
comment
Comment #44750033
Howto is super important to me, it's absolutely bananas how many docs seem to assume you understand the whole library and don't explain any surrounding context or how things effect…
-
comment
Comment #44738882
That's reasonable, I was mainly responding to this part > Being special to just / doesn't make sense to me. and explaining why being special to / can make sense. I too often feel l…
-
comment
Comment #44738779
I think they mean that rm could check the folder you're trying to delete and see if it has whatever attribute and if so don't delete it's contents. so "rm -rf /" would see that '/'…