Viewing profile — wazzaps
wazzaps
HN member- Joined
- Fri, Mar 06, 2020, 11:28 AM UTC
- HN karma
- 92
- Public activity
- 65 items
- HN profile
- View on Hacker News ↗
About wazzaps
No profile information was provided.
Recent public activity
-
comment
Comment #47184867
FYI all Jetbrains IDEs include this, as long as they are open on the codebase. It's called "Local history".
-
comment
Comment #46905286
Can we get a human-written reason for why this exists? Since the project itself is quite obviously vibe coded...
-
comment
Comment #46686464
You just described how the popular "anyhow" and "snafu" crates implement error handling
-
comment
Comment #44912945
It's most useful for companies, where the goal is as much SSO as possible.
-
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…
-
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…
-
comment
Comment #44013623
MercuryOS towards the bottom is pretty cool
-
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-...
-
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
-
comment
Comment #42478652
It also includes 256kbps AAC audio (vs 128kbps for free users).
-
comment
Comment #41897370
Or use Tailscale to solve both issues at once
-
comment
Comment #41104626
They also support (and recommend I think?) an eBPF-based sensor
-
comment
Comment #41023042
Apparently CrowdStrike bypassed clients' staging areas with this update. Source: https://x.com/patrickwardle/status/1814367918425079934
- story
-
comment
Comment #38902103
What's your business model? Everything seems "free" so far.
-
comment
Comment #38822352
Sounds similar to this: https://github.com/akavel/up
-
comment
Comment #37577417
Copying a mutex by value (thus duplicating the lock, causing deadlocks or worse) is far too easy
-
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…
-
comment
Comment #37479555
It's possible if the destination allows it, like Google Analytics
-
comment
Comment #37463390
What if you have no UARTs? Multiple UARTs?
-
comment
Comment #37375108
VSCode does pretty well, opened 1GB+ sized files in it before.
- comment
-
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.
-
comment
Comment #36808027
All androids do it as well
-
comment
Comment #36525195
Have you tried to use them as PWAs?