[-] paequ2@lemmy.today 20 points 1 month ago

In a mirror, you can kiss yourself only on the lips.

-Neil Degrass Tyson

[-] paequ2@lemmy.today 24 points 4 months ago* (last edited 4 months ago)

Hardware

  • AMD Ryzen Threadripper 9960X
  • GIGABYTE TRX50 AERO D Motherboard
  • Samsung SSD 9100 PRO 2TB SSD
  • 64GB ECC RAM
  • Noctua NH-U14S TR5-SP6 Cooler
  • Intel Arc B580 GPU
  • Fractal Design Torrent E-ATX Case
  • Seasonic PRIME TX-1600 1600W 80+ Titanium PSU

OS

  • Fedora
[-] paequ2@lemmy.today 21 points 7 months ago

Obviously i can’t be online and have my pc powered on 24/7 as i have a life outside the web

You... don't have to sit in front of your computer while it's on... leave it on and go to work/school/sleep. Sharing is caring. 🙂

[-] paequ2@lemmy.today 21 points 8 months ago* (last edited 8 months ago)

Google would legally separate Chrome into a foundation, retaining ultimate ownership and intellectual property rights and give Ecosia operational responsibility for 10 years, Ecosia said.

Eh... uhh... does Ecosia even have the ability to maintain such a large and complicated code base?

[-] paequ2@lemmy.today 23 points 8 months ago

Come to LibreWolf, the waters fine!

[-] paequ2@lemmy.today 23 points 8 months ago* (last edited 8 months ago)

IDE users pretending compilers don't exist.

$ guix shell gcc

