Live data from Hacker News

Viewing profile — wazzaps

wazzaps

HN member
Joined
Fri, Mar 06, 2020, 11:28 AM UTC
HN karma
92
Public activity
65 items

About wazzaps

No profile information was provided.

Recent public activity

  1. comment
    Comment #47184867

    FYI all Jetbrains IDEs include this, as long as they are open on the codebase. It's called "Local history".

  2. comment
    Comment #46905286

    Can we get a human-written reason for why this exists? Since the project itself is quite obviously vibe coded...

  3. comment
    Comment #46686464

    You just described how the popular "anyhow" and "snafu" crates implement error handling

  4. comment
    Comment #44912945

    It's most useful for companies, where the goal is as much SSO as possible.

  5. story
    Show HN: Test Viewer for GitHub

    Recently I've started writing CI pipelines in GitHub Actions, and found out there was no easy way to browse test results. So I wrote a site to display them right out of your artifa…

  6. comment
    Comment #44372258

    Check out mise: https://mise.jdx.dev/ We use it at $work to manage dev envs and its much easier than Docker and Nix. It also installs things in parallel, which is a huge bonus over…

  7. comment
    Comment #44013623

    MercuryOS towards the bottom is pretty cool

  8. comment
    Comment #43166475

    You can still get dragged to court for it[1], even if you may (eventually) win, lawyers are expensive. [1]: https://techcrunch.com/2021/10/15/f12-isnt-hacking-missouri-...

  9. comment
    Comment #42626095

    I wrote a similar algorithm for pathfinding around vector shapes in Javascript, the implementation was surprisingly simple. https://github.com/Wazzaps/FastPathfinder

  10. comment
    Comment #42478652

    It also includes 256kbps AAC audio (vs 128kbps for free users).

  11. comment
    Comment #41897370

    Or use Tailscale to solve both issues at once

  12. comment
    Comment #41104626

    They also support (and recommend I think?) an eBPF-based sensor

  13. comment
    Comment #41023042

    Apparently CrowdStrike bypassed clients' staging areas with this update. Source: https://x.com/patrickwardle/status/1814367918425079934

  14. story
  15. comment
    Comment #38902103

    What's your business model? Everything seems "free" so far.

  16. comment
    Comment #38822352

    Sounds similar to this: https://github.com/akavel/up

  17. comment
    Comment #37577417

    Copying a mutex by value (thus duplicating the lock, causing deadlocks or worse) is far too easy

  18. comment
    Comment #37479645

    A (user-unfriendly-but-workable) solution for chromium is Devtools->Network->Network Conditions->Offline, then clear all storage and cache after you're done. This only works if you…

  19. comment
    Comment #37479555

    It's possible if the destination allows it, like Google Analytics

  20. comment
    Comment #37463390

    What if you have no UARTs? Multiple UARTs?

  21. comment
    Comment #37375108

    VSCode does pretty well, opened 1GB+ sized files in it before.

  22. comment
  23. comment
    Comment #36837386

    wgpu implements just the webgpu part, it's not a full browser with html/css/js/etc. All of the code is native, and the abstraction is pretty thin.

  24. comment
    Comment #36808027

    All androids do it as well

  25. comment
    Comment #36525195

    Have you tried to use them as PWAs?