Readit News logoReadit News
pfych commented on Journaling using Nix, Vim and coreutils   tangled.sh/@oppi.li/journ... · Posted by u/icy
sigmonsays · 14 days ago
here I am tangenting into wtf tangled.sh is, maybe that's the entire point of this submission.
pfych · 14 days ago
I've seen it quite a bit on BlueSky with some devs I follow. It's a social git host built on-top of ATProto (The underlying tech of BlueSky): https://blog.tangled.sh/intro
pfych commented on Electric bikes might just be the healthiest thing to ever happen to teenagers   electrek.co/2025/08/05/el... · Posted by u/harambae
world2vec · 20 days ago
Here in London, stolen Lime e-bikes sure seem popular with teenagers. That beep beep beep and click click click sound everywhere I go.
pfych · 20 days ago
Whenever I go for a run in the afternoon there's always a big group of teens down fishing at the river with a bunch of lime bikes next too them. Glad it's made it easier for them to all meet up and hang out outdoors.

It's funny when they wrap up though and you watch all of them kickstart the bikes. Riding off down the trail as they beep and click. Haha.

pfych commented on Australia widens teen social media ban to YouTube, scraps exemption   reuters.com/legal/litigat... · Posted by u/Brajeshwar
jackdawipper · a month ago
testing ground for whats coming out of Europe.

the most annoying part of all of this is that the people voted for it by voting Labor again. we are fkd.

pfych · a month ago
This law was popular with the Liberal & Greens parties sadly - was likely regardless of who won the election.
pfych commented on I hacked my washing machine   nexy.blog/2025/07/27/how-... · Posted by u/JadedBlueEyes
IncreasePosts · a month ago
Couldn't you just set a timer for 45 minutes, or whatever? Is there that much variance in load times?
pfych · a month ago
Some washing machines (mine at least) have some "smart" features that adjust the wash time depending on some factors. Nothing more annoying than coming to the laundry after my phone alarm goes off, and seeing the timer on my washing machine go UP(!!!) from 0:01 to 0:02 ...
pfych commented on Should we design for iffy internet?   bytes.zone/posts/should-w... · Posted by u/surprisetalk
pfych · 2 months ago
I had a frequent 1:30-hour train commute every couple of days to my previous role, and during that time, I learned how horrific our product was to use on a spotty connection.

Made me think more about poor & unstable connections when building out new features or updating existing things in the product. Easily parsable loading states, better user-facing alerts about requests timing out, moving calculations/compute client-side where it made sense, etc.

pfych commented on Modifying an HDMI dummy plug's EDID using a Raspberry Pi   downtowndougbrown.com/202... · Posted by u/zdw
lyu07282 · 2 months ago
What gpu/driver were you using?
pfych · 2 months ago
I was using an AMD 5700xt at the time with Mesa drivers
pfych commented on Modifying an HDMI dummy plug's EDID using a Raspberry Pi   downtowndougbrown.com/202... · Posted by u/zdw
ashirviskas · 2 months ago
Why are dummy plugs a thing? What can you do with them that you cannot do in software? (asking as a person who had no issues with having 18 virtual displays and no dummies).
pfych · 2 months ago
Dummy plugs are a lot easier for most people. I added a fake 4K monitor to my desktop via software for remote game streaming, and it was a lot more complicated than I expected[^1].

[^1]: https://pfy.ch/programming/4k-sunshine.html

pfych commented on Sorcerer (YC S24) raises $3.9M to launch more weather balloons   axios.com/pro/climate-dea... · Posted by u/tndl
jzig · 2 months ago
Isn’t this the point of NOAA?
pfych · 2 months ago
NOAA might not be around much longer! ... which is grim.
pfych commented on Frequent reauth doesn't make you more secure   tailscale.com/blog/freque... · Posted by u/ingve
gausswho · 2 months ago
Do tell!
pfych · 2 months ago
I set up Authentik[^1] on my NAS in a docker container and went from there! Just had to add a .well-known webfinger file to my domain that pointed to the Authentik instance and it "just worked" with Tailscale.

[^1]: https://goauthentik.io/

pfych commented on Next.js 15.1 is unusable outside of Vercel   omarabid.com/nextjs-verce... · Posted by u/todsacerdoti
ggregoire · 2 months ago
If you don't need server rendering, I'd just recommend React without framework, and Vite [1] to run the app in dev and build the app in prod, then host the build (basically a HTML page with a JS file) on AWS S3 or similar static hosting platforms. That's the solution I've been using for 10+ years without any problem.

For the backend you can use whatever you are comfortable with. I mostly use PostgREST [2] nowadays. I recommend to use react-query [3] to call your APIs on the client side.

[1] https://vite.dev

[2] https://docs.postgrest.org

[3] https://tanstack.com/query/latest/docs/framework/react/overv...

pfych · 2 months ago
This is the way to go for 99.9% of React apps, I've been using a similar setup for almost 7 years now.

Plain React, Vite, React-Router, & SWR. Is simple & works great for almost every use case.

u/pfych

KarmaCake day316November 14, 2022
About
https://pfy.ch
View Original