Viewing profile — ramses0
ramses0
HN member- Joined
- Tue, May 11, 2010, 1:05 PM UTC
- HN karma
- 1,787
- Public activity
- 1,015 items
- HN profile
- View on Hacker News ↗
About ramses0
No profile information was provided.
Recent public activity
-
comment
Comment #49198722
"The Expanse" (or: "Leviathan Wakes" by James S. A. Corey). They talk about "living at the bottom of the well" within our solar system (gravity well, that is). Mars effectively "di…
-
comment
Comment #49184729
"superset" is just marketing mumbo jumbo that says: "I promise to embed an x86 virtual machine inside my spec that'll still parse whatever weird JSON you're currently handling and …
-
comment
Comment #49182543
In many situations you're already "latent" due to interacting via voice: "Hey Siri, turn on the lights" is ~3-4 seconds to say casually, allow another 0.5-1.0 seconds due to voice …
-
comment
Comment #49172519
I wish there was better support for something like `SECRET_CMD="..."` (ie: "run this command to get/refresh secrets"), but that's just baking arbitrary command execution into your …
-
comment
Comment #49098291
I really love hearing/learning about this! Imagine "The Mickey Mouse Earthquake Alarm" vs. "Yeah, NERV-Alerts, nbd..." I never watched much anime, but an old college roommate put m…
-
comment
Comment #49022706
Noice! :-D Never knew about that (even though it might be vim-specific), but yeah, so much easier than where I'll usually have to do some trial + error to get my cursor to land whe…
-
comment
Comment #49020588
It's one of those things you'd _never_ stumble over naturally, but once you're aware of the concept, it makes a ton of sense and you can immediately think of tons of uses for it. /…
-
comment
Comment #49012447
I think it's actually due to "pelican on a plane" isn't the same as "pelican on an airplane" (Sonnet5 @ Flamingo x Plane), some consistent and warranted semantic/linguistic confusi…
-
comment
Comment #48991550
Another slew of utility lies in `:help searchoffset`, often like the following: https://til.codeinthehole.com/posts/about-vims-semicolon-sea... /x/e-3 /x/+1 /x/;/yz ...it allows ne…
-
comment
Comment #48951164
...and BUTTONS! Pebble's capabilities are excellent b/c the UX of a ~1.5" screen is wildly different than that of an iPhone. Up/Down/Forward/Backwards and the occasional long-press…
-
comment
Comment #48950189
Mitch Hedberg... "I want to get a job at the Kitchen Appliance Naming Institute: Refrigerator, Toaster, Blender.. you just say say what it does, then you add '-er' What's this thin…
-
comment
Comment #48939849
...and the Ally ISN'T EVEN AN XBOX!!!! """AI Overview: No, the Asus ROG Ally is not actually an Xbox. It is a handheld Windows computer made by Asus, even though it features Xbox b…
-
comment
Comment #48929117
George Bernard Shaw, Man and Superman (1903): "The reasonable man adapts himself to the world: the unreasonable one persists in trying to adapt the world to himself. Therefore all …
-
comment
Comment #48891836
Fuben-Eki! https://news.ycombinator.com/item?id=37169679
-
comment
Comment #48872036
SCADA. Mechanism Design. ANSI/ISA-18.2-2016. NASA "Power of Ten" Safe Coding. "The Pit of Success". Poka Yoke. Kaizen/Seiton. "The Five S's". Fuben-eki ("The Benefits of Inconvenie…
-
comment
Comment #48860553
It makes sense even more. If you never enter "insert" mode, you still have powerful navigation and overview capabilities. `*`, `#`, n/p, :set fdm=indent + zM/zR, gf/gx, :bp, the ve…
-
comment
Comment #48859748
There was an old blog post comparing pianos to text editors. A "simpler" piano would only have white keys, but to a piano expert the piano appears invisible (and powerful) after th…
-
comment
Comment #48731782
Meta: in addition to upvotes and downvotes, we almost need a slop/not-slop slider. This one barely scrapes by at what feels like 30-40% "slop": "honestly", "the one thing", etc... …
-
comment
Comment #48663275
That’s amazing! I am just imagining a room full of programmers with slightly divergent crontab start times all playing a "moo" sound effect, seemingly at random... not a bad ambien…
-
comment
Comment #48646490
So I made a comment a while back about lilypond: https://news.ycombinator.com/item?id=46148831 A salient extract: ...but why is it so complicated? A novice interpretation of "music…
-
comment
Comment #48632134
That's a really great reframing: "predictability" ...I think we've been exponential (or s-curve) w.r.t. repeatable predictability that _smaller_ prompts are yielding. eg: `regform.…
-
comment
Comment #48618510
Yeah, but IP address is "obviously" correlated with a distinct/persistent tranche of users. It's surprising that volume c_time is both more persistent as well as more unique than I…
-
comment
Comment #48614933
```Based on a binomial/Poisson distribution and a baseline of 21 million U.S. device sales per release, a fingerprint relying on "seconds since setup" fails to uniquely identify in…
-
comment
Comment #48610768
"A compiler is free to optimize...", on sufficiently basic prompting "make me a user address collection form that writes to a database table called 'registered_users'..." ...I agre…
-
comment
Comment #48609972
Don't tell me you're reading all assembly generated by your local golang or javac compiler? And that you've read every line of code down the dependency tree for your node_modules? …