There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

lemmy.world

Sekrayray OP , to aww in The Three Stages of Begging

For those of you asking he gets plenty of treats! Don’t let him fool you! He’s going to be a big boye though—only 13 weeks and he’s 30 lbs. Dad was 100.

radiohead , to programmerhumor in Turing-completeness

How about a Turing-complete type system (e.g. TypeScript)?

maiskanzler ,

Rust too! Type-level programming is pretty useful for embedded software.

axellenium , to retrogaming in R-Type: An 8-bit Port Comparison

Omg I loved R-Type on SMS, and after decades I bought it for iOS, don’t play it regularly anymore but here’s a quick screenie

https://i.imgur.com/dlsd1fa.jpg

ekZepp , to fediverse in a purposely misleading / fake "threads" app is currently #1 in an EU App Store 💀
@ekZepp@lemmy.world avatar

Monkey see, monkey do. 🐒🐒🐒🐒🐒🐒

Jessica , to retrogaming in R-Type: An 8-bit Port Comparison

The PC Engine version is nearly arcade perfect: youtu.be/ZRbw_sRDPWU&t=510

davetansley OP ,
@davetansley@lemmy.world avatar

Yeah, it’s incredible! The only thing that lets it down slightly is the vertical scrolling (and the fact that they split the levels on two separate releases - I think the TGX16 version got them all in one).

redcalcium , to linux in Today I discovered Distrobox and it saved my day by letting me install an old-ass, unmaintained app that's only packaged for old Debian

Can you run Wayland GUI apps in distrobox?

Kekin ,
@Kekin@lemmy.world avatar

Yes. I run VS Code in an Ubuntu distrobox, with the electron wayland flags. Works real nice. KDE Wayland btw.

redcalcium ,

VSCode is an electron application, right? Electron apps use xwindow (or xwayland) unless you launched them with certain flags. I’m interested to know if native Wayland app actually works. Or is it possible that distrobox is actually use xwindow and pass everything to the host’s xwayland process? Can’t seem to find anything about it in the docs.

rainier ,

Yes, VSCode is an electron app, and I use flags to launch it with Wayland. I export VSCode to the host system with the flags attached, so that VSCode automatically launches in Wayland. The command I used: distrobox-export --app code --extra-flags “–enable-features=WaylandWindowDecorations --ozone-platform-hint=auto”

redcalcium ,

Interesting. I’ll have to try this when I got the time. Thanks!

Kekin ,
@Kekin@lemmy.world avatar

I’m pretty sure it’s wayland because on KDE wayland, with 200% scaling, when the cursor is over an xwayland window, it looks blurry. This doesn’t happen on wayland windows. Also for some reason electron and chromium based apps run at 60 fps on wayland, while xwayland apps run at 144 fps as it should, and my VS Code in the Distrobox with the wayland flags also runs at 60 fps. Weird KDE stuff.

SymbolicLink , to linux in Today I discovered Distrobox and it saved my day by letting me install an old-ass, unmaintained app that's only packaged for old Debian

I daily drive Fedora Silverblue on my laptop and distrobox has been great.

I have layered only two packages: USB Guard and Distrobox. I run syncthing in a rootless podman container, and the rest goes through Distrobox.

I was even able to setup ProtonVPN in distrobox and it functions as if it was directly installed on the host (just need to map your home folder and some permissions).

I hope that immutable becomes either the standard or at least all major distros start offering it as an alternative. Makes everything foolproof and makes me much more willing to try new packages and tools because I can always just roll back.

The only thing that would really make it perfect is if files in /etc/ where also handled in a similar manner. IE: Can make changes to configuration files, and easily roll back to defaults at any time.

dieelt ,

I run zfs on my (two) Debian boxes (a thinkpad x1 and a home server). Installing it as the root filesystem was a bit tricky but once it’s done it has been flawless for me. I run the server using 2 ssd in mirror for /etc and all those, and then a couple disks in raidz for data. When one of the root disks died I just swapped it and re synced and was up and running in not time. Unfortunately the laptop only has a single ssd so if that dies I have to reinstall and restore from a backup.

The cool thing is that I can just take a snapshot before messing around and the restore if anything breaks. It has been a really nice experience and I recommend it! I know it’s not the same as an immutable distro, and I tried silverblue but it’s too different from what I’m used to :-)

SymbolicLink ,

Silverblue + ZFS would be a match made in heaven, unfortunately Fedora makes it really hard to do ZFS reliably, too many kernel updates that break ZFS. This would be an even bigger nightmare on Silverblue given the distribution model.

If only ZFS was part of the Linux kernel 😑. maybe one day

dieelt ,

So do I. Those damn incompatible licenses.

MooseBoys , to programmerhumor in why why why

Nobody commenting on the chirality difference…

Moonrise2473 , to mildlyinfuriating in Online dating

white text on yellow background, that’s infuriating

Knightfall ,
@Knightfall@lemmy.ca avatar

I had to zoom in on my phone just to be able to read that!

kn33 ,

When you’re actually using the app instead of having the compression artifacts of being screenshot several times, it’s not as bad.

Redditiscancer789 ,

It assails the eyes.

Viking_Hippie ,

I don’t care if you’re watching it in 32k on Odin’s personal account, white on yellow is NEVER acceptable for ANYTHING.

Marxine ,
@Marxine@lemmy.world avatar

It doesn’t make it less of a crime against good design. Low contrast for reading is bad practice.

wmassingham , to linux in Today I discovered Distrobox and it saved my day by letting me install an old-ass, unmaintained app that's only packaged for old Debian

Does it not run on Fedora? You could probably use alien to convert the deb to an rpm. Or just unpack the tgz on github and run it: github.com/314r/joliebulle/releases/tag/3.7.3

It looks like there’s also a version 4 that’s still FOSS that I assume would be targeted to new platforms. But I only know enough French to get the gist of their site, I don’t know the more technical words to figure out what’s changed.

WFH OP ,
@WFH@lemmy.world avatar

I tried running the tgz a few months ago. It needed a shitload of deprecated python dependancies, I’m not well versed in python so after the 10th pip install I gave up.

Version 4 is unfortunately closed source and paid.

wmassingham ,

This says it’s free and 90% MIT license, doesn’t it? joliebulle.org/opensource

Raphael ,
@Raphael@lemmy.world avatar

You could probably use alien to convert the deb to an rpm. Or just unpack the tgz on github and run it: github.com/314r/joliebulle/releases/tag/3.7.3

Or just use toolbox.

woelkchen ,
@woelkchen@lemmy.world avatar

I had a quick look at the PKGSRC on AUR. It uses QtWebKit which is the biggest stumbling block, given that most or perhaps even all distributions killed that for security reasons. I recently found out that an “AI and automation” company forked and revived QtWebKit, so there is a tiny chance distros will package it again but don’t hold your breath. There was a promising fork once and I’d guess there will be an attitude by packagers that they’ve fallen for a fork before and that never got off the ground.

StinkySnork , to retrogaming in R-Type: An 8-bit Port Comparison
@StinkySnork@kbin.social avatar

The Master System version included a hidden level and boss that I don't believe were on any other ports. I could be completely wrong, as I'm going off memory from a long time ago.

That hidden level was quite difficult for me then. Probably still is.

davetansley OP ,
@davetansley@lemmy.world avatar

Yeah, it did. It was an excellent port as well!

hinterlufer , to linux in Today I discovered Distrobox and it saved my day by letting me install an old-ass, unmaintained app that's only packaged for old Debian

I know you said you’re too lazy to switch to a different brewing app, but you should really check out kleiner Brauhelfer

WFH OP ,
@WFH@lemmy.world avatar

Oh thanks, I’ll check it out.

dannoffs ,
@dannoffs@lemmy.sdf.org avatar

That has to be the most German piece of software in existence

Tiuku ,

There’s also Brewtarget.

Stelus42 , to pics in [OC] A palm tree with an evening sky background

So simple, and yet so nice too look at :)

DpwnShift , to cat in Mr Sniffers likes to patrol his domain in the cab of the farm truck.
@DpwnShift@kbin.social avatar

May he be blessed with some fun mice to chase.

jcalais , to fediverse in a purposely misleading / fake "threads" app is currently #1 in an EU App Store 💀

Meanwhile, a lot of other apps have “not affiliated with Instagram” as a disclaimer as their first line of the description. I was wondering if Apple requires it or even automated it somehow. Screenshot

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • lifeLocal
  • goranko
  • All magazines