[env]$ g++ test.cpp 
test.cpp:4:16: warning: `0;' is not in NFC [-Wnormalized=]
    4 |         return 0<U+037E>
      |                ^~~~~~~~~
test.cpp: In function ‘int main()’:
test.cpp:4:16: error: unable to find numeric literal operator ‘operator"";’
test.cpp:4:18: error: expected ‘;’ before ‘}’ token
    4 |         return 0;
      |                  ^
      |                  ;
    5 | }
      | ~

Look ma, no IDE! 😸

[-] paequ2@lemmy.today 20 points 9 months ago

Have you tried rerunning them all day until they pass? 😄

1
submitted 9 months ago by paequ2@lemmy.today to c/guix@infosec.pub

I'm trying to install some Flatpak apps on my newly installed Guix system.

I found this link https://flatpak.org/setup/GNU%20Guix which says I should these commands.

$ guix install flatpak
$ flatpak --user remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo

After running those commands, I restarted my computer, just to be safe.

Then I logged into GNOME again and noticed I did not have GNOME software center installed. Normally that's how I install Flatpaks...

I tried installing some stuff through the CLI with this command.

$ flatpak install --user flathub com.logseq.Logseq

and that seems to have worked, but Logseq isn't showing up in my app launcher.

I can manually launch it with flatpak run com.logseq.Logseq, but it would be great if I could launch it from the normal app launcher.

So... are flatpaks supported in Guix? Or am I missing some configuration?

27
submitted 9 months ago by paequ2@lemmy.today to c/linuxmemes@lemmy.world
67
submitted 9 months ago by paequ2@lemmy.today to c/linux@lemmy.ml

Trying out Guix for the first time! Waiting for packages to download.

I'm a long time Arch user. Any tips?!

I've heard there aren't as many packages for Guix as other distros, but I was thinking Flatpak and distrobox will help bridge the gap for me.

18
submitted 9 months ago by paequ2@lemmy.today to c/selfhosted@lemmy.world

Hello! How are folks self-hosting online storage, similar to Google Drive?

Some options I've found:

A bunch more: https://github.com/awesome-selfhosted/awesome-selfhosted?tab=readme-ov-file#file-transfer---web-based-file-managers

I mainly just need basic file management features. I don't plan to share files outside of my tailscale VPN. I do need to support multiple users though.

I'm not considering Nextcloud because that seems too big. I'm also not considering syncthing for this project because I don't want copies on multiple devices.

I'm currently just using ssh+nautilus and that's worked great for just me, but something similar to Google Drive would be easier to onboard my family.

35
submitted 9 months ago by paequ2@lemmy.today to c/piracy@lemmy.dbzer0.com

I've been looking for content to watch in Spanish. Unfortunately, I can't always find what I'm looking for on torrent sites. However, I have noticed that sometimes the content I'm interested in is on a streaming site, but they don't offer downloads.

Are there any guides for downloading streams?

One thing I recently learned is that some (all?) of those streaming sites use HTTP Live Streaming. Apparently, I just need to find the URL for the master .m3u8 file? Then I can point yt-dlp to that URL to download all of the segments.

One obstacle to this approach is that a lot of these sites (all?) add a debugger trap thingy in order to deter the use of browser devtools.

Also, I didn't realize VLC can play .m3u8 streams, so you can verify the link there first.

Is there a more standard approach here? I feel like I'm fumbling my way through this.

194
submitted 10 months ago by paequ2@lemmy.today to c/selfhosted@lemmy.world
[-] paequ2@lemmy.today 24 points 10 months ago* (last edited 10 months ago)

I don't use a phone case. I already think phones are too big. Adding a case makes the phone even bigger and even bulkier. I'm usually pretty good at not dropping my phone.

Yes, usually, because I actually did drop it recently. 😅 Although, the screen is fine. It just has a little love tap on the corner. It's got character now. It's got the "worn" look.

[-] paequ2@lemmy.today 23 points 11 months ago

Soon people are gonna be on $19.99/month subscriptions for thinking.

[-] paequ2@lemmy.today 21 points 11 months ago

Even without LLMs, it’s possible StackOverflow would have eventually faded into irrelevance

Yeah, exactly. A lot of groups have a Discord :( or other forums where people ask questions. I know I've had to ask questions on Svelte's Discord :( for example. And I think even once on some YouTube influencer's Slack...

Sucks cuz both of those places are silos and my questions and answers are forever lost.

117
24
submitted 11 months ago* (last edited 11 months ago) by paequ2@lemmy.today to c/linux@lemmy.ml

I'm experimenting with raidcale. I'm trying to find some client apps for Linux and Android.

So far, I have:

Desktop

  • Calendars: GNOME Calendar
  • Contacts: GNOME Contacts
  • Tasks: Errands
  • Journals: Unknown

Android:

Apps working with VTODO seem to be common enough, but does anyone know desktop apps that work with VJOURNAL?

38
submitted 11 months ago* (last edited 11 months ago) by paequ2@lemmy.today to c/programming@programming.dev

Source First License 1.1: https://gitlab.futo.org/videostreaming/grayjay/-/blob/master/LICENSE.md

This is a non-open source license. They were claiming to be open source at one point, but they've listened to the community and stopped claiming they were open source. They are not trying to be Open Source™.

They call themselves "source first". https://sourcefirst.com/

They're trying to create a world where developers can make money from writing source first software, where the big tech oligarchy can't just suck them dry.

14
submitted 1 year ago* (last edited 1 year ago) by paequ2@lemmy.today to c/opensource@programming.dev

Those commitments and principles are under threat. Synadia, the original donor of the NATS project, has notified CNCF of its intention to “withdraw” the NATS project from the foundation and relicense the code under the Business Source License (BUSL)—a non-open source license that restricts user freedoms and undermines years of open development.

43
submitted 1 year ago* (last edited 1 year ago) by paequ2@lemmy.today to c/technology@lemmy.world

Range

  • Small battery range: 240km
  • Big battery range: 385km

Motor

  • Motor: Single motor, rear wheel drive
  • Power: 150kW
  • Torque: 264Nm
  • 0-100km: 8s
  • Top speed: 145km/h

Dimensions

  • Bed length: 1.5m
  • Vehicle length: 4.4m
  • Vehicle height: 1.8m
  • Vehicle width: 1.8m

Comparison

  • 2025 Kia Niro length: 4.4m
  • 2025 Ford Maverick length: 5.1m
  • 1985 Toyota Pickup/Hilux length: 4.7m

Weights

  • Curb weight 1634kg
  • Max payload 650kg
  • Max towing 454kg

Charging

  • Port: NACS
  • Onboard charger: 11kW
  • Level 1 AC, 3.6kw, 20-100%: 11h
  • Level 2 AC, 11kW, 20-100%: under 5h
  • Level 3 DC, 120kW, 20-80%: under 30m

Safety

  • Traction Control
  • Electronic Stability Control
  • Forward Collision Warning
  • Automatic Emergency Braking
  • 2-stage Driver/Passenger Airbags
  • Full Length Side Curtain Airbags (Truck 2) (SUV 4)
  • Seat Side Airbags (2)
  • Backup Camera
  • Pedestrian Identification
  • Auto High Beam

More info

30
submitted 1 year ago by paequ2@lemmy.today to c/asklemmy@lemmy.ml

Are home alarm systems worth it? I'm talking about something like ADT or Vivint, with window and door sensors, and automated police calls.

Are those monthly subscriptions worth it? Do you guys have them? Does anyone have any stories where having an alarm system made a break-in situation better? Are they just snake oil?

[-] paequ2@lemmy.today 23 points 1 year ago

I hate constantly needing to charge headphones and dealing with bluetooth connection issues. Way more annoying lol

[-] paequ2@lemmy.today 21 points 1 year ago* (last edited 1 year ago)

Yeah, I've definitely grown to like TOML, especially after spending hours trying to edit a giant (nested) YAML file...

I didn't realize the indentation in TOML was purely aesthetic.

This

[servers]
  [servers.alpha]
  ip = "10.0.0.1"
  dc = "eqdc10"

  [servers.beta]
  ip = "10.0.0.2"
  dc = "eqdc10"

equals this

[servers]
[servers.alpha]
ip = "10.0.0.1"
dc = "eqdc10"

[servers.beta]
ip = "10.0.0.2"
dc = "eqdc10"

which equals this

{
  "servers": {
    "alpha": {
      "ip": "10.0.0.1",
      "dc": "eqdc10"
    },
    "beta": {
      "ip": "10.0.0.2",
      "dc": "eqdc10"
    }
  }
}
view more: ‹ prev next ›

paequ2

joined 1 year ago