Live data from Hacker News

Viewing profile — OneOffAsk

OneOffAsk

HN member
Joined
Sun, Dec 04, 2022, 3:53 PM UTC
HN karma
277
Public activity
25 items

About OneOffAsk

No profile information was provided.

Recent public activity

  1. comment
    Comment #48754639

    People often need a little nudge not to be on the defensive. I usually try to find a point that I agree with and let them know “that’s a good point”. It takes some listening and a …

  2. comment
    Comment #48453370

    > because just like in actual fracking, it is immensely harmful to the long-term health and sustainability of anything it is applied to An otherwise good article, but weakened by t…

  3. comment
    Comment #48317363

    That sounds legitimately hard and I don’t envy you. Hopefully (to carry your analogy) you can find punctual sports fans who freely share their holiday plans. > Whenever you try to …

  4. comment
    Comment #48303925

    There’s a natural desire for people to want to make things. Most of the time it’s physical: homes, crafts, woodworking. But for a few of us it’s ok for it to be non physical. Actua…

  5. comment
    Comment #48303759

    This is pretty textbook antisocial behavior. Also, every one of those points is a normal way to deal with someone you don’t like or want to distance yourself from.

  6. comment
    Comment #48287733

    I don’t think UI’s natural interface is visual. I think the natural interface is a state machine. The most reliable and performant UI code I’ve written usually tackles this head on…

  7. comment
    Comment #48104774

    That sounds like something you fight harder on instead of being defeatist.

  8. comment
    Comment #47901553

    Zero shielding may actually help. Shielding acts as an antenna when not properly grounded and continuous, which is more common than not.

  9. comment
    Comment #47901511

    > Fonts look fat or washed out Disable font smoothing and restart/relogin. defaults -currentHost write -g AppleFontSmoothing -int 0

  10. comment
    Comment #47257768

    I bought one for coding. I no longer can read text for an extended period with lower DPI monitors. There’s a few reasons why. 1. Non integer scaling sucks on Linux. It sucks on all…

  11. comment
    Comment #47043084

    > this generated function is not understood completely I think this kind of stuff is OK for the most part. I think it's a thrilling part of computer science: building systems so co…

  12. comment
    Comment #46955389

    Lube the road.

  13. comment
    Comment #46950673

    Aim to make the road laminar. Every time you hard brake, you're causing the milk jug to glug, making a ripple of entropy as momentum turns to heat from your brakes and those behind…

  14. comment
    Comment #45700978

    I recently installed a mini split heat pump in a detached accessory building. The installer upsold me on a more expensive unit because I’d get federal refunds due to its higher SEE…

  15. comment
    Comment #45668071

    Yeah, ChatGPT is a tool not a therapist with robot mode on and all memory options disabled. It’s awesome.

  16. comment
    Comment #45276882

    Someone did, but they're still slightly more expensive: https://en.wikipedia.org/wiki/Solid-state_drive

  17. comment
    Comment #44492839

    Yes, exactly. The demo of Gemini's Diffusion model [0] was really eye-opening to me in this regard. Since then, I've been convinced the future of lots of software engineering is ba…

  18. comment
    Comment #43698299

    ParaView [0] and VTK [1] are big projects from the same shop that does CMake. [0] https://github.com/Kitware/ParaView [1] https://github.com/Kitware/VTK

  19. comment
    Comment #42092135

    America’s entire research and academic industry is rooted in military.

  20. comment
    Comment #41083445

    > In fact, we didn’t found Tailscale to be a networking company. Networking didn’t come into it much at all at first. I always just assumed they were building some kind of logging …

  21. comment
    Comment #40545699

    Nginx is a state machine that efficiently handles lots of L4-L7 protocols. Seems weird to feel any emotions about it.

  22. comment
    Comment #38378547

    Is this similar to what iOS 17 uses for its new autocomplete?

  23. comment
    Comment #38286007

    I just listened to a podcast, Huberman, that discussed how to improve your ability to task switch. Apparently, there’s some connection to how your mind perceives time. He mentioned…

  24. comment
    Comment #37345728

    Creative works are incompatible with capitalism. We’ve create a thin finicky interface between them with copyright laws, but it hardly works. I’m not saying artists and creators sh…

  25. story
    Ask HN: Reading material on how to be a better software engineer?

    I’ve gotten to be quite good at the actual coding part after a decade or so of programming. I’m not looking for better code practices, although I’ll obviously still learn and grow …