-
11 votes
-
Please stop externalizing your costs directly into my face
120 votes -
Trapping misbehaving bots in an AI Labyrinth
40 votes -
FOSS infrastructure is under attack by AI companies
39 votes -
Anyone interested in trying out Kagi? (trial giveaway: round #2)
We recently did a Kagi trial giveaway, and I have since received another email from Kagi with 3 additional trial codes. I'm assuming other Kagi subscribers also received the same thing (I got my...
We recently did a Kagi trial giveaway, and I have since received another email from Kagi with 3 additional trial codes. I'm assuming other Kagi subscribers also received the same thing (I got my email on February 25 with the subject line "A treat from us"), so I figure we're due for another giveaway topic.
As before, if you would like an invite, please request it in a comment.
If you have invites to give, please PM them to requesters, then reply to their comment so that other givers will know they've been sent one and don't double up.
50 votes -
LLM crawlers continue to DDoS SourceHut
11 votes -
The lo-fi art and human tools era
10 votes -
The iPad’s “sweet” solution
18 votes -
Pocket Casts’ web player is now available to all
29 votes -
To those who have been trying out Kagi: what do you think of it?
It’s been about a month and a half since our big Kagi trial giveaway, which means most people are probably about halfway through their trial periods, so I figured we were due for a follow-up. To...
It’s been about a month and a half since our big Kagi trial giveaway, which means most people are probably about halfway through their trial periods, so I figured we were due for a follow-up.
To those who started using it recently, what are your thoughts?
What do you like and dislike about Kagi?
Do you think you will continue your subscription past the end of the trial?
Note: I’m not affiliated with Kagi in any way besides being a happy customer myself. I’m asking this entirely out of curiosity.
54 votes -
A Reykjavík building that houses a penis museum and an H&M is also the virtual home to an array of perpetrators of identity theft, ransomware and disinformation
14 votes -
The 88x31 GIF Collection
64 votes -
Kagi search introduces Privacy Pass authentication
26 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
-
Why does Cloudflare Pages have such a generous free tier?
23 votes -
Nepenthes: a tarpit intended to catch AI web crawlers
33 votes -
US Federal Trade Commission takes action against GoDaddy for alleged lax data security for its website hosting services
19 votes -
Announcing Supporters of Chromium-based Browsers
22 votes -
HTML is the most significant computing language ever developed. Underestimate it at your peril.
23 votes -
Ctrl-c ten year anniversary and the issue of Ctrl-ZINE to go with it
14 votes -
Anyone interested in trying out Kagi?
Edit: I have sent my link to three different people and I am out. Assuming they sign up. However, a lot of people also have invite links that commented. I guess a system would be for the...
Edit: I have sent my link to three different people and I am out. Assuming they sign up. However, a lot of people also have invite links that commented. I guess a system would be for the invite-giver to reply to the comment of the invite-receiver to keep track?
—-
I received a link during Thanksgiving that lets me invite several people to a free trial of Kagi.
I tried convincing friends to try it out but most of them were not even interested in a free trial to a paid search engine.
If any of you are interested, please let me know.
I'll give you my link in private and you can register yourself to the free trial.
Posting just in case people are on the same boat as me.
--
Also, I hope it's appropriate to start a topic on this?
Let me know if this is frowned upon.58 votes -
Bridgy Fed, a project to connect the open social web, is now becoming a nonprofit
15 votes -
Kagi Small Web
39 votes -
Tom Merritt's opinion on if Mozilla should join Chromium
10 votes -
You should have a website
37 votes -
United States Department of Justice will push Google to sell Chrome to break search monopoly
79 votes -
Don't contribute anything relevant in web forums like Reddit
30 votes -
Kagi Translate
24 votes -
We can have a different web
41 votes -
Vivaldi 7.0 has been released
24 votes -
Big changes are coming to ArchiveBox!
10 votes -
Call for submissions for a new CSS logo
10 votes -
HTML for people
55 votes -
Are DAOs still a thing?
Early last year, there were some rather heady predictions within my company about the potential/future of decentralized autonomous organizations. (That a DAO would be running a real company, that...
Early last year, there were some rather heady predictions within my company about the potential/future of decentralized autonomous organizations. (That a DAO would be running a real company, that a DAO would play an important role in an election somewhere, etc.) They have not come true. From my perspective, the same generally seems to be the case for nearly all Web3 components.
That led me to wonder, though - are DAOs still a thing? Is there quiet potential there and the hype machine has simply moved on to LLMs... or was hype all there ever was?
Have any of you seen any actual uses of a DAO? I would love to hear about it if so.
16 votes -
The Net is a forest. It has fires. (2013)
14 votes -
Russian dark web marketplace admins indicted after arrest in Miami
8 votes -
Dawn of a new era in Search: Balancing innovation, competition, and public good
23 votes -
iOS 18 adds new "Distraction Control" feature for Safari, similar to temporary element blocking with uBlock Origin
11 votes -
Webcam recommendations?
Hey there, Title is pretty self-explanatory, looking for some web camera recommendations, USB obviously1, good price to value, higher quality the better, microphone not required, but appreciated....
Hey there,
Title is pretty self-explanatory, looking for some web camera recommendations, USB obviously1, good price to value, higher quality the better, microphone not required, but appreciated.
1 Don't need any MDR-26/SDR-26/CameraLink connectors, or Game Boy Camera recommendations here /s
15 votes -
Websites are blocking the wrong AI scrapers (because AI companies keep making new ones)
18 votes -
The last good vibes social media platform
16 votes -
Is there a sweetspot for www programming btw. WordPress and tiny web?
8 votes -
DuckDuckGo AI Chat: anonymous access to popular AI chatbots
46 votes -
Development notes from xkcd's "Machine"
34 votes -
The internet used to be ✨fun✨
44 votes -
For those involved / interested in Web3, what do you make of the near and long term future for it?
Added the qualifier to the title as web3 understandably earns a lot of eyerolls haha. At the same time, a lot of web3 focused places seem to have a specific mindset about what "should" be done so...
Added the qualifier to the title as web3 understandably earns a lot of eyerolls haha. At the same time, a lot of web3 focused places seem to have a specific mindset about what "should" be done so I wanted to ask here.
I worked in the space at startup (ironically making web2 services to assist in web3 so I’m still an extreme novice). But my time there was a constant push / pull between convention and money and innovation and the unknown. The company I was at would try to appeal to big companies in hopes of finding a product market fit, who looked to us for guidance on what to do in this new space where they hoped to make money. Trend after trend would pass and it would be entertained whether we’d jump on it because product market fit.
The most desirable companies were household names with non-web3 userbases because they meant unprecedented reach. But to make web3 approachable to them, you’d have to define a UX that didn’t exist and would be pulled in a tug of war between two forces. The first mindset optimises for the purest idea of giving the user power— UXs that were obvious about the concepts of transactions and transferrable assets. The other wanted to replicate web2 UXs in web3, to the degree that a user gives temporary control of their wallet to a developer so the developer performs transactions as them.
Then, there is the data and pseudonymity piece. Companies have been taught that data is valuable, and one of the values of a blockchain is an identity that exists outside of any one company. But if all of your assets are on a blockchain— either under your public key or perhaps under a few that might transfer assets only between each other— then your identity can be known (not so private) and also cannot be monopolized and sold (because your data is public).
In the background, as this all happens, is the decentralization argument. At the end of the day, my company used EVM nodes operated by another company (which themselves might be wrappers around something offered by AWS). What is meaningful decentralization alongside specialization of labor? What is decentralization in a world that has billionaires and enormous companies who has the means to buy resources and set up tons of nodes?
Being out of the space now, I do think a decentralized database with immutable scripts, user-managed transferrable assets, and transferrable identity has enormous value. But recently I’ve been wondering how much of that can be accomplished in the private sector. In my time there it felt like the startup needs (enterprise customers, increased ARR) constantly compromised the will for innovation efforts.
19 votes -
This month in Servo: tables, WOFF2, Outreachy, and more
13 votes -
Sci.Electronics.Repair FAQ
7 votes -
Fighting cookie theft using device bound sessions
14 votes -
Indexing the information age - Over a weekend in 1995, a small group gathered in Ohio to unleash the power of the internet by making it navigable
13 votes