1
point
wazzaps
Joined 78 karma
- wazzapsIt's most useful for companies, where the goal is as much SSO as possible.
- 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
- MercuryOS towards the bottom is pretty cool
- 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-...
- I wrote a similar algorithm for pathfinding around vector shapes in Javascript, the implementation was surprisingly simple.
- It also includes 256kbps AAC audio (vs 128kbps for free users).
- Or use Tailscale to solve both issues at once
- They also support (and recommend I think?) an eBPF-based sensor
- Apparently CrowdStrike bypassed clients' staging areas with this update.
Source: https://x.com/patrickwardle/status/1814367918425079934
- 2 points
- What's your business model? Everything seems "free" so far.
- Sounds similar to this: https://github.com/akavel/up
- Copying a mutex by value (thus duplicating the lock, causing deadlocks or worse) is far too easy
- 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 :)
- It's possible if the destination allows it, like Google Analytics
- What if you have no UARTs? Multiple UARTs?
- VSCode does pretty well, opened 1GB+ sized files in it before.
- 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.