Viewing profile — Aurelius108
Aurelius108
HN member- Joined
- Thu, Oct 15, 2020, 12:34 PM UTC
- HN karma
- 35
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About Aurelius108
No profile information was provided.
Recent public activity
-
comment
Comment #45201413
I’ve run into this as well, it’s so obnoxious. Now I just go into multiple cursors mode and type the same exact stuff multiple times haha.
-
comment
Comment #45166173
Oddly enough I find senior engineers at my company demand ridiculous comments like this oddly enough. I've found that a 1:3 comment:code ratio (basically a comment every 2-3 lines …
-
comment
Comment #45166162
Unfortunately staff engineers at my company will demand annoying comments like this so I don't think it's necessarily a sign of vibe coding
-
comment
Comment #44780327
Agreed, it’s one of those things that works well if it happens organically but not as a policy. I’ve got a personal wiki at work where I dump a bunch of useful stuff, it has helped…
-
comment
Comment #42621737
Good point, when you look at your watch your thought should be “3:15 has passed” or “3:15:40 has passed”. One is more precise but if you think of it as a time that has already pass…
-
comment
Comment #42573610
Never thought of it that way, that’s really helpful. Thinking of the right hand side as an expression makes way more sense then spiral and other explanations I’ve seen
-
comment
Comment #42327159
It’s very new to the standard library (latest version of GCC this year was the first version to support it). Additionally, I’ve found that println adds 30+ seconds to my compile ti…
-
comment
Comment #42081022
Although they’re cheating, I give them props for trying. I abandoned Android when even Samsung didn’t make an honest effort to make their phones responsive. It’s nice that Apple co…
-
comment
Comment #41586952
I was scripting on a windows machine which didn’t have WSL setup and decided to learn PowerShell. After a week or so of scripting with PowerShell and seeing how intuitive and robus…
-
comment
Comment #40432875
Yeah JIRA doesn’t appear to cache any of its information and doesn’t appear to make it’s information cache-friendly for a browser, so you end up accidentally clicking on another is…
-
comment
Comment #39960727
I think this is a key insight with some details: there isn’t an entire shadowy org that operates without jira but there are teams of people, usually small who do amazing things wit…
-
comment
Comment #39800521
Agreed, I think the key here is that the Game of Life is structured enough that many computational steps can be elided in this way. If it was more chaotic, this couldn't happen. Th…
-
comment
Comment #39137341
Every so often I log for a way to have git log only return tagged commits and commits where the commits you’ve requested come together. In general more tools for seeing simplified …
-
comment
Comment #36931705
I agree that sublime is a fad and maybe atom. Sublime’s biggest mistake imho way their proprietary model combined with a plugin system, it’d probably be better to either make it fr…
-
comment
Comment #36146405
Ah that makes sense, we’ve got a process certification as well.
-
comment
Comment #36133905
Nailed it, the biggest issue imho is those state transitions. Why make a state that can’t transition to all others? It takes forever to tease out the intention behind it. State mac…
-
comment
Comment #34861521
Agreed, using the paths makes it feel like a conventional toolchain. I haven’t tried this but it sounds like if I execute the python executable in the venv directory I get that she…