Viewing profile — Frotag
Frotag
HN member- Joined
- Thu, Mar 31, 2022, 9:48 AM UTC
- HN karma
- 415
- Public activity
- 181 items
- HN profile
- View on Hacker News ↗
About Frotag
No profile information was provided.
Recent public activity
-
comment
Comment #47697349
"The Baby-Eating Aliens" also explores hypothetical differences in alien culture. It's also written in the same absurd conversational style. https://news.ycombinator.com/item?id=46…
-
comment
Comment #47590146
Conveniently M$ lets you buy a signing certificate to fix this. https://stackoverflow.com/questions/48946680/how-to-avoid-th...
-
comment
Comment #47480577
Some utility stuff I copy paste between projects: - range, clamp, inIvl, enumerate, topK - groupBy (array to record), numeric / lexical array sorts - seeded rng - throttling - atta…
-
comment
Comment #47323341
Alternatively, dns block the update domains, wait a few months to few years for someone to discover an exploit for rooting, root and sideload.
-
comment
Comment #47303938
From what I understand, Svelte 4 calculated dependencies at compile time. Whereas Svelte 5 does it automatically at runtime based on which values are accessed in tracking contexts …
-
comment
Comment #47299193
IME androids dont respect static routes published by the router. I guess self hosting DNS might be more robust but I usually just settle for bookmarking the ip:port
-
comment
Comment #47294377
> It's full of regurgitated fantasy tropes, the writing and characters seem simple, and there's a forced world building with what feels like an infinite and boring back story, with…
-
comment
Comment #47294104
There's a subreddit called /r/hfy for more positive scifi. It tends to be indie stuff and I think it goes a little too far in the other direction but at least some of the top-voted…
-
comment
Comment #47294046
Funny timing, I was just thinking about this over dinner while scrolling the wiki list on [clarke / seiun / nebula] awards for the thousandth time. > [Post-sci-fi is] free to allow…
- story
-
comment
Comment #47242151
rclone has a web gui https://rclone.org/gui/
-
comment
Comment #47217268
> if you enable battery changes, a current gen device can easily last a decade), people will care. Modern batteries last surprisingly long. I assumed my 5yo pixel 4a was at 50~60% …
- story
- story
-
comment
Comment #47133719
> the informal word-button experiments suggest that non-avian animals like cats and dogs I always wanted to see long form content on this. Like I'm sure the cherrypicked clips make…
-
comment
Comment #47122363
As an outsider, the fact that cross-device stuff just works in apple's ecosystem is probably the biggest thing I'm jealous of. It's crazy that something as simple as screen casting…
-
comment
Comment #47097388
I've been meaning to set up some nginx-level oauth. I have some self-hosted apps I want to share with friends / family but forcing them to remember a user / pass (basic auth) or ru…
-
comment
Comment #47084330
Yeah the handful of times I've tried a split keyboard, I dropped it because of this. Like I use a different hand for the 'y' key if I'm typing my (left index) versus yes (right ind…
-
comment
Comment #47020559
IME newpipe breaks every few weeks or so, presumably because of some youtube change / obfuscation. Or at least that was the case a few years ago. I've had more success hosting an i…
-
comment
Comment #46930440
> No need for "serious justification" unless you're trying to pull it out of nowhere halfway through the plot. If it's there from the start, there's no problem. Yeah I think most r…
-
comment
Comment #46837496
> Quaternions are the same idea just in 3 dimensions (so with 3 imaginary units i j k, not just i, one per plane). I justify quaternions to myself with the intuition from [1]. In e…
-
comment
Comment #46803979
As an american it's pretty cool to see how citizens can force representatives to debate an issue. But it's too bad even the most popular petitions just have "lol no" as the respons…
-
comment
Comment #46802352
Yeah so instead DNAT, use NETMAP on the gateway device to that LAN. (Sorry if I'm abusing the terminology, I only do this stuff like once a year for homelab.) eg this is what I'm c…
-
comment
Comment #46801860
> The gateway device performs 1:1 NAT. Traffic arriving for 100.97.14.3 is destination-translated to 192.168.1.100, and the source is masqueraded to the gateway's own LAN address. …
-
comment
Comment #46770332
Same, code monkey. But mostly fromt end these days.