-
17 votes
-
Valve looking to drop support for Ubuntu 19.10 and up due to Canonical's 32bit decision
35 votes -
NASA rover on Mars detects high amounts of methane gas, hinting at possibility of life
8 votes -
Is it possible to moderate a group chat on Facebook?
Long story, but I've ended up becoming the admin of a group on Facebook (the previous admin stepped down in a rush, and added me as he left). And the group has an existing group chat associated...
Long story, but I've ended up becoming the admin of a group on Facebook (the previous admin stepped down in a rush, and added me as he left). And the group has an existing group chat associated with it.
Is it possible to "moderate" this group chat? Specifically, as an admin of the group, can I remove unsavoury/unwanted messages from the chat associated with the group? It looks like I can't.
Can even the creator of a group chat do this? If I close the group chat and create a new one, will I (as its creator) be able to remove unsavoury/unwanted messages from that new chat?
I've done some searching via Google, and I'm not finding anything to indicate that this is possible. If someone posts something unsavoury in a group chat, it looks like the only option is to remove the person from the chat - but the unsavoury messages can't be deleted.
Please tell me that's wrong!
6 votes -
Reddit is moving forward with their Community Points ("donuts" in /r/ethtrader) experiment, including moving them onto the Ethereum blockchain
26 votes -
Capitalism isn't 'broken'. It's working all too well - and we're the worse for it
27 votes -
GE's smart light bulb reset process is a masterpiece... of modern techno-insanity
24 votes -
White House official once appeared on podcast whose host touted race pseudoscience and interviewed white nationalists
3 votes -
Fermi problem game thread
I thought it might be fun to make a little game out of asking Fermi problems and trying to work out solutions to others'. What is a Fermi problem? A Fermi problem is (to quote wikipedia ): an...
I thought it might be fun to make a little game out of asking Fermi problems and trying to work out solutions to others'.
What is a Fermi problem?
A Fermi problem is (to quote wikipedia ):
an estimation problem designed to teach dimensional analysis or approximation, and such a problem is usually a back-of-the-envelope calculation. The estimation technique is named after physicist Enrico Fermi as he was known for his ability to make good approximate calculations with little or no actual data. Fermi problems typically involve making justified guesses about quantities and their variance or lower and upper bounds.
Basically, these are questions that would be very difficult to calculate exactly without looking up the answer. The goal is to arrive at a good estimate by making justified assumptions. As such, looking up facts and statistics should be minimized or outright avoided (e.g., if the question is "What is the mass of the water in Lake Michigan?", you shouldn't look up Lake Michigan's volume to aid your answer. This should be estimated from things you know off the top of your head).
The way this thread works
- If you have a Fermi problem, post it as a top level comment.
- If you have a solution to an already posted Fermi problem, post it as a reply to that comment. Be sure to post your reasoning and thought process.
Fermi problems can be fun to come up with, and fun to answer. Examples of Fermi problems might include:
-
How many piano tuners are there in Chicago? (this one is apparently one that Fermi came up with himself)
-
How many keystrokes occur worldwide, daily?
-
What is the mass of the water in Lake Michigan?
-
How many cars are there in New York City on a given day?
-
How many blades of grass are there on the National Mall?
-
How many eggs are consumed in the US each day?
Since many of these have no definitive answer, it is not always possible to score the 'correctness' of an answer. Nonetheless, others can judge when an answer makes reasonable assumptions, so feel free reply to answers with suggestions of which assumptions can be refined or further justified.
21 votes -
Are your tinned tomatoes picked by slave labour?
8 votes -
Firefox zero-day was used in attack against Coinbase employees, not its users
11 votes -
Monsters in the Middleboxes: Introducing Two New Tools for Detecting HTTPS Interception
9 votes -
The Digital Antiquarian: Sam & Max: Hit the Road
8 votes -
Staining The Timbre Review Series: Gunna
2 votes -
Open Place Reviews, an open data review site developed by osmand and maps.me
8 votes -
Carl Sagan’s solar sail is finally ready to fly
6 votes -
There’s a Legal Loophole That May Leave Some of Rock’s Greatest Riffs Up for Grabs
5 votes -
Born out of love and LSD: Pride Flag creator Gilbert Baker tells all in new memoir
4 votes -
Need a simple way to password protect a webpage
Hey Tildes! I've got a static, basic website, HTML and CSS. It's one page only. But I'd like to create a second page with some more private content that is password protected. I know that I can...
Hey Tildes!
I've got a static, basic website, HTML and CSS. It's one page only. But I'd like to create a second page with some more private content that is password protected.
I know that I can accomplish this via .htaccess but what I don't like about this method is that when the user navigates to the page, they get a pop up asking for a username and password. What I would like is having the user navigate to the page, and then they are met with a simple form asking for just a password (no username). After they enter the password, the "veil" lifts or the page forwards and they get the private content.
Here's the thing... the content really only needs to seem private. It's not super secret, personal information. I don't want it indexed by search engines (nofollow), and I want it basically hidden, but the password is only there to make the user feel exclusive. If some tech-minded person encountered this page and jumped through a bunch of hoops to get in without the password, it's not a big deal to me. In reality, 99.9% of people accessing this page will not be able to bypass the password.
I'm guessing this can be accomplished easily in Javascript, but I don't really know much Javascript apart from finding code snippets and plunking them in. I also want to be able to fully design the password entry page so that it looks branded, so a code snippet plunked down into my HTML doc would be great for this.
If there is an easy way to actually protect the content behind the password, that would be excellent. In this case, I imagine it would be much like a news site with an ad-blocker-blocker. Just some kind of pop-up that blocks all the content. Enter the password, and you're in.
Anyhow, I hope I've described what I'm looking for accurately enough. Anybody have any easy and quick ways to accomplish this?
14 votes -
Stylus userstyle that hides comment vote counts
This simple stylus userstyle hides vote counts on both voted and unvoted comments and your own comments. I really like what Deimos did, it significantly improved my time here on Tildes. If you...
This simple stylus userstyle hides vote counts on both voted and unvoted comments and your own comments. I really like what Deimos did, it significantly improved my time here on Tildes. If you want the feature back, install Stylus extension, click the Stylus icon > write style for tildes.net and paste this:
/* Hide vote count for unvoted comments */ .btn-post-action[name="vote"] { visibility: hidden; position: relative; } .btn-post-action[name="vote"]:after { visibility: visible; content: "Vote"; position: absolute; } /* Hide vote count for voted comments */ .btn-post-action[name="unvote"] { visibility: hidden; position: relative; } .btn-post-action[name="unvote"]:after { visibility: visible; content: "Voted"; position: absolute; } /* Hide vote count for your own comments */ .comment-votes { display: none; }
Known issues
- There is extra padding around Vote button
- Extensions such as Vim Vixen cannot interact with Vote button
10 votes -
Hobo Johnson - Typical Story (2019)
5 votes -
Germany has a terrorism problem, foreign minister says
11 votes -
Skeuomorphic vs Flat Design?
Hey everyone! I was browsing around and came across this old topic again, late 2000's skeuomorphisism vs modern flat design. I've always strongly preferred the former for a variety of reasons and...
Hey everyone! I was browsing around and came across this old topic again, late 2000's skeuomorphisism vs modern flat design. I've always strongly preferred the former for a variety of reasons and thought flat design was a regression, but I was curious, what do you guys think?
10 votes -
Attorneys: Texas border facility is neglecting migrant kids
2 votes -
Fifty years of American queer insurgency
3 votes -
Prisons are banning books that teach prisoners how to code
8 votes -
Oregon governor sends police to find missing Republicans, bring them to Capitol
31 votes -
US Women’s team and US Soccer agree to mediation over gender discrimination claim
4 votes -
Shops full of vitamins, miracle pills 'trashing pharmacists' reputation'
5 votes -
What is Block.one, the company that just paid a record-breaking $30m for the voice.com domain name?
12 votes -
XXL 2019 Freshman Class Revealed
3 votes -
Google CEO Admits That It's Impossible To Moderate YouTube Perfectly; CNBC Blasts Him
20 votes -
A guide to Roman latrines
7 votes -
German patients get the latest drugs for just $11. Can such a model work in the US?
8 votes -
What are the minimal features every good blog should have?
I've been learning Laravel, and familiarizing myself with the framework by coding up a blogging website. Right now, it's minimally functional, and I'd like to add some more features to it. Since...
I've been learning Laravel, and familiarizing myself with the framework by coding up a blogging website. Right now, it's minimally functional, and I'd like to add some more features to it. Since this is my first project with Laravel the code is a mess, and it's just about time for me to rewrite the whole thing. Before starting that, I'd like to have a better idea of what my final product should be. I don't want to recreate WordPress in Laravel, but I do want to have something I wouldn't spit at. Basically a project that would be good as a resume builder if I ever needed one.
So far, my website allows users to...
- register for an account, log in/out, update their email address and display name
- create posts with a WISIWYG editor
- upload files
- create profiles
- and manipulate everything through CRUD.
What do you think the minimal features a blogging platform needs to have to be "complete" and usable as a stand-alone system?
13 votes -
From The Witcher 3 to Cyberpunk: The evolution of CD Projekt Red's quest design
6 votes -
The revenge of the poverty-stricken college professors is underway in Florida. And it's big.
20 votes -
What it’s like to be on House Hunters and House Hunters International - "The first thing you need to know is that in neither episode of House Hunters were Jeff and I actually … house hunting"
10 votes -
Introducing time.cloudflare.com, a free time service that supports both NTP and the emerging Network Time Security (NTS) protocol for securing NTP
13 votes -
The death of YouTube skepticism
5 votes -
Google Maps is filled with millions of false business addresses created by firms pretending to be nearby
13 votes -
HBO Chernobyl miniseries discussion
Thought a thread for this miniseries would be good, as I've only seen discussion of the trailer up here. As of today (16th May) there are two episodes out, and a companion podcast for each (though...
Thought a thread for this miniseries would be good, as I've only seen discussion of the trailer up here. As of today (16th May) there are two episodes out, and a companion podcast for each (though I've not listened to these yet)
I just watched both back to back, and I'm blown away. This is some very well made television, and somehow manages to be simultaneously nightmarish, and fully gripping. That this is based on real events is all the more amazing to me, and after watching the revelation about the exploding water tanks in the second episode I'm astonished that the world is as unscathed by this disaster as it is.24 votes -
How will the movies (as we know them) survive the next ten years? Twenty-four major Hollywood figures peer into the future
7 votes -
Dota Underlords open beta is now available on Steam, Android, and iOS
13 votes -
Machine learning is about to revolutionize the study of ancient games
8 votes -
Are there potential downsides of going to 100% renewable energy?
4 votes -
Liu Cixin’s war of the worlds
12 votes -
How did the Dallas courthouse gunman get radicalized?
5 votes -
Sixteen-year-old STEM shooting suspect said he wanted to target classmates over bullying
7 votes -
When do you use a VPN?
I try to be privacy focused. I don't use social media, I use Firefox with adblock and tracker protection, with duck duck go as my search engine. I also pay for proton vpn. My question is, when...
I try to be privacy focused. I don't use social media, I use Firefox with adblock and tracker protection, with duck duck go as my search engine. I also pay for proton vpn. My question is, when should I use it? I use it when I'm on open networks on my phone, but that's about it. Do you guys run it 24/7 on your computer?
25 votes