Thann

joined 3 years ago
MODERATOR OF
[–] Thann@lemmy.ml 5 points 2 months ago

Here we go again

[–] Thann@lemmy.ml 1 points 2 months ago* (last edited 2 months ago)

Torrenting has existed for a long time, yet people still buy software. There is a lot more to software distribution than traditional product sale.

You want to have frequent fixes, compatibility with modern tools, new features and a trustworthy distribution pipeline. These are all things people and corps are willing to pay for in FOSS software.

[–] Thann@lemmy.ml 4 points 2 months ago (3 children)

It makes just as much sense if you're selling it!

[–] Thann@lemmy.ml 16 points 3 months ago

Siri create a random dataset in the likeness of peter jacksons lord of the rings: the return of the king directors cut on dvd

[–] Thann@lemmy.ml 8 points 3 months ago

This is the face my cat makes when I sneak up on her

[–] Thann@lemmy.ml 10 points 3 months ago (2 children)

Which do you prefer:

( ) browser twice as fast

( ) women find you irresistible

[–] Thann@lemmy.ml 40 points 3 months ago (2 children)

Which of these options do you prefer:

( ) having an AI assistant integrated into the browser

( ) getting kicked in the balls by elon musk

[–] Thann@lemmy.ml 2 points 3 months ago

oh, he didnt forget

[–] Thann@lemmy.ml 2 points 3 months ago (1 children)

FOSS is my personality and Arch is my distro

[–] Thann@lemmy.ml 2 points 3 months ago

now start using it for a while and you will notice the difference!

you will see you have all of the latest versions of programs, that other distros wont have for 6 months!

you will learn that the AUR has every package you could ever want!

you will see that the Wiki has extremely comprehensive answers to every question!

[–] Thann@lemmy.ml 12 points 3 months ago (4 children)

100% its the Wiki and AUR!

On every other distro, once you want a program not in the package manager, it will likely be broken by the next update. On arch 99.995% of the time it will be in AUR and you can just make a simple PKGBUILD when its not, so your updates will automatically recompile all of your personal projects!

[–] Thann@lemmy.ml 3 points 3 months ago

I'm assuming the speculative-execution bugs were their fault then

 

feat. ElectroBoom

 

I'm working on adding highlighting to code-blocks on lemmy using highlight.js, and am wondering exactly how to implement it. There are many code-themes that could be used Regarding which theme to use there are basically two different directions I could go:

  1. Each lemmy-theme would have to explicitly declare an hljs theme to use.
    • PROS:
      • easy to use, users automatically get an appropriate code-theme for every ui-theme.
      • simple to implement (already done)
    • CONS:
      • theme-makers need to pick an appropriate theme
      • no user customizability, limited number of themes
  2. Users can pick their preferred theme just like they pick a UI theme.
    • PROS:
      • Extreme customization, there are a buttload of themes, and users can pick any one!
    • CONS:
      • Users would need to pick an appropriate theme. It would use the "browser-default" (light/dark) until they pick one, and could look weird and be confusing until then
      • PITA to implement & requires back-end changes (wont see it for a while)

Let me know what you think, or if you have another solution.
I have solution #1 deployed on HeapOverflow.ml right now =]

Here is the PR for those interested: https://github.com/LemmyNet/lemmy-ui/pull/663

 
view more: ‹ prev next ›