HN user

kybernetyk

4,341 karma
Posts4
Comments1,293
View on HN

Let me guess: You get your groceries delivered by some underpaid sucker? While I enjoy biking it's impractical many times (if you don't live a sheltered life with people doing all the annoying stuff for you).

We have those inner city bike extremists here, too. There's proposals like banning all motorized traffic from the city because you "can walk to your bakery duh". But they never ask themselves how the baker gets all his materials to the bakery.

Isn't that same as a jpeg then?

Yeah, but Fuji X cameras are renown for their JPG processing so many people want the in-camera JPG. You could shoot directly to JPG but with an app like that you can later change the JPG profile, etc. while adjusting exposure parameters.

Meh, the threat vector to me as a resident of Germany is the German government - not some dude at the other end of the world. What is Musk going to do? Ban me from Twitter? Not sell me a Tesla?

That's nothing compared to what German authorities can do to me. Germany is a country where you get police searching your home for torrenting movies or making stupid jokes on Facebook. So yeah.

Also about enshittification - one could argue that our local ISPs never left that phase to begin with.

Regardless of who is at fault, you are losing a lot of customers that way.

Don't know. Germans are stingy. I'm German, I live in Germany yet I don't even localize my software to German anymore because German downloads wouldn't convert in any meaningful way. (Even when I had German localization).

It's just anecdotal of course but every other dev I talked to would confirm this unless they had some very germany-specific product.

I'm glad Vodafone is available where I live. They're not better but at least they're an alternative. Also Telekom manages only to deliver 250mbit/s while Vodafone gets 1gbit/s.

Last apartment I rented Telekom was the only option and that was one of the reasons why I decided to move.

Starlink I would love to try but as there's building and trees blocking the horizon it's not an option here sadly.

I have the same problem with Jekyll. I fixed my website for the Jekyll version I installed when I got this machine (in 2021). I dread the moment when I get a new computer and have to either try to install this particular version of Jekyll or to fix my website again.

I just assumed static website generators would be stable but well, there's always something that breaks. Terrible user experience for someone who just wants to use the generator to generate a website vs. to tinker with it as a hobby.

I'm in the process of porting my website to PHP ... but that project hasn't gone anywhere because currently everything works ;)

Heh, funny. I recently implemented a countdown for a teleprompting app and that's exactly what I ended up doing to make the countdown "feel right".

The countdown in question doesn't display fractions of a second so it would immediately switch from "5 seconds left" to "4 seconds left" which just doesn't feel right. Adding 0.5s solved the issue.

Roc Camera 9 months ago

How did you get out of your photography obsession? Because currently I’m really really into photography as well and it gets unhealthy. (Both time and money wise).

I think Rust speaks to people who don't "play" with their code during development. Moving stuff around, commenting things out, etc. When I try to do this in Rust, the borrow checker instantly complains because $something violates $some_rule. I can't say "yeah I know but just for now let's try it out this way and if it works I'll do it right".

I work this way and that's why I consider Rust to be a major impediment to my productivity. Same goes for Python with its significant whitespace which prevents freely moving code around and swapping code blocks, etc.

I guess there are people who plan everything in their mind and the coding part is just typing out their ideas (instead of developing their ideas during code editing).

I almost forgot how bad the dev-tools ecosystem was back in the day. I remember back in 1998, when I was 15, I took on a vacation job in a car shop (wet sanding car parts) just to afford Visual C++ 6.0.

I also had to order the compiler through a local dealer and delivery took 6 weeks. But I still have the box and CD-ROM :)