HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jackwilsdon

no profile record

Submissions

Implementing Stripe-Like Idempotency Keys in Postgres

brandur.org
3 points·by jackwilsdon·5 mesi fa·0 comments

Fun With Pinball

funwithpinball.com
169 points·by jackwilsdon·5 mesi fa·11 comments

GitHub Status – Degraded Performance in Webhooks API and UI, Pull Requests

githubstatus.com
3 points·by jackwilsdon·5 mesi fa·1 comments

Pebble Round 2

repebble.com
481 points·by jackwilsdon·6 mesi fa·296 comments

Sendspin: Music Experience Protocol

sendspin-audio.com
2 points·by jackwilsdon·7 mesi fa·0 comments

comments

jackwilsdon
·2 mesi fa·discuss
This appears to only be in the Steam beta - the version available for download still requires Rosetta. There doesn't seem to be a direct download for the beta - you have to opt into it after installing Steam.
jackwilsdon
·3 mesi fa·discuss
There are silver pro parts on the marketplace, although I'm not sure if they're more aimed at converting a standard 13 to a pro:

https://frame.work/gb/en/products/laptop13pro-input-cover-ki...

https://frame.work/gb/en/products/laptop13pro-bottom-cover-k...

https://frame.work/gb/en/products/top-cover-cnc?v=FRANGKHA01 (not specifically a pro part but listed as compatible)
jackwilsdon
·6 mesi fa·discuss
Moving windows like this is already built into macOS but it's hidden behind a flag for some reason:

  defaults write -g NSWindowShouldDragOnGesture -bool true
You can then use Control+Command+Click to move windows from anywhere inside them. Sadly this doesn't provide resizing.
jackwilsdon
·7 mesi fa·discuss
It appears to walk up from the process's working directory searching for a .git directory: https://github.com/pranshuparmar/witr/blob/1e47bdb8fde179b17...
jackwilsdon
·7 mesi fa·discuss
From what I can tell, if you're running the latest security preview release[1] then it's already fixed: https://grapheneos.org/releases#2025120400

[1]: https://discuss.grapheneos.org/d/27068-grapheneos-security-p...
jackwilsdon
·8 mesi fa·discuss
Both of those have over >400 dependencies each [0] [1] but just in Rust instead - there hasn't been a Rust supply chain attack yet but is this any better? [2]

Admittedly you're not normally downloading the dependencies to your machine as you're often using pre-built binaries, but a malicious package could still run if a version was shipped with it.

[0]: https://github.com/biomejs/biome/blob/93182ea8e9d479fd0187ce...

[1]: https://github.com/oxc-project/oxc/blob/65bd5584bfce0c7da90f...

[2]: https://users.rust-lang.org/t/yet-another-npm-supply-chain-a...
jackwilsdon
·8 mesi fa·discuss
It is doing eye tracking for the foveated rendering - it has 2 cameras inside the visor for it.
jackwilsdon
·10 mesi fa·discuss
There's Alexa+ [0] which uses generative AI but it's planned to be a paid option at $20/mo.

[0]: https://www.aboutamazon.com/news/devices/new-alexa-generativ...
jackwilsdon
·11 mesi fa·discuss
Richard Stallman is pretty much already doing this!

> I generally do not connect to web sites from my own machine, aside from a few sites I have some special relationship with. I usually fetch web pages from other sites by sending mail to a program (see https://git.savannah.gnu.org/git/womb/hacks.git) that fetches them, much like wget, and then mails them back to me

https://www.stallman.org/stallman-computing.html#internetuse
jackwilsdon
·2 anni fa·discuss
It seemed to get stuck in a loop for a while for me but eventually decided "EARTY" was the solution: https://pastebin.com/VwvRaqYK