-
59 votes
-
Volkswagen plans to deploy ‘thousands’ of robotaxis on Uber’s platform in the US, starting with Los Angeles
19 votes -
Crest Of Darkness – The Ultimate Truth (2024)
3 votes -
Anyone sucessfully self-hosted Tildes instance?
I would love to self-host a Tildes instance with my domain to create a community in my native language speakers. I saw, from old posts, that it is not an easy process at all. But I really love the...
I would love to self-host a Tildes instance with my domain to create a community in my native language speakers. I saw, from old posts, that it is not an easy process at all. But I really love the concept and the style of Tildes. It is better than Reddit and other Fediverse platforms.
Is there anyone who managed to host Tildes instance?I would be so glad to have some guidance.
33 votes -
Star Wars: Revenge of the Sith to have a limited theatrical re-release beginning April 25th
15 votes -
[RESOLVED] Tech support request: my game stream is lagging every five minutes
The Issue I'm streaming games from a desktop PC hardwired into my router (running Sunshine) to a laptop wirelessly (using Moonlight). It works beautifully. Except, every five minutes, the stream...
The Issue
I'm streaming games from a desktop PC hardwired into my router (running Sunshine) to a laptop wirelessly (using Moonlight). It works beautifully.
Except, every five minutes, the stream chugs: my framerate drops precipitously, and Moonlight gives me a warning telling me I should lower my bitrate. This happens for only a few seconds, before it resolves and goes back to normal.
I timed the interval between the chugs several times and got approximately 5:07 between each slowdown. It is remarkably consistent.
Because it's so consistent, I assume there's some scheduled task or something running every five minutes that's causing it to chug. Dropping the bitrate makes the chugging less noticeable, but it still happens.
Ruling Things Out
I think it's safe to rule out the idea that it's my router or the host PC.
I have a smaller 13" laptop that I used to stream to, and I just recently bought a 17" to replace it. The five-minute issue only happens on the 17", even with identical stream settings (same resolution, FPS, and bitrate).
The computers are obviously different hardware, but they're also running two different linux distros.
The 13" Laptop is running MX Linux 23.5 (KDE). This is the one that works.
inxi -Fxz
System: Kernel: 6.1.0-32-amd64 arch: x86_64 bits: 64 compiler: gcc v: 12.2.0 Desktop: KDE Plasma v: 5.27.5 Distro: MX-23.5_KDE_x64 Libretto September 15 2024 base: Debian GNU/Linux 12 (bookworm) Machine: Type: Laptop System: Dell product: Latitude 7370 v: N/A serial: <superuser required> Mobo: Dell model: 0XFY7T v: A00 serial: <superuser required> UEFI: Dell v: 1.28.3 date: 02/07/2022 Battery: ID-1: BAT0 charge: 12.6 Wh (62.1%) condition: 20.3/34.0 Wh (59.6%) volts: 8.1 min: 7.6 model: SMP DELL WY7CG58 status: charging CPU: Info: dual core model: Intel Core m5-6Y57 bits: 64 type: MT MCP arch: Skylake rev: 3 cache: L1: 128 KiB L2: 512 KiB L3: 4 MiB Speed (MHz): avg: 2496 high: 2758 min/max: 400/2800 cores: 1: 2400 2: 2758 3: 2400 4: 2429 bogomips: 11999 Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx Graphics: Device-1: Intel HD Graphics 515 vendor: Dell driver: i915 v: kernel arch: Gen-9 bus-ID: 00:02.0 Device-2: Realtek Integrated_Webcam_HD type: USB driver: uvcvideo bus-ID: 1-9:5 Display: x11 server: X.Org v: 1.21.1.7 with: Xwayland v: 22.1.9 driver: X: loaded: modesetting unloaded: fbdev,vesa dri: iris gpu: i915 resolution: 1920x1080~60Hz API: OpenGL v: 4.6 Mesa 24.2.8-1mx23ahs renderer: Mesa Intel HD Graphics 515 (SKL GT2) direct-render: Yes Audio: Device-1: Intel Sunrise Point-LP HD Audio vendor: Dell driver: snd_hda_intel v: kernel bus-ID: 00:1f.3 API: ALSA v: k6.1.0-32-amd64 status: kernel-api Server-1: PipeWire v: 1.0.0 status: active Network: Device-1: Intel Wireless 8260 driver: iwlwifi v: kernel bus-ID: 6c:00.0 IF: wlan0 state: up mac: <filter> Bluetooth: Device-1: Intel Bluetooth wireless interface type: USB driver: btusb v: 0.8 bus-ID: 1-2:2 Report: hciconfig ID: hci0 rfk-id: 1 state: up address: <filter> bt-v: 2.1 lmp-v: 4.2 RAID: Hardware-1: Intel 82801 Mobile SATA Controller [RAID mode] driver: ahci v: 3.0 bus-ID: 00:17.0 Drives: Local Storage: total: 238.47 GiB used: 31.99 GiB (13.4%) ID-1: /dev/sda vendor: Toshiba model: KSG60ZMV256G M.2 2280 256GB size: 238.47 GiB Partition: ID-1: / size: 232.43 GiB used: 31.47 GiB (13.5%) fs: ext4 dev: /dev/dm-0 mapped: luks-a8eaaa90-b4ba-4943-8c1d-ddace5892f40 ID-2: /boot size: 973.4 MiB used: 524.1 MiB (53.8%) fs: ext4 dev: /dev/sda2 ID-3: /boot/efi size: 252 MiB used: 274 KiB (0.1%) fs: vfat dev: /dev/sda1 Swap: ID-1: swap-1 type: file size: 3 GiB used: 3.8 MiB (0.1%) file: /swap/swap Sensors: System Temperatures: cpu: 80.0 C pch: 68.0 C mobo: 48.0 C Fan Speeds (RPM): N/A Info: Processes: 251 Uptime: 33m Memory: 7.65 GiB used: 3.56 GiB (46.6%) Init: SysVinit runlevel: 5 Compilers: gcc: 12.2.0 Packages: 2789 Shell: Bash v: 5.2.15 inxi: 3.3.26
/etc/crontab
17 * * * * root cd / && run-parts --report /etc/cron.hourly 25 6 * * * root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.daily; } 47 6 * * 7 root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.weekly; } 52 6 1 * * root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.monthly; }
The 17" Laptop is running Linux Mint 22.1 (Cinnamon). This is the one that has the five minute chugs.
inxi -Fxz
System: Kernel: 6.8.0-58-generic arch: x86_64 bits: 64 compiler: gcc v: 13.3.0 Desktop: Cinnamon v: 6.4.8 Distro: Linux Mint 22.1 Xia base: Ubuntu 24.04 noble Machine: Type: Laptop System: Dell product: Inspiron 7773 v: N/A serial: <superuser required> Mobo: Dell model: 0R58C3 v: A00 serial: <superuser required> UEFI: Dell v: 1.19.0 date: 12/15/2021 Battery: ID-1: BAT0 charge: 34.9 Wh (97.5%) condition: 35.8/56.0 Wh (63.9%) volts: 16.0 min: 15.2 model: Samsung SDI DELL W7NKD7B status: discharging CPU: Info: quad core model: Intel Core i7-8550U bits: 64 type: MT MCP arch: Coffee Lake rev: A cache: L1: 256 KiB L2: 1024 KiB L3: 8 MiB Speed (MHz): avg: 658 high: 867 min/max: 400/4000 cores: 1: 400 2: 800 3: 400 4: 400 5: 800 6: 800 7: 867 8: 800 bogomips: 31999 Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx Graphics: Device-1: Intel UHD Graphics 620 vendor: Dell driver: i915 v: kernel arch: Gen-9.5 bus-ID: 00:02.0 Device-2: NVIDIA GP108M [GeForce MX150] vendor: Dell driver: nvidia v: 550.120 arch: Maxwell bus-ID: 01:00.0 Device-3: Realtek Integrated_Webcam_HD driver: uvcvideo type: USB bus-ID: 1-5:2 Display: x11 server: X.Org v: 21.1.11 with: Xwayland v: 23.2.6 driver: X: loaded: modesetting,nvidia unloaded: fbdev,nouveau,vesa dri: iris gpu: i915 resolution: 1920x1080~60Hz API: EGL v: 1.5 drivers: iris,nvidia,swrast platforms: active: gbm,x11,surfaceless,device inactive: wayland,device-2 API: OpenGL v: 4.6.0 compat-v: 4.5 vendor: intel mesa v: 24.2.8-1ubuntu1~24.04.1 glx-v: 1.4 direct-render: yes renderer: Mesa Intel UHD Graphics 620 (KBL GT2) Audio: Device-1: Intel Sunrise Point-LP HD Audio vendor: Dell driver: snd_hda_intel v: kernel bus-ID: 00:1f.3 API: ALSA v: k6.8.0-58-generic status: kernel-api Server-1: PipeWire v: 1.0.5 status: active Network: Device-1: Intel Wireless 3165 driver: iwlwifi v: kernel bus-ID: 02:00.0 IF: wlp2s0 state: up mac: <filter> Bluetooth: Device-1: Intel Bluetooth wireless interface driver: btusb v: 0.8 type: USB bus-ID: 1-7:3 Report: hciconfig ID: hci0 rfk-id: 4 state: up address: <filter> bt-v: 4.2 lmp-v: 8 Drives: Local Storage: total: 238.47 GiB used: 36.5 GiB (15.3%) ID-1: /dev/nvme0n1 vendor: Samsung model: MZVLB256HBHQ-000H1 size: 238.47 GiB temp: 25.9 C Partition: ID-1: / size: 229.63 GiB used: 36.21 GiB (15.8%) fs: ext4 dev: /dev/dm-1 mapped: vgmint-root ID-2: /boot size: 1.61 GiB used: 291.7 MiB (17.7%) fs: ext4 dev: /dev/nvme0n1p2 ID-3: /boot/efi size: 511 MiB used: 6.1 MiB (1.2%) fs: vfat dev: /dev/nvme0n1p1 Swap: ID-1: swap-1 type: partition size: 1.91 GiB used: 0 KiB (0.0%) dev: /dev/dm-2 mapped: vgmint-swap_1 Sensors: System Temperatures: cpu: 30.0 C pch: 32.5 C mobo: N/A Fan Speeds (rpm): N/A Info: Memory: total: 16 GiB available: 15.36 GiB used: 1.82 GiB (11.9%) Processes: 338 Uptime: 2h 38m Init: systemd target: graphical (5) Packages: 1996 Compilers: gcc: 13.3.0 Shell: Bash v: 5.2.21 inxi: 3.3.34
/etc/crontab
17 * * * * root cd / && run-parts --report /etc/cron.hourly 25 6 * * * root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.daily; } 47 6 * * 7 root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.weekly; } 52 6 1 * * root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.monthly; }
Help Request
Anyone have any ideas for tracking down what might be causing this? I was going to just wipe the machine and replace Linux Mint with MX Linux to rule that out, but I figured I'd ask here before doing that, especially because it could be the hardware and not the distro that's causing the issue.
20 votes -
Save Point: A game deal roundup for the week of April 20
Add awesome game deals to this topic as they come up over the course of the week! Alternately, ask about a given game deal if you want the community’s opinions: e.g. “What games from this bundle...
Add awesome game deals to this topic as they come up over the course of the week!
Alternately, ask about a given game deal if you want the community’s opinions: e.g. “What games from this bundle are most worth my attention?”
Rules:
- No grey market sales
- No affiliate links
If posting a sale, it is strongly encouraged that you share why you think the available game/games are worthwhile.
All previous Save Point topics
If you don’t want to see threads in this series, add
save point
to your personal tag filters.14 votes -
Highlighting text in Wikipedia scrolls up too fast?
To be honest I have some problems explaining what I mean, which might be why I can't find a solution or explanaition for it. I use firefox on Linux and out of habit i highlight text while reading...
To be honest I have some problems explaining what I mean, which might be why I can't find a solution or explanaition for it.
I use firefox on Linux and out of habit i highlight text while reading it. I always did that and it helps me to read a lot faster and to relax my eyes while reading. It's something i don't think i can get rid of, even if I tried, it's just so deeply burned in.
As well I use to scroll the text I'm reading to the top out of the same reasons or maybe it's just habit as well, but I realised I cannot get rid of it as well :-)So no to my problem:
Usually this works flawless, i can highlight text and have the cursor where I'm reading in the topmost visible line. But for some strange reason this does not work in the "new" wikipedia layout. where if I highlight text in the upper third of the page it scrolls upwards quite fast which just fucks up everything and makes my day bad. (this behaviour is not present in the old design which e.g. the germand wikipedia still uses)Is it me?
Is it my browser?
Is there a way to get rid of this, so I can keep my workflow while reading and learing on wikipedia? Is somebody else observing this behaviour?
Where can I even start to look for a solution? I don't even know what to look for.It truly bothers me, as I'm close to every day on it, and it might be my favorite website.
I heard there is a way to switch to the old wikipedia layout, which might be a workaround. But I actually like the new Layout a lot, so if there is a way to avoid that it would be great :-)18 votes -
TIL there's a region in northeastern India (Mawsynram) that receives around 11,872mm (467.4 in) of rain each year
22 votes -
Government censorship comes to Bluesky, but not its third-party apps … yet
26 votes -
Pedro Pascal slams J.K. Rowling’s celebration of anti-trans bill: ‘Heinous loser behavior’
57 votes -
What creative projects have you been working on?
This topic is part of a series. It is meant to be a place for users to discuss creative projects they have been working on. Projects can be personal, professional, physical, digital, or even just...
This topic is part of a series. It is meant to be a place for users to discuss creative projects they have been working on.
Projects can be personal, professional, physical, digital, or even just ideas.
If you have any creative projects that you have been working on or want to eventually work on, this is a place for discussing those.
7 votes -
New study attributes nine trillion dollars of climate change related damages to just five companies, and outlines how they could be held accountable for specific local damages
42 votes -
A quick look at the iPhone 16e made in Brazil
8 votes -
This is what asexual looks like - guest editorial for Playboy by asexual activist Yasmin Benoit
30 votes -
What have you been eating, drinking, and cooking?
What food and drinks have you been enjoying (or not enjoying) recently? Have you cooked or created anything interesting? Tell us about it!
6 votes -
China, Russia may build nuclear plant on moon to power lunar station, official says
23 votes -
The Vatican secret archive
8 votes -
Tildes Video Thread
Find yourself watching tons of great videos on [insert chosen video sharing platform], but also find yourself reluctant to flood the Tildes front page with them? Then this thread is for you. It...
Find yourself watching tons of great videos on [insert chosen video sharing platform], but also find yourself reluctant to flood the Tildes front page with them? Then this thread is for you.
It could be one quirky video that you feel deserves some eyeballs on it, or perhaps you've got a curated list of videos that you'd love to talk us through...
Share some of the best video content you've watched this past week/fortnight with us!
12 votes -
State Bar of California admits it used AI to develop exam questions, triggering new furor
25 votes -
In April 1945 the Swedish Red Cross launched the largest rescue operation of World War II – the mission, involving the now-iconic “White Buses”, ultimately saved 15,000 prisoners
12 votes -
No escape, no control: there's a Severance keyboard group buy coming soon
22 votes -
Oblivion Remastered releases today
59 votes -
Peijas – Virta Vie (2025)
2 votes -
China bans 'smart' and 'autonomous' driving terms from vehicle ads
41 votes -
SuperCard X enables contactless ATM fraud in real-time
15 votes -
US National Institutes of Health guts its first and largest study centered on women
19 votes -
Latvia outduels Norway in shootout at the 2025 IIHF World U18 Championships in Texas
4 votes -
What creative projects have you been working on?
This topic is part of a series. It is meant to be a place for users to discuss creative projects they have been working on. Projects can be personal, professional, physical, digital, or even just...
This topic is part of a series. It is meant to be a place for users to discuss creative projects they have been working on.
Projects can be personal, professional, physical, digital, or even just ideas.
If you have any creative projects that you have been working on or want to eventually work on, this is a place for discussing those.
11 votes -
Charles Curtis - sound. at the Schindler House (2016)
2 votes -
Jet Lag: Hide + Seek Japan | Trailer
28 votes -
NASA - Graphics Standards Manual (January, 1976)
14 votes -
Norway has launched a new scheme to lure top international researchers amid growing pressure on academic freedom in the US
11 votes -
The Death of Affordable Computing | Tariffs Impact & Investigation
10 votes -
Book publishers see surging interest in the US Constitution and print new editions
10 votes -
Valve announces accessibility tags for Steam
38 votes -
The Wheel of Time is getting its own open-world RPG video game
18 votes -
Is it possible to make a country healthier one slice of rye bread at a time? If the rocketing wholegrain consumption of the Danes is anything to go by, absolutely.
17 votes -
What have you been watching / reading this week? (Anime/Manga)
What have you been watching and reading this week? You don't need to give us a whole essay if you don't want to, but please write something! Feel free to talk about something you saw that was...
What have you been watching and reading this week? You don't need to give us a whole essay if you don't want to, but please write something! Feel free to talk about something you saw that was cool, something that was bad, ask for recommendations, or anything else you can think of.
If you want to, feel free to find the thing you're talking about and link to its pages on Anilist, MAL, or any other database you use!
6 votes -
Wednesday | Season 2 official teaser trailer
9 votes -
YouTube at 20: From ‘Lazy Sunday’ to ‘Hot Ones’
5 votes -
Predator: Badlands | Teaser trailer
9 votes -
Sci-Net: A new social network platform to request and share research articles
24 votes -
Tildes Minecraft Survival
New Thread Server host: tildes.nore.gg (Running Java 1.21.4) Bluemap: https://tildes.nore.gg Playtime Tracker: https://tildes.nore.gg/playtimes.html Tildes website extension (shows online status &...
New Thread
Server host:
tildes.nore.gg
(Running Java 1.21.4)
Bluemap: https://tildes.nore.gg
Playtime Tracker: https://tildes.nore.gg/playtimes.html
Tildes website extension (shows online status & location): Firefox (Desktop and Android) - Chrome
Verification site: https://verify.tildes.nore.gg
Patreon: https://www.patreon.com/TildesMCPlugins and Data Packs
Data Packs:- Terralith - Overworld terrain upgrade
- Nullscape - End terrain upgrade
- Armor Statues [Vanilla Tweaks]
- Bat Membranes [Vanilla Tweaks]
- Cauldron Concrete [Vanilla Tweaks]
- Husks Drop Sand [Vanilla Tweaks]
- Mini Blocks [Vanilla Tweaks]
- More Mob Heads [Vanilla Tweaks]
- Player Head Drops [Vanilla Tweaks]
- Silence Mobs [Vanilla Tweaks]
- Wandering Trades [Vanilla Tweaks]
Plugins:
- Bluemap - Adds a live 3D web map
- Clickable Links - Makes http URLs in chat clickable (only for registered players)
- CoreProtect - Records all block/container/mob changes (Anyone can look up changes with
/co inspect
) - EasyArmorStands - GUI for editing armor stands
- Hexnicks - Enables Tildes usernames to be displayed
- LuckPerms - Locks down unregistered users
- Nerfstick - Allows survival use of the
minecraft:debug_stick
item (requires admin to spawn in) - Rapid Leaf Decay - Increases the speed of leaf decay by 10x
- WorldEdit - Used for occasional admin stuff
- WorldGuard - Prevents unregistered users from changing anything in the world
The server operates on a soft whitelist. Anyone can log in and walk around, but you need a Tildes account to gain build access.
New Thread
25 votes -
Ambush – Evil In All Dimensions (2025)
2 votes -
"Quit your useless job" with Rutger Bregman - Adam Conover podcast
3 votes -
Why are integrated batteries so accepted?
Just something I was frustrated by ever since it became increasingly common even outside of smartphones and tablets. For a few years now I increasingly see basically any battery powered product...
Just something I was frustrated by ever since it became increasingly common even outside of smartphones and tablets.
For a few years now I increasingly see basically any battery powered product having mostly internal accumulator options(aka proprietary battery of uncertain ability to replace), especially in more expensive items in the category. Why?
I mean do see several advantages from the business side, I simply have no idea what advantage would there be for the actual user.
I could see it if the batteries had comparable lifespan to the product, which they most definitely do not unless the item is of truly bad quality.
47 votes -
Smartphones and tablets in the EU to get a new label in June
21 votes -
Apple and Meta first companies to be fined a combined 700 million euros for violating EU Digital Markets Act (DMA)
45 votes -
Key US regulators approve merger of Capital One and Discover, paving the way for a new biggest credit card company
30 votes