Live data from Hacker News

Viewing profile — sudo_chmod777

sudo_chmod777

HN member
Joined
Wed, Apr 27, 2022, 8:48 AM UTC
HN karma
21
Public activity
18 items

About sudo_chmod777

No profile information was provided.

Recent public activity

  1. comment
    Comment #44765773

    Datadog if you see this

  2. comment
    Comment #43599942

    What about ads from governments and organisations that promote mental health awareness, DEI, etc.?

  3. comment
  4. comment
    Comment #40438499

    That's... quite a Windows mindset.

  5. comment
    Comment #33949607

    Looks like no one has mentioned https://github.com/gpakosz/.tmux You still need to learn the basics but this lowers the learning curve a lot.

  6. comment
    Comment #33044708

    Vote here: https://github.com/community/community/discussions/8940

  7. comment
    Comment #33034532

    Same boat. Sony has great embedded software engineering power but they are just not that good at these upper layer applications. Look at PS Store web, it's a hot mess. PS App is al…

  8. comment
    Comment #32353478

    I use LUKS cos I need multi keys and native ZFS's performance is somehow miserable on my small Gemini Lake box.

  9. comment
    Comment #32293972

    Anything's possible will be exploited. It's hard for phone these days, but my PC's security model is I can easily lock myself out of it permanently.

  10. comment
    Comment #32204542

    My company has a Linux Slack channel and that's where I finally got to know a lot of 'real people' who also use Linux lol

  11. comment
    Comment #32124834

    If you write dev facing projects, unless your volume is that high, your commit history can absolutely be your change log using conventional commits. Otherwise your PM can write cha…

  12. comment
    Comment #31790725

    Is it even possible on macOS? I don't know about Undo but iirc rr needs access to perf counters to achieve deterministic interrupt delivery or something, which macOS doesn't allow.…

  13. comment
    Comment #31735835

    I also use Vim. 1. Use `:=` whenever you can, so types are inferred by the assignments/allocations 2. Alternatively query all references from `gopls` and put the results into quick…

  14. comment
    Comment #31735776

    > However, the issue this brings up about structs / types not explicitly declaring which interfaces they implement is a real and unaddressed problem, especially in large codebases.…

  15. comment
    Comment #31715263

    This. And actually only up until a while ago did my co-workers still think using Vim was just some weird flex. Then a live coding session which was not about Vim at all I did someh…

  16. comment
    Comment #31423603

    Better PGP integration

  17. comment
    Comment #31233564

    It's a bit of a dilemma if we are talking about landing a job here. With C++ you'll have more offers, but you are more likely to be unsatisfied with your job: in large corps you'll…

  18. comment
    Comment #31177787

    Define 'specific change'. A change driven by a business decision? Don't see how it won't work. A change specific to a component? Try conventional commits with scopes. Code change? …