HackerLangs
TopNewTrendsCommentsPastAskShowJobs

madjam002

1,131 karmajoined vor 10 Jahren

Submissions

American Airlines to install Starlink, the fastest Wi-Fi in the sky

news.aa.com
5 points·by madjam002·vor 2 Monaten·0 comments

Kraków, Poland in top 5 worst air quality worldwide

iqair.com
120 points·by madjam002·vor 6 Monaten·154 comments

comments

madjam002
·vorgestern·discuss
Last time I checked, Posthog self hosted was basically unusable. They have a hobby deployment script which just pulls the latest build from master which varies from “somewhat works” to “completely broken”
madjam002
·vor 3 Monaten·discuss
A lot of footpaths in Europe are designated paths that are shared with cyclists
madjam002
·vor 4 Monaten·discuss
Does anyone know of any good firewalls for macOS? The built in firewall is practically unusable, and if client isolation can be bypassed, the local firewall is more important than ever.

I often have a dev server running bound to 0.0.0.0 as it makes debugging easy at home on the LAN, but then if I connect to a public WiFi I want to know that I am secure and the ports are closed. "Block all incoming connections" on macOS has failed me before when I've tested it.
madjam002
·vor 5 Monaten·discuss
I have just today discovered zmx [1] which is like tmux but I always hated the tmux terminal emulation and how it hijacks scrolling, especially on Termius on my phone. It does session persistence but I think without the terminal emulator side of things, so scrolling works normally.

Been testing it today with Claude Code and it seems to work quite well switching between my laptop and phone.

[1] https://github.com/neurosnap/zmx
madjam002
·vor 5 Monaten·discuss
Yeah first time in 6 years being with them that I've had an outage of this scale. Cloud VMs and Dedicated servers all down / intermittent
madjam002
·vor 6 Monaten·discuss
You can look at any air quality website and source of information and see that the air quality here is utter crap.

If not IQAir, you can use Windy, WAQI, Airly (founded in Krakow, so lots of sensors here).

I am in Krakow right now and my IKEA sensor is reading 183 µg/m³ when I put it outdoors. On a good day it's normally less than 5.
madjam002
·vor 6 Monaten·discuss
The PM2.5 in Krakow is currently 185 µg/m³, the WHO recommended annual average is 5 µg/m³.

This is about air quality, not waste on the streets.
madjam002
·vor 6 Monaten·discuss
I was travelling a lot a couple of days ago across the countryside just outside of Krakow, and people are definitely burning plastics and trash, you can smell it even inside your car in the early hours of the morning.

It's coming from the surrounding areas, not the city itself.
madjam002
·vor 7 Monaten·discuss
This is absolutely wild haha, love it

"A high-latency architect who spends his days documenting every time a CDN sneezes while dreaming of a mountain drive through the Balkans with a fresh burek in hand."
madjam002
·vor 7 Monaten·discuss
Definitely don't recommend going down this path if you're not already familiar with Nix, but if you are, a strategy that I find works really well is to package your software with Nix, then you can run it easily via systemd but also create super lightweight containers using nix-snapshotter[0] so you don't have to "build" container images if you still want the flexibility of containers. You can then run the containers on Docker or Kubernetes without having to build heavy images.

[0] https://github.com/pdtpartners/nix-snapshotter
madjam002
·vor 7 Monaten·discuss
Not gonna lie Terranix has been working great for us, all our configuration is in Nix files anyway so it's so easy to just pass stuff in rather than using Tf variables etc
madjam002
·vor 7 Monaten·discuss
It's quite an unfortunate coincidence that React has indirectly been the reason for two recent issues at Cloudflare haha
madjam002
·vor 7 Monaten·discuss
Looking forward to the post mortem on this one. We weren't affected (just using the CDN), and people are saying they weren't affected who are using Cloudflare Workers (a previous culprit which we've since moved off), so I wonder what service / API was actually affected that brought down multiple websites with a 500 but not all of them.

Wise was just down which is a pretty big one.

Also odd how some websites were down this time that previously weren't down with the global outage in November
madjam002
·vor 8 Monaten·discuss
Yes I will be looking, thanks for the rec!
madjam002
·vor 8 Monaten·discuss
I just considered moving from Namecheap to Porkbun as Namecheap is down, but Porkbun use Cloudflare for their CAPTCHA meaning I'm unable to signup and I assume log in as well, so also no good.
madjam002
·vor 8 Monaten·discuss
Can't even change my nameservers away from Cloudflare as Namecheap use Cloudflare!!
madjam002
·vor 8 Monaten·discuss
This must be some sort of joke right?
madjam002
·vor 8 Monaten·discuss
My favourite was the Azure CTO complaining that Git was unintuitive, clunky and difficult to use
madjam002
·letztes Jahr·discuss
They just strip types and don’t do any type checking
madjam002
·vor 4 Jahren·discuss
Things I’m really looking forward to seeing from Tailscale / projects I’d like to tinker with:

- Better iOS battery life, there have been many improvements but it’s still too much to leave running 24/7, I understand they’re making improvements here

- Their in built SSH server which seems to be in development

- Using Tailscale ACLs to control access to Kubernetes ingress resources, they recently released an nginx auth plugin so I imagine this is now possible if you attach a Tailscale sidecar to the nginx ingress controller

- Arbitrary ACLs which also seem to be in progress, it would be awesome to define in ACLs who has access to different parts of e.g a backoffice application

- Official support for DNS extra records, already using this with the Headscale self hosted control plane for personal projects but it would be great to use it on Tailscale too

- Kernel Wireguard for the data plane, I think this is on the roadmap?

Overall a fantastic piece of software which I use for both personal and professional projects.