-
23 votes
-
Epic Games Store adds third-party titles, free games, and more on mobile
14 votes -
Hacking Subaru: Tracking and Controlling Cars via the STARLINK Admin Panel
18 votes -
Honey did nothing wrong
OK, maybe they did something wrong; not actually giving people all potentially available discount codes when you say you will is wrong. But I don't think they did anything wrong by overriding...
OK, maybe they did something wrong; not actually giving people all potentially available discount codes when you say you will is wrong. But I don't think they did anything wrong by overriding affiliate links, and I think it's dangerous to let people convince you otherwise.
Even if replacing affiniate codes has negative consequences, in the form of lost revenue and uncounted sales, for the affiliates, it is happening entirely in the end user's browser, and in that environment the user has the right to do whatever they want. One can get extensions that strip off all affiliate codes. A user might have a case that their informed consent was not obtained by Honey for one feature or another, but if a user wants to install a browser extension that replaces all the affiliate codes in links they click, they have a right to do that and no affiliate marketer can be rightly empowered to stop them.
If we admit some right to control the user's browser's behavior on the part of affiliate marketers, why would that right stop at interference by Honey? Wouldn't any extension interfering with the sanctity of the affiliate marketing referral data then be a legally actionable offense?
24 votes -
How to teach yourself physics
11 votes -
Unique 0-click deanonymization attack targeting Signal, Discord and hundreds of platform
50 votes -
Save Point: A game deal roundup for the week of January 19
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.17 votes -
Gyotaku: fish printing
8 votes -
What are your favourite let's plays?
Do you have any favourite videos / playlists (or the rare cases of writing with screenshots) where someone plays through a whole game while supplying their own commentary in an entertaining and/or...
Do you have any favourite videos / playlists (or the rare cases of writing with screenshots) where someone plays through a whole game while supplying their own commentary in an entertaining and/or informative way?
33 votes -
Julie Delpy to receive lifetime honor at Sweden's Gothenburg Film Festival – French multi-hyphenate will be honored with the 2025 Honorary Dragon Award
10 votes -
Iceland is crowdsourcing ideas from the population on budget savings to ensure taxpayer money is well spent
13 votes -
Taskmaster | Series 19 line-up announcement
23 votes -
What trustworthy resources are you using for AI/LLMs/ML education?
Every company is trying to shoehorn AI into every product, and many online materials provide a general snake oil vibe, making it increasingly difficult to parse. So far, my primary sources have...
Every company is trying to shoehorn AI into every product, and many online materials provide a general snake oil vibe, making it increasingly difficult to parse. So far, my primary sources have been GitHub, Medium, and some YouTube.
My goal is to better understand the underlying technology so that I can manipulate it better, train models, and use it most effectively. This goes beyond just experimenting with prompts and trying to overcome guardrails. It includes running local, like Ollama on my M1 Max, which I'm not opposed to.
8 votes -
Screen time and face-to-face conversation
8 votes -
Alpaca Sports – Always On My Mind (2025)
3 votes -
What you actually need to make clothes in an apocalypse
15 votes -
Are LLMs making Stack Overflow irrelevant?
23 votes -
GDC 2025 survey shows PC game development growing with lots interested in Valve's Steam Deck
27 votes -
NASA moves swiftly to end Diversity, Equity, and Inclusion programs, ask US employees to “report” violations
30 votes -
ENORMANDALA: One year of drawing in twenty-three minutes (180x speed)
4 votes -
Mickey 17 | Official trailer 2
24 votes -
[SOLVED] How can I hide streams from my YouTube subscriptions page?
Picture explanation: https://i.horizon.pics/tWovRax4kh.jpg When I view my subscriptions page on YouTube, half the "videos" are recordings of completed streams, often 2+ hours in length. I'm not...
Picture explanation:
https://i.horizon.pics/tWovRax4kh.jpg
When I view my subscriptions page on YouTube, half the "videos" are recordings of completed streams, often 2+ hours in length. I'm not interested in watching these. For me, they're just pollution in the feed.
Apparently, a lot of the channels I subscribe to, whose videos I enjoy watching, also stream on YouTube a lot.
Second Wind is probably the channel I'm most hung up about. I like their normal videos, and don't want to unsubscribe from their channel, but jesus they stream two or three times a day.
(Also, it's annoying that when I view a YouTube channel, I can visit their videos page or their streams page separately. Why can't I have this same separation on my own subscriptions page?)
(Also also, I already use an extension to hide shorts (among other things), but it unfortunately does not have a feature for hiding streams.)
Fancy bullet point summary:
- I want to hide recorded streams from my subscriptions page
- I don't care as much about hiding active livestreams, because those don't pollute my subscriptions page nearly as much
- I do not want to unsubscribe from any of the channels I follow. That is not an option
- I'm willing to stop using
youtube.com
in favor of an alternative client (web, desktop, etc) if that client supports hiding recorded streams from actual videos - I'm willing to install a browser extension that can solve this problem (but I can't find one for Firefox)
Ninja edit:
While writing up this topic, I actually found my own solution. The browser extension I mentioned earlier has an "advanced blocking" feature that takes a JavaScript function as input. The extension's GitHub page has an issue, with a comment, with some code to hide streamed videos on the subscriptions page.
However, that code didn't work when I tried it. Thankfully, I just needed to check for
videoRenderer
instead ofgridVideoRenderer
.Here's the updated code:
(video, objectType) => { // Only videos on the Subscription page if ( objectType === "videoRenderer" ) { if ( video.hasOwnProperty("badges") && video.badges.includes("live") ) { return true; } if ( video.hasOwnProperty("publishTimeText") && video.publishTimeText.indexOf("Streamed") != -1 ) { return true; } } return false; }
I have no idea what the consequences of checking against
videoRenderer
instead ofgridVideoRenderer
might be, and right now I'm too lazy to find out. This works well enough for now.(The "consequence" might be that streams are hidden from the related/recommended videos in the sidebar of a video page? I actually hide that sidebar, so I wouldn't know. Oh, and they'll probably be hidden from a channel's streams feed.)
It isn't a perfect solution though. Streams that are "scheduled" still show up on the subscriptions page. However, I think channels can set streams and videos as scheduled? So blocking one without the other would be more complicated?
I welcome any feedback or improvements on the code.
15 votes - I want to hide recorded streams from my subscriptions page
-
Need a haircut (a good one)
I posted recently about needing a better job—well, if one has an interview for a better job (a much better job, hopefully), one needs to look the part. In the greater ATL area, two questions: I've...
I posted recently about needing a better job—well, if one has an interview for a better job (a much better job, hopefully), one needs to look the part. In the greater ATL area, two questions:
-
I've gotten a variety of haircuts, from barbershops to salon-type places to Great Clips to at home with a Wahl, but they've topped out around 20 bucks. How do I find a really good haircut/face clean-up (brows etc) place? I don't want to just waltz in somewhere & end up looking ridiculous, but I don't even know where to start. It doesn't help that I have a kind of "weird" type of hair, where it's curly and kind of wiry, ethnically mediterranean/middle eastern, so if I get a regular clippers haircut it usually ends up looking chopped off.
-
I also need a good suit, in toto; I have dress clothes but def. don't want to blow this one. National finance, I'm seeing business casual so suit/tie/shirt/shoes, nice enough to be unnoticeable is my goal. I have no idea how much a suit at that point would cost, but other than going to Brooks Brothers or Joseph A Banks I have no idea what the best approach would be (are those even in the same range lol)
Thanks again you all
Edit: i am a dude, sry
15 votes -
-
Sweden urges UK to join European mini-nuclear reactor pact – Britain would make ‘great partner’ for bulk order of reactors, says Ebba Busch
18 votes -
DOOM: The Dark Ages | Developer_Direct 2025 Gameplay Sizzle
9 votes -
Hi, how are you? Mental health support and discussion thread (January 2025)
This is a monthly thread for those who need it. Vent, share your experiences, ask for advice, talk about how you are doing. Let's make this a compassionate space for all who may need one.
28 votes -
Supercentenarian and remarkable age records exhibit patterns indicative of clerical errors and pension fraud
32 votes -
Fitness Weekly Discussion
What have you been doing lately for your own fitness? Try out any new programs or exercises? Have any questions for others about your training? Want to vent about poor behavior in the gym? Started...
What have you been doing lately for your own fitness? Try out any new programs or exercises? Have any questions for others about your training? Want to vent about poor behavior in the gym? Started a new diet or have a new recipe you want to share? Anything else health and wellness related?
7 votes -
2025 Oscar nominations: Full list
8 votes -
Families of the more than 120 men killed when the Alexander L. Kielland oil rig capsized in 1980 were failed by official investigations in Norway, a new study has concluded
7 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!
10 votes -
Jules Feiffer, Pulitzer Prize-winning cartoonist and The Phantom Tollbooth illustrator, dies at 95
22 votes -
Humble Choice - January 2025
January 2025's Humble Choice is now available with the following eight Steam games. Steam Page Opencritic Steam Recent/All Operating Systems Steam Deck ProtonDB Against the Storm 92 92 / 95 Win ✅...
January 2025's Humble Choice is now available with the following eight Steam games.
Steam Page Opencritic Steam Recent/All Operating Systems Steam Deck ProtonDB Against the Storm 92 92 / 95 Win ✅ Verified 🎖️ Platinum Jagged Alliance 3 82 85 / 89 Win 🟨 Playable 🎖️ Platinum Blasphemous 2 84 88 / 92 Win ✅ Verified 🎖️ Platinum Beneath Oresa -- 100 / 79 Win ✅ Verified 🎖️ Platinum Fort Solis 62 66 / 70 Win, Mac ✅ Verified 🟨 Gold Boxes: Lost Fragments 82 92 / 91 Win 🟨 Playable 🟨 Gold Dordogne 77 70 / 94 Win 🟨 Playable ⬜ Silver The Pegasus Expedition N/A -- / 70 Win ❓ Unknown ⬜ Silver Does anyone have experience with any of the games and, if so, would you recommend them? Is there anything in here that you're particularly excited to play?
22 votes -
Royal Republic – LoveCop (2024)
4 votes -
DIY HRT: Everything I can legally tell you
43 votes -
Over the last three decades, nearly everyone in Bangladesh gained access to basic electricity
26 votes -
Joy as Thailand's same-sex couples can at last get married
48 votes -
National Institutes of Health ordered by US President Trump admin to enact 'immediate and indefinite' travel suspension
37 votes -
TV Tuesdays Free Talk
Warning: this post may contain spoilers
Have you watched any TV shows recently you want to discuss? Any shows you want to recommend or are hyped about? Feel free to discuss anything here.
Please just try to provide fair warning of spoilers if you can.
6 votes -
Blogs: Show your own writing and good posts you have found recently (January)
A thread about Bear Blog a few weeks ago showed an interest in blogging here on Tildes, with a couple of users also sharing links to their own blogs. I figured we could have a recurring (schedule...
A thread about Bear Blog a few weeks ago showed an interest in blogging here on Tildes, with a couple of users also sharing links to their own blogs.
I figured we could have a recurring (schedule depending on interest) topic to share both our own recent blog posts and other interesting posts we have found.
This is both to have a space for self-promotion that aren’t their own link posts and a place to highlight creative amateur writing (in the positive definition of the word).
26 votes -
Is it possible to filter out posts or comments with Twitter links?
I would like to see if I can filter out Twitter posts (and comments) from my feed on Tildes. I personally don't want to further engage anymore with the site and I've blocked the URL using ublock...
I would like to see if I can filter out Twitter posts (and comments) from my feed on Tildes. I personally don't want to further engage anymore with the site and I've blocked the URL using ublock so would be good if I can pre-emptively filter the site. There's not a huge traffic but I'll do what I can.
30 votes -
Addison Rae took over TikTok. Now she’s coming for pop.
5 votes -
World’s oldest 3D map discovered
11 votes -
2025 Oscar nominations predictions
Picture: Emilia Perez Conclave The Brutalist Anora A Complete Unknown The Substance Wicked Dune Part Two A Real Pain Nickel Boys Director: Brady Corbet - The Brutalist Jacque Audiard - Emilia...
Picture:
- Emilia Perez
- Conclave
- The Brutalist
- Anora
- A Complete Unknown
- The Substance
- Wicked
- Dune Part Two
- A Real Pain
- Nickel Boys
Director:
- Brady Corbet - The Brutalist
- Jacque Audiard - Emilia Perez
- Edward Berger - Conclave
- Sean Baker - Anora
- Coralie Fargeat - The Substance
Original Screenplay:
- Anora
- The Substance
- A Real Pain
- The Brutalist
- Challengers
Adapted Screenplay:
- Conclave
- Emilia Perez
- A Complete Unknown
- Nickel Boys
- Dune Part Two
Lead Actor:
- Adrian Brody - The Brutalist
- Timothee Chalamet - A Complete Unknown
- Ralph Fiennes - Conclave
- Colman Domingo - Sing Sing
- Sebastian Stan - The Apprentice
Lead Actress:
- Demi Moore - The Substance
- Sofia Gascon - Emilia Perez
- Mikey Madison - Anora
- Cynthia Erivo - Wicked
- Fernanda Torres - I’m Still Here
Supporting Actor:
- Kieran Culkin - A Real Pain
- Edward Norton - A Complete Unknown
- Guy Pearce - The Brutalist
- Yuriy Borisov - Anora
- Jeremy Strong - The Apprentice
Supporting Actress:
- Zoe Saldana - Emilia Perez
- Ariana Grande - Wicked
- Margaret Qualley - The Substance
- Isabella Rosellini - Conclave
- Monica Barbaro - A Complete Unknown
Film Editing:
- Emilia Perez
- Conclave
- A Complete Unknown
- Wicked
- The Substance
Cinematography:
- The Brutalist
- Dune: Part Two
- Emilia Perez
- Nosferatu
- Conclave
Sound:
- Dune: Part Two
- Wicked
- A Complete Unknown
- Alien: Romulus
- Gladiator II
Original Score:
- The Brutalist
- Conclave
- The Wild Robot
- Emilia Perez
- Challengers
Original Song:
- El Mal from Emilia Perez
- Kiss the Sky from The Wild Robot
- Mi Camino from Emilia Perez
- The Journey from The Six Triple Eight
- Compress/Repress from Challengers
Costume Design:
- Wicked
- Dune: Part Two
- Nosferatu
- A Complete Unknown
- Beetlejuice Beetlejuice
Hair & Make-up:
- The Substance
- Beetlejuice Beetlejuice
- Wicked
- Nosferatu
- A Different Man
Production Design:
- Wicked
- Dune: Part Two
- The Brutalist
- Conclave
- Nosferatu
VFX:
- Dune: Part Two
- Kingdom of the Planet of the Apes
- Wicked
- Alien: Romulus
- Twisters
Animated Feature:
- Flow
- The Wild Robot
- Inside Out 2
- Memoir of a Snail
- Wallace and Gromit: Vengeance Most Fowl
International Feature:
- Emilia Perez
- The Seed of the Sacred Fig
- I'm Still Here
- Kneecap
- Flow
13 votes -
With Finland's signing of Artemis Accords, NASA celebrates the 53rd nation committing to the safe and responsible exploration of space that benefits humanity
14 votes -
Why does Cloudflare Pages have such a generous free tier?
23 votes -
US President Donald Trump’s gender order won’t affect existing passports — unless they’re renewed
16 votes -
ADHDers, how do you speed-up, bypass, or otherwise eliminate the "ramp-up" period required for big tasks?
I was diagnosed as an adult about 5 years ago. I'll spare my life story, but I've spent those five years doing everything I can to give myself an environment where I can achieve my goals, and I...
I was diagnosed as an adult about 5 years ago. I'll spare my life story, but I've spent those five years doing everything I can to give myself an environment where I can achieve my goals, and I have done a great job with that.
Apart from getting meds, I've built a strong task management/journaling system, I've built mental habits that help me overcome anxiety spirals, I've forgiven my ADHD for existing, and I have healthier sleep/diet habits to keep my baseline up.
Lately, though, some new obstacles have come up with the birth of my son (now almost 4mo old). Tbf, I've been aware of these things before, but my son has definitely exacerbated them.
With the attention and care a child requires, my windows to do things are a lot smaller. Sometimes only 20 minutes. This has made things more difficult in a few different ways:
-
For me to start doing a lot of things, even things I am excited to do, I have a "ramp-up" period before I can really dig into it. I think this is basically the time I need to plan, prioritize, and/or remember where I left off before I actually execute.
-
When I know something will inevitably interrupt me, I avoid starting anything because interruptions like, super-duper piss me off. And I don't want to be pissed off.
-
Not really related, but somewhat. In general, I would like to be able to do more in a day. I'd say my peak operating time is 9am-3pm, give or take. Outside these hours, it's a lot harder for me to do anything outside of "shut my brain off" tasks like house chores.
As many with ADHD know, an understimulated brain is unpleasant. And how shitty is it that ADHD also makes it difficult to do the things you find intellectually stimulating?
I hope all this makes sense. I've already accepted that this is my life now, and I'm okay with it. Even still, I would love some practical, actionable advice to help me make the most with what I have. Double points if it doesn't involved upping my Adderall dosage or self-medicating with caffeine. Thanks everyone!
53 votes -
-
UFO50AndroidUnofficial: A tool to build your own Android version of UFO 50
18 votes -
Riches thought to lie beneath Greenland have been coveted for more than a century – but how easy are they to access, and will climate change make any difference
7 votes