HackerTrans
TopNewTrendsCommentsPastAskShowJobs

wazzaps

no profile record

Submissions

Show HN: Test Viewer for GitHub

test-viewer.wazzaps.net
1 points·by wazzaps·năm ngoái·0 comments

Tracy: A real time frame and sampling profiler for games and other applications

github.com
2 points·by wazzaps·2 năm trước·0 comments

comments

wazzaps
·5 tháng trước·discuss
FYI all Jetbrains IDEs include this, as long as they are open on the codebase. It's called "Local history".
wazzaps
·5 tháng trước·discuss
Can we get a human-written reason for why this exists? Since the project itself is quite obviously vibe coded...
wazzaps
·6 tháng trước·discuss
You just described how the popular "anyhow" and "snafu" crates implement error handling
wazzaps
·11 tháng trước·discuss
It's most useful for companies, where the goal is as much SSO as possible.
wazzaps
·năm ngoái·discuss
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 plain Dockerfiles
wazzaps
·năm ngoái·discuss
MercuryOS towards the bottom is pretty cool
wazzaps
·năm ngoái·discuss
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-...
wazzaps
·2 năm trước·discuss
I wrote a similar algorithm for pathfinding around vector shapes in Javascript, the implementation was surprisingly simple.

https://github.com/Wazzaps/FastPathfinder
wazzaps
·2 năm trước·discuss
It also includes 256kbps AAC audio (vs 128kbps for free users).
wazzaps
·2 năm trước·discuss
Or use Tailscale to solve both issues at once
wazzaps
·2 năm trước·discuss
They also support (and recommend I think?) an eBPF-based sensor
wazzaps
·2 năm trước·discuss
Apparently CrowdStrike bypassed clients' staging areas with this update.

Source: https://x.com/patrickwardle/status/1814367918425079934
wazzaps
·3 năm trước·discuss
What's your business model? Everything seems "free" so far.
wazzaps
·3 năm trước·discuss
Sounds similar to this: https://github.com/akavel/up
wazzaps
·3 năm trước·discuss
Copying a mutex by value (thus duplicating the lock, causing deadlocks or worse) is far too easy
wazzaps
·3 năm trước·discuss
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 have one tab of this website, since tabs of the same website can message each other (and exfiltrate data).

Also useful for debugging frontend bugs in "destructive" operations in production :)
wazzaps
·3 năm trước·discuss
It's possible if the destination allows it, like Google Analytics
wazzaps
·3 năm trước·discuss
What if you have no UARTs? Multiple UARTs?
wazzaps
·3 năm trước·discuss
VSCode does pretty well, opened 1GB+ sized files in it before.
wazzaps
·3 năm trước·discuss
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.