sorted by: new top controversial old
[-] SuperFola@programming.dev 10 points 23 hours ago

Heck, I sometimes can’t understand my own code. And this AI thing tries to tell me I should move this code over there and do this and that and then poof it doesn’t compile anymore. The thing is even more clueless than me.

[-] SuperFola@programming.dev 31 points 23 hours ago

How come the hallucinating ghost in the machine is generating code so bad the production servers hallucinate even harder and crash?

9

This past few weeks, Python 3.13 and the possibility to disable the GIL has seen a lot of coverage and that pushed me to dig into my own language, to see how different our approaches are.

So if you’re curious about the rambling of a pldev, that might be for you!

[-] SuperFola@programming.dev 1 points 2 weeks ago

Probably too long. That was a philosophy I had at school and iirc the founders never finished school and started MS in a garage.

[-] SuperFola@programming.dev 78 points 2 weeks ago

Who needs tests when you have users?

The testing environment is production!

[-] SuperFola@programming.dev 1 points 2 weeks ago

I use camel case for methods and functions and snake case for variables. And pascal case for constants. Why? I don’t really know, it makes for a nice distinction I guess.

[-] SuperFola@programming.dev 4 points 2 weeks ago* (last edited 1 week ago)

If you are interested in tiny lisp like languages, this gitlab could be of interest to you.

Full disclaimer, I came across it a few years back as I am the maintainer of arkscript (which will get faster and better in the v4, so that data about it there is accurate as a baseline of « it should be at least this good but can be even better now »).

6
[-] SuperFola@programming.dev 7 points 3 weeks ago

You could consider markdown extensions that helps you write and visualize!

Like this one: https://github.com/MeanderingProgrammer/render-markdown.nvim

[-] SuperFola@programming.dev 4 points 3 weeks ago

Three dots like this is also an ACAB symbol.

[-] SuperFola@programming.dev 18 points 1 month ago

People always make it such a huge deal but that has been pretty normal, since Microsoft owns GitHub we have had a t least 2 if not 4 outages per month.

[-] SuperFola@programming.dev 2 points 1 month ago

A card grabber disguised as a game to me

[-] SuperFola@programming.dev 2 points 1 month ago

This feels like not a game but a card grabber. And no, saying « this is just a game » isn’t convincing at all.

[-] SuperFola@programming.dev 3 points 1 month ago

I thought I lost my Sonos integration with my music source. In fact it was just an update to the app and I don’t know how to navigate that… or maybe the new app just removed the integration

45

I currently have a server, a Dell T310 with an SSD in it and 12Gig of ram (weird config, I know I messed up but it works fine so I can’t be bothered to change that for now), with all my dockers running in it.

It runs mostly fine, with Debian 11, a VPN so that I can block public ssh and allow it only on the VPN network, an nginx proxy to have services like a forgejo and a music library (ampache).

However it can’t run a Minecraft server with more than a single person on it without stuttering ; so I was considering changing it maybe next year, after more than 3 years of services, for something beefier but also consuming less W/h (current consumption is 80W), and since I already have a Mac for work I was wondering how suitable a Mac Mini M1/M2 would be for a homelab?

Does anyone have such a configuration and how does it work for you? Any hurdle that you should be aware of?

65

I’ve finally picked up an iPhone about a month ago, and have been loving the experience.

However I’m now thrown into an ad-full world again (I used to have a browser blocking many if not most ads on the android), so I’m wondering, what adblockers do you use (may it be safari extension or entirely new browser for my fellow Europeans)?

57

I played BotW a lot, and really loved it. I feel like the beginning of the game was relatively easy compared to TotK, I died a few times trying out things, discovering the game and possibilities ; in TotK I died a lot and still do even with good gear and armour (1*-2* armors, 30-40+ damage weapons). You could say it's skill issues and I would agree with you as I am not a pro player and play games once a week maybe, however I feel like the difficulty curve is far greater in TotK. That has affected how I view the game to the point that sometimes I think I dislike it (even though the new powers are the best thing they could have added, with the verticality of the world) ; that might also have to do with the much darker ambiance of the game, which can feel frightening (to me) to the point going underground is hard.

Is it just me? Should I just "git gud"?

50
1

When scrolling on Lemmy I often stumble on links from people that don't use community syntax (!c@server).

It would be appreciated for those thinks to be rewritten automatically to avoid the browser opening, and instead staying in Voyager.

Implementation could be tough though: do you need to prefetch the page, parse it and check somehow that it's a Lemmy community? Or have a list of known servers to rewrite those links? Both could prove tedious to maintain.

view more: next ›

SuperFola

joined 1 year ago