[-] take6056@feddit.nl 9 points 1 month ago

From my experience it's still a common misconception and I think it's the largest potential group that can switch. Sucks that your usecase is unsupported, though. Just out of interest, what software can you still not run?

[-] take6056@feddit.nl 14 points 3 months ago

It's been a while since I've watched it myself, but remember them going into the ownership structure.

https://www.youtube.com/watch?v=hNZy603as5w

There's basically no way for them to not make it a subscription model.

[-] take6056@feddit.nl 9 points 4 months ago

You can cancel when receiving the first reminder, or probably also immediately. Good initiative though, I might do the same.

[-] take6056@feddit.nl 10 points 5 months ago

I'd change

  • Github, ... To
  • Git, for version control
[-] take6056@feddit.nl 9 points 5 months ago

Except it's barely in your hands because your surroundings have vastly more influence over what you actually become.

What a metaphor.

[-] take6056@feddit.nl 15 points 6 months ago

Good to mention that (in the Netherlands) when you've provided fingerprints for a new identification card, the fingerprints are wiped from any system after you've received the card, remaining only on the card itself.

[-] take6056@feddit.nl 8 points 8 months ago

That's Sudan underneath Egypt, right? Never knew they have a "white" population. Actually, I still don't know that.

[-] take6056@feddit.nl 14 points 8 months ago

Interestingly, as ChatGPT might be trained on these ELI5 questions and as a result they are asked more infrequently, it might get worse over time or out of date on these types of questions by its own doing. I especially wonder how bad this influence will get on subjects that you'd normally search stackoverflow for.

1

I recently reinstalled RL after not playing for 2 years, running Linux for my gaming pc these days. Almost every time I open up steam, there's a multi gigabyte rocket league update. Is that normal? Can I play without updating every time?

[-] take6056@feddit.nl 25 points 8 months ago

I wonder if internally the emoji's are added through a different mechanism that doesn't pick up the original request. E.g. another LLM thread that has the instruction "Is this apologetic? If it is, answer with exactly one emoji." After this emoji has been forcefully added, the LLM thread that got the original request is trying to reason why the emoji would be there, resulting in more apologies and trolling behaviour.

[-] take6056@feddit.nl 9 points 9 months ago

Using Garuda Linux with KDE. Installed this package: https://aur.archlinux.org/packages/gamescope-session-steam-git

Wrote some scripts that performs the switching like it's being done on ChimeraOS & the Steam Deck. Want to release them in a repository some time, but they're awfully hacky right now.

105
submitted 9 months ago* (last edited 9 months ago) by take6056@feddit.nl to c/linux_gaming@lemmy.world

Apparently my setup, running the steam deck UI for gaming on my TV, is registering as an actual steam deck. Also unfortunate that the non steam games don't count, but hopefully next year this will be all purple/blue.

[-] take6056@feddit.nl 19 points 9 months ago

Here's why

Human rights

4

TLDR; Does anyone know if there's an initiative to use the pdf rendering engines built into most browsers and used while printing a web page in more flexible ways? Ideally from javascript being able to get the pdf as a File.

I've been looking into download as pdf functionality we implemented at work. It's for a single project, relatively small, so we implemented it with html2pdf.js. There seems to be no better way than rendering the webpage as canvas and saving as an image inside PDF. Although I'm thankful that the project exists, with the lack of text selection, poor image quality and/or large file sizes, it feels bad serving it to the customer. Then I started to look into the printed version and I loved it. Learned some new stuff about css, being able to break a page before a specific element. Tables automatically repeat their header across a page break. I can also save this as pdf, better quality, 40x reduction in file size, yay! However, web api to start this is print(), no arguments, no alternatives. Putting this behind a "Download" buttons seems confusing for the end user. I'm amazed we can't use this built in pdf rendering engine in more flexible ways. (See TLDR for question)

view more: next ›

take6056

joined 1 year ago