boredsquirrel

joined 2 years ago
MODERATOR OF
[–] boredsquirrel@slrpnk.net 4 points 1 day ago

I am using researchxxl's fork now and it works fine, had 2 updates in the meanwhile

[–] boredsquirrel@slrpnk.net 5 points 1 day ago

Using termux full time for running network facing services is pretty insecure. Termux should not be relied on for sensitive things, EVERY process runs as the same user.

[–] boredsquirrel@slrpnk.net 1 points 2 days ago (1 children)

Get jackett and the world opens for you

Also games should be aquire carefully from trusted sources like the official fitgirl repacks site

[–] boredsquirrel@slrpnk.net 2 points 2 days ago

Die Fliegen mögen serviert werden

[–] boredsquirrel@slrpnk.net 1 points 2 days ago (1 children)

What is the latest open source version?

[–] boredsquirrel@slrpnk.net 7 points 2 days ago

It sounds like the suicidal person and the guy are not the same. Or that the guy responded, not the cops.

[–] boredsquirrel@slrpnk.net 3 points 2 days ago (2 children)

The title is very confusing.

[–] boredsquirrel@slrpnk.net 1 points 2 days ago

But then you need a player on each platform, that works with m3u files

Which is very few, and buggy.

I use "Anrimians Simple Music Player" and Gapless/G4music, but songs are randomly disappearing from playlists. Also you need to usw default directories for the files.

[–] boredsquirrel@slrpnk.net 2 points 2 days ago

Interesting! Gapless is the only modern one and it is fine-ish

[–] boredsquirrel@slrpnk.net 2 points 4 days ago

Bro please dont copy paste AI slop. Using it as base is fine, if you confirmed it is correct and overhauled it manually.

Also your formatting is messed up, that shouldnt be a header

[–] boredsquirrel@slrpnk.net 1 points 4 days ago* (last edited 4 days ago)

RHEL is based on Fedora. Same with SLES with OpenSUSE and others

And Ubuntu isnt really easy

And Gentoo has binary packages

[–] boredsquirrel@slrpnk.net 7 points 5 days ago (2 children)

Raubkopieren gibts nicht. Raub ist gewaltvoll, und selbst für einen Diebstahl müsste das Diebesgut danach weg sein. Das ist einfach kopieren.

 
17
submitted 3 months ago* (last edited 3 months ago) by boredsquirrel@slrpnk.net to c/science@mander.xyz
22
submitted 4 months ago* (last edited 5 days ago) by boredsquirrel@slrpnk.net to c/android
 

Since the recent update of Android 16, Pixels have a new theme

  • symbols are less geometric and hard
  • some elements are rounded squares, others are round
  • the theme is generally very dark
  • the top panel is not visible by default
  • the battery looks very different, kinda like on iOS
  • the drawers have a blurry background instead of solid colors
  • the "recent apps" overview displays the app name in the top left corner of the preview window, instead of a round icon on top
  • icons and buttons in apps like GCam are also changed

Here are the screenshots

Generally the theme is way more complex and distracting and has quite some inconsistencies.

While I would like blur, the minimalist side of me is happy not to have it.

The current material theme with lots of high-contrast elements is pretty Google-specific I feel and can be seen as ugly. The new one is way more abstract and in a way pleasing.


Yes the theme is on latest GrapheneOS too. The font may be proprietary though, AOSP uses a different one

Update: animations and blur can be disabled in the accessibility settings now

 

The Free Software Foundation Europe did an update post on the current status of the legal affair.

Good read, recommend!

Here is the previous one

Post of Article19

The Complaint (PDF)

 

Ok this is a physical one.

Temperature is just the total speed of molecule vibrations in an object.

Vibrations are movement. Movement needs energy. All things thrive to be in an energy neutral state, energy always disperses, disbalances are always balanced out.

This means that the natural state of objects is 0°K, the lowest temperature possible, no movement.

That is why you should fill up your fridge and freezer! The only energy you need is for removing heat that comes into the thing and would in turn transfer to cooler objects and warm them up.

But keeping things cool itself doesnt need any energy 🤯

And if you heat it up then less air comes in, and the incoming air will be cooled down faster (energy balanced out between low density air and high density things). So the overall temperature doesnt spike as much and less needs to be transported off.

 

automatically selecting an object should be technically not very hard.

It selects objects by sharpness, color, contrast etc.

I have never seen a working tool in GIMP that can do that well. I have autoselected stuff by color always, and I know the "magic wand" tool (but have not used it much).

Is there a plugin, or can I tweak an existing tool so that it works like that?

I also need a tool to select a border and everything within that. Also didnt find a way to do that yet

20
submitted 5 months ago* (last edited 5 months ago) by boredsquirrel@slrpnk.net to c/linux@programming.dev
 

I have this TV which has terribly off colors.

They are very dark, oversaturated and the contrast is too high.

KDE Plasma supports applying custom color profiles, but what I could find is more than a bit intransparent.

Anyone made some on Linux?

Edit: nice that DisplayCal is free software and available on Linux!

 

Ich habe ein kleines Kopfkissen aus Getreidespelzen (von nem Markt, super cool, kann ich empfehlen)

Weniger als 30x50cm aber wenn man es ausbreitet schon eher also wäre so ein Bezug gut

Mir fällt schwer das zu finden da das ne eher ungewöhnliche Größe ist.

Haben welche von Amazon, da selbst Ikea keine gute Auswahl hat. Aber lieber wäre mir zertifizierte Biobaumwolle, evtl auch Leinen oder sowas.

Avocadostore Suche

Hab das hier genommen, weil die Alternative komische Farben hatte. Ist aus Bambus, bestimmt interessant, werde berichten!

 

Since Debian 13 (Trixie), when using the default FDE which uses grub to decrypt the luks partition, I have a single attempt

When the password is mistyped there is a long pause (over 10 seconds) and then the error appears.

I already tried increasing the max tries, which seems to be set to 1 when a keyfile is used.

The config/script seems to be in /usr/share/initramfs-tools/scripts/local-top/cryptroot.

I copied that to /etc/initramfs-tools/scripts/local-top/cryptroot and replaced the value CRYPTTAB_OPTION_tries=1 with 10 using find/replace (ansible stuff).

I think this has no effect though and doing so (might be a different issue) breaks boot entirely 💀

More info:

  • by default when legacy boot (BIOS) is available, Debian will install grub to the MBR. This is where it happens
  • when forcing or prioritizing legacy boot and using GPT, debian somehow boots from a 300MB efi partition, the same happens though, one attempt
view more: next ›