Viewing profile — vicda
vicda
HN member- Joined
- Tue, Sep 29, 2015, 9:51 PM UTC
- HN karma
- 141
- Public activity
- 58 items
- HN profile
- View on Hacker News ↗
About vicda
Recent public activity
-
comment
Comment #31749289
If automated tests/linters are a part of your build system, then they basically are breaking at compile time. (Having to write tests to mimic functionality of a compiler seems wast…
-
comment
Comment #31650571
Makes the foreground pop out at you just a little bit more. It's a cool feature, might as well showcase it.
-
comment
Comment #31637106
I'm very social in person, it's just the "cold email" part of it that is off putting for me. There's no observable social norm around this from my perspective. You can be a wallfly…
-
comment
Comment #31636739
Thanks for the response! Kneejerkingly that feels weird, but that's surely because I've never been apart of cold emails/messages like that. I guess I just have to make that part of…
-
comment
Comment #31636348
How do you build rapport with people outside of your job responsibilities? Randomly sending out "Hey, how's it going?" messages to everyone? Watercooler/lunch/coffee break social i…
-
comment
Comment #31578438
All of the pivotal points in my career came from serendipitous moments that happened with coworkers outside of my core team at the office/at lunch/at holiday parties. That kind of …
-
comment
Comment #31515028
What is this the 1920s? That taxonomy has been obsolete for a while now.
-
comment
Comment #31487303
They sometimes go deep, but that is more at the discretion of the interviewee than Lex. Lex is usually asking questions about topics he has only tangencial knowledge in but is the …
-
comment
Comment #31395526
I greatly prefer dark mode for my normal monitors. I greatly prefer light mode for the eink monitor. My multi-monitor setup went exactly as well as you might imagine. Also the eink…
-
comment
Comment #31395001
(Despite the comment clearly being flamewar bait...) Most of the other comments are correctly suggesting to just not exit emacs. Something opening slowly once at the beginning of a…
-
comment
Comment #31394922
I bought an eink monitor. Overall great except I had to switch to light mode for everything since ghosting was an issue. It had a high enough refresh rate to be workable. (there we…
-
comment
Comment #30798618
I used copilot to learn the crufty parts of bash and to pick up swift from zero. The smaller the problem you're trying to solve the easier it is for copilot to generate it perfectl…
-
comment
Comment #30510695
- You've just finished reading Linchpin and come to the conclusion that you're not doing creative work because you don't have the time. - But you can do things fast when you're alr…
-
comment
Comment #30450263
Google photos' style AI driven curation maybe? I like the idea of having a queryable filesystem, but I wouldn't want that as a complete replacement of the directory structure.
-
comment
Comment #30143153
And for those of us who don't want to live exclusively in their walled garden, it's an ecosystem rife with friction and sludge.
-
comment
Comment #30109364
I've wanted to watch that, but I'm expecting it to only be a polished highlights of his book, which I thoroughly enjoyed.
-
comment
Comment #30003392
It's a method for living a simpler happy life, not for optimizing productivity. Besides, your subconscious will constantly be working and making connections even if your conscious …
-
comment
Comment #29864095
Many understand the concepts perfectly well, but will still not always remember the arbitrary difference in naming. If memorization of arbitrary words is so effortless with repeate…
-
comment
Comment #29820607
This means people will mostly give their money to the loudest charities that spend the most on marketing, not on their actual effectiveness. Boring yet important projects will get …
-
comment
Comment #29790584
This is so painfully bullshit. Imagine the scientists and engineers at bell labs thinking that the operators of their machines are akin to drug addicts.
-
comment
Comment #29790457
Trying to abolishing imperfect parts of society with no tested replacement solution is a dangerous game. Some people are or became irredeemably antisocial and need to be kept away …
-
comment
Comment #29574106
Despite powershell's many warts it's my goto language for writing command line scripts.
-
comment
Comment #29486046
I can only imagine how deeply connected your spiritual upbringing would be to the trip experience. So many shamanistic traditions have guides that are there to teach you the lore t…
-
comment
Comment #29469951
Macros and replaying my last command at a new location are the biggest thing I miss from vim. With regex replace groups you can generally get close enough to the desired productivi…
-
comment
Comment #29360236
Haskell is held back by pushing category theory into their tutorials. Want to do IO? Great, first learn about monads.