Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
wazzaps
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
wazzaps
1mo ago
Actually renaming and reordering fields is completely fine, as long as the field ID and type stay the same
2.
▲
by
wazzaps
7mo ago
FYI all Jetbrains IDEs include this, as long as they are open on the codebase. It's called "Local history".
3.
▲
by
wazzaps
7mo ago
Can we get a human-written reason for why this exists? Since the project itself is quite obviously vibe coded...
4.
▲
by
wazzaps
8mo ago
You just described how the popular "anyhow" and "snafu" crates implement error handling
5.
▲
by
wazzaps
1y ago
It's most useful for companies, where the goal is as much SSO as possible.
6.
▲
Show HN: Test Viewer for GitHub
(test-viewer.wazzaps.net)
1 points
by
wazzaps
1y ago
|
0 comments
7.
▲
by
wazzaps
1y ago
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
8.
▲
by
wazzaps
1y ago
MercuryOS towards the bottom is pretty cool
9.
▲
by
wazzaps
2y ago
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-...
10.
▲
by
wazzaps
2y ago
I wrote a similar algorithm for pathfinding around vector shapes in Javascript, the implementation was surprisingly simple. https://github.com/Wazzaps/FastPathfinder
11.
▲
by
wazzaps
2y ago
It also includes 256kbps AAC audio (vs 128kbps for free users).
12.
▲
by
wazzaps
2y ago
Or use Tailscale to solve both issues at once
13.
▲
by
wazzaps
2y ago
They also support (and recommend I think?) an eBPF-based sensor
14.
▲
by
wazzaps
2y ago
Apparently CrowdStrike bypassed clients' staging areas with this update. Source: https://x.com/patrickwardle/status/1814367918425079934
15.
▲
Tracy: A real time frame and sampling profiler for games and other applications
(github.com)
2 points
by
wazzaps
2y ago
|
0 comments
16.
▲
by
wazzaps
3y ago
What's your business model? Everything seems "free" so far.
17.
▲
by
wazzaps
3y ago
Sounds similar to this: https://github.com/akavel/up
18.
▲
by
wazzaps
3y ago
Copying a mutex by value (thus duplicating the lock, causing deadlocks or worse) is far too easy
19.
▲
by
wazzaps
3y ago
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 t
20.
▲
by
wazzaps
3y ago
It's possible if the destination allows it, like Google Analytics
21.
▲
by
wazzaps
3y ago
What if you have no UARTs? Multiple UARTs?
22.
▲
by
wazzaps
3y ago
VSCode does pretty well, opened 1GB+ sized files in it before.
23.
▲
by
wazzaps
3y ago
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.
▲
by
wazzaps
3y ago
All androids do it as well
25.
▲
by
wazzaps
3y ago
Have you tried to use them as PWAs?
26.
▲
by
wazzaps
3y ago
Why would processes under seccomp(2) be less isolated than VMs?
27.
▲
by
wazzaps
3y ago
Extensions are possible (our corp had an instance pre-setup for a specific project), and shortcuts work if under Chrome you click More Tools -> Create Shortcut -> Open as window.
28.
▲
by
wazzaps
3y ago
Does /use/local/share work? or ~/.local/share?
29.
▲
by
wazzaps
3y ago
this might help: https://sourcedigger.io
30.
▲
by
wazzaps
3y ago
I worked hard on my previous project to achieve a 5sec build-run-test cycle for a medium-sized embedded C project (we don't have monster workstations, just some i7-10xxx/16GiB PCs). Thinking about proper modularization, runtime co
More ›