1
93
submitted 1 hour ago by jorge@feddit.cl to c/technology@lemmy.world
2
12

I've seen a number of posts lately like "How to get yadda yadda yadda" but when you click, the content is actually a question about the subject line, which sucks.

If you're posting a question, please make it look like a question. It's EASY... Just put a QUESTION MARK at the end of your subject line. It looks like this:

?

We're pirates here, not fucking savages.

3
34
4
14
submitted 53 minutes ago* (last edited 16 minutes ago) by Berny23@lemmy.sdf.org to c/linux@lemmy.ml

Link: https://tauonmusicbox.rocks/

For podcasts and radio, you'll need another program. But this is the closest any player has come to the Windows-only MusicBee masterpiece. Via Wine, I've been using MusicBee since I switched to Linux a few months ago, but it was tedious to set up.

Tauon Music Box has the best search I've ever seen, just type anywhere and start playback with left click or jump to song/artist/album with right click. It also has a great way to write filter and sort queries for custom libraries (the same as playlists here). F5 shows the current cover and song name in "fullscreen" with a frequency spectrum visualizer.

Screenshots from my library with custom settings:

I also consider using it to play my audiobooks, because you can separate playlists to scan separate folders and not get music and audiobooks mixed.

5
29
submitted 2 hours ago by boem@lemmy.world to c/technology@lemmy.world
6
26

The Fediverse has, not one, but two different streaming platforms readily available to people. They both work a bit differently...but, both of them work great with OBS Studio. We dive in to how to set each up.

7
4
submitted 1 hour ago by guttermonk@lemmy.ml to c/linux@lemmy.ml

I noticed the AppOutlet repo has been archived, but I really liked the idea of one store to rule them all (I.e. snaps, appimages, flatpaks, etc. in one place).

Any current recommendations for an alternative?

8
51
submitted 3 hours ago by ylai@lemmy.ml to c/nottheonion@lemmy.world
9
118
10
26
submitted 3 hours ago by SeaJ@lemm.ee to c/technology@lemmy.world
11
48
submitted 4 hours ago by jorge@feddit.cl to c/linux@lemmy.ml
12
0
submitted 48 minutes ago by fin@sh.itjust.works to c/linux@lemmy.ml

HN Discussion

A comment from HN

It's top-down engineering. Mark commanded the desktop team to go all-in on Flutter. This is how Canonical functions.

13
3
submitted 2 hours ago by mobsenpai@lemmy.world to c/linux@lemmy.ml

You can see that the arrows which are supposed to be there aren't. Firefox, Alacritty has some space for arrows. I would rather want to completely remove the arrows and this space which is there than trying to show the arrow tho. Does anyone know how to do it?

My wofi config ->

# Generated by Home Manager.
columns=1
height=55%
hide_scroll=true
insensitive=true
layer=top
location=center
orientation=vertical
prompt=
width=25%

My wofi style.css ->

*{
  all: unset;
  font-family: "Fira Mono Nerd Font";
  font-size: 10pt;
  font-weight: normal;
}

#window {
  background: #3c3836;
  border-radius: 8px;
  border: 1px solid #504945;
}

#input {
  background: #3c3836;
  border-bottom: 1px solid #504945;
  color: #ebdbb2;
  margin-bottom: 4px;
  padding: 4px;
}

#input > image.left {
  margin-right: 4px;
}

#input > image.right  {
  margin-left: 4px;
}

#outer-box {
  padding: 4px;
}

#text {
  color: #ebdbb2;
}

#entry {
  border-radius: 4px;
  padding: 4px;
}

#entry:selected {
  background: #504945;
}

14
176

Bitwarden Authenticator is a standalone app that is available for everyone, even non-Bitwarden customers.

In its current release, Bitwarden Authenticator generates time-based one-time passwords (TOTP) for users who want to add an extra layer of 2FA security to their logins.

There is a comprehensive roadmap planned with additional functionality.

Available for iOS and Android

15
13
subtitles on max (sh.itjust.works)
submitted 4 hours ago* (last edited 3 hours ago) by blargbluuk@sh.itjust.works to c/piracy@lemmy.dbzer0.com

Hey, just curious if anyone's had any experience saving the subtitles from max.com recently? I can only find old info about it being an xml file when it was HBO Max and that no longer seems to apply.

I've tried a couple random utilities (Subtitle-Downloader, ttml2ssa) and can't seem to make any progress. If you can point me in the right direction I'd appreciate it!

edit: Like with most things I seem to do, as soon as I post about it I actually start digging into it more and figure it out. So anyway, here's how I figured it out:

I used The Stream Detector extension in firefox, start the stream up on max.com with subtitles enabled, then monitor the extension until it shows a vtt file. Then I download the vtt file using the extension and can convert it to srt using ttml2ssa and use it normally.

16
192

“[Razer] falsely claimed, in the midst of a global pandemic, that their face mask was the equivalent of an N95 certified respirator,” Samuel Levine, director of the FTC’s Bureau of Consumer Protection, said in a statement.

Razer never got the Zephyr tested by the National Institute for Occupational Safety and Health or the US Food and Drug Administration and the Zephyr never received N95 certification.

The FTC's complaint against Razer, which is best known for high-priced, RGB-riddled PC gaming peripherals, claimed that Razer continued promoting the Zephyr despite consultants highlighting the mask's lack of certification and protection.

Razer reportedly refunded fewer than 6 percent of Zephyr purchases in the US.

However, the proposed settlement against Razer includes a $100,000 civil penalty, plus $1,071,254.33, which the FTC said is equal to the amount of revenue Razer made from the Zephyr and will go toward refunding "defrauded consumers."

17
459
submitted 8 hours ago by lautan@lemmy.ca to c/technology@lemmy.world

Despite its CEO railing against Biden, Tesla was more than happy to take the administration's money.

18
8

Pour voir ou revoir la conférence organisée par SwissLinux.org (SLO), diffusée en direct le 30 avril au soir.

Peut-on utiliser l'intelligence artificielle générative et les modèles massifs de langage en respectant les codes du "libre" ?

#IA #LLM #LicencesLibres

19
82
submitted 6 hours ago by jorge@feddit.cl to c/technology@lemmy.world
20
7
submitted 4 hours ago by mobsenpai@lemmy.world to c/linux@lemmy.ml

Normally one defines all normal, bold, italic, bold italic font in alacritty. But since fira mono does not have italic font, how should the config structure look like?

"font": {
"normal": {"family": "FiraMono Nerd Font", "style": "Regular"},
"bold": {"family": "FiraMono Nerd Font", "style": "Bold"},
"size": 10
}

Should I define the fonts which are available like normal, bold and leave italic and bold italic. Or should I just define normal font?

21
8
submitted 4 hours ago by Syl@jlai.lu to c/rance@jlai.lu

approprié le 1er mai 🙂

22
70
submitted 7 hours ago by GrymEdm@lemmy.world to c/memes@lemmy.ml
23
20
Watercolor samurai (lemmy.world)
submitted 5 hours ago* (last edited 2 hours ago) by AplasticAenima@lemmy.world to c/imageai@sh.itjust.works

Bing

24
90
Stone cold... (lemmy.zip)
submitted 7 hours ago by Maven@lemmy.zip to c/memes@lemmy.ml
25
4
submitted 3 hours ago* (last edited 2 hours ago) by mobsenpai@lemmy.world to c/linux@lemmy.ml

Please check the above github issue for more info and photos.

What is skim?

Basically I press ctrl + r to show bash history in skim. Tho when I select an option the new line that gets printed with the completed sentence is weirdly printed.

view more: next ›

Reddeet

9 readers
1 users here now

Welcome !

This instance is open to ideas as to where it should go. Contact the admin at admin@reddeet.com if you have any suggestions/issues.

Like the old Reddit style ?

Cool links !

Technical

This instance is hosted on an ARM based server (Hetzner CAX Server) :

Analytics

You can check out the data we collect when you visit this instance right there : analytics.kawa.zip/reddeet.com

None of this data is sold to anyone, it is used for educational purposes only.

founded 4 months ago
ADMINS