HackerTrans
トップ新着トレンドコメント過去質問紹介求人

jackwilsdon

no profile record

投稿

Implementing Stripe-Like Idempotency Keys in Postgres

brandur.org
3 ポイント·投稿者 jackwilsdon·5 か月前·0 コメント

Fun With Pinball

funwithpinball.com
169 ポイント·投稿者 jackwilsdon·5 か月前·11 コメント

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

githubstatus.com
3 ポイント·投稿者 jackwilsdon·5 か月前·1 コメント

Pebble Round 2

repebble.com
481 ポイント·投稿者 jackwilsdon·6 か月前·296 コメント

Sendspin: Music Experience Protocol

sendspin-audio.com
2 ポイント·投稿者 jackwilsdon·7 か月前·0 コメント

コメント

jackwilsdon
·2 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
It is doing eye tracking for the foveated rendering - it has 2 cameras inside the visor for it.
jackwilsdon
·10 か月前·議論
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 か月前·議論
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 年前·議論
It seemed to get stuck in a loop for a while for me but eventually decided "EARTY" was the solution: https://pastebin.com/VwvRaqYK