-
4 votes
-
Using zero knowledge proofs to prove set membership without exposing the set or the member
5 votes -
UV Funk 065: Gospel Special with Max aka Sir Vivor (2019)
3 votes -
Lovers in Auschwitz, reunited seventy-two years later. He had one question
7 votes -
Four US congressional reps ask Bill Barr to restart his war on porn
8 votes -
Amazon has been given free access to healthcare information collected by the NHS as part of a contract with the government.
11 votes -
Day 11: Space Police
Today's problem description: https://adventofcode.com/2019/day/11 Join the Tildes private leaderboard! You can do that on this page, by entering join code 730956-de85ce0c. Please post your...
Today's problem description: https://adventofcode.com/2019/day/11
Join the Tildes private leaderboard! You can do that on this page, by entering join code
730956-de85ce0c.Please post your solutions in your own top-level comment. Here's a template you can copy-paste into your comment to format it nicely, with the code collapsed by default inside an expandable section with syntax highlighting (you can replace
pythonwith any of the "short names" listed in this page of supported languages):<details> <summary>Part 1</summary> ```python Your code here. ``` </details>7 votes -
Merriam-Webster singles out nonbinary 'they' for word of the year honors
26 votes -
UK General election 2019: Ads are 'indecent, dishonest and untruthful'
9 votes -
Sparks - I Bought the Mississippi River (Live 1976-11-27)
5 votes -
Andrew Yang qualifies for December US Democratic debate
34 votes -
A look at the differences between the Curiosity rover and Mars 2020, which will start exploring Mars' Jezero Crater for signs of life in 2021
12 votes -
NOAA's 2019 Arctic Report Card has been released - Dramatic, disruptive and rapid Arctic warming is threatening both ecosystems and livelihoods
9 votes -
SoftBank is selling its stake in dog-walking startup Wag back to the company, as Wag cuts 80% of staff
9 votes -
Finland said it aims to teach 1% – or more than fifty million – of all Europeans basic skills in artificial intelligence through a free online course
11 votes -
Question for software QA testers
How do you decide which tests or processes to automate? What criteria do you use?
5 votes -
Greenland's ice sheet melting seven times faster than in 1990s – scale and speed of loss much higher than predicted
11 votes -
Shovel Knight: Treasure Trove is complete - After over six years of development, the final pieces (King of Cards and Showdown) have been released
9 votes -
Generated passwords, UX and security absolutism
17 votes -
Apple's modular Mac Pro now available to order
13 votes -
In France, a bloody WWI battlefield has become a wildlife refuge
5 votes -
Nintendo Switch Indie World Showcase - December 10, 2019
5 votes -
Aerothermodynamics, or how scientists learned to survive re-entry
7 votes -
PlayStation State of Play | December 10, 2019
5 votes -
The Witcher | Character Introduction: Geralt of Rivia
6 votes -
30 Years of Rage: Fabio & Grooverider
3 votes -
Fortnightly Programming Q&A Thread
General Programming Q&A thread! Ask any questions about programming, answer the questions of other users, or post suggestions for future threads. Don't forget to format your code using the triple...
General Programming Q&A thread! Ask any questions about programming, answer the questions of other users, or post suggestions for future threads.
Don't forget to format your code using the triple backticks or tildes:
Here is my schema: ```sql CREATE TABLE article_to_warehouse ( article_id INTEGER , warehouse_id INTEGER ) ; ``` How do I add a `UNIQUE` constraint?6 votes -
TV Tuesdays Free Talk
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...
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.
9 votes -
Merriam-Webster's Time Traveler: Words by year of appearance
6 votes -
Do people like CSS or just grow to tolerate it?
I've been trying to learn CSS. I went through the relevant sections of Colt Steele's Web Bootcamp. It is mostly focused on Bootstrap, which disappointed me a bit. So I went through MDN to learn...
I've been trying to learn CSS. I went through the relevant sections of Colt Steele's Web Bootcamp. It is mostly focused on Bootstrap, which disappointed me a bit. So I went through MDN to learn Flexbox and CSS Grid, which seemed like a better alternative. The fundamentals are easy enough, but when I try to make a layout everything gets mixed in my head (even though I have the documentation open at all times). The impression I get is that modern CSS is not one thing, but a bunch of little things that resemble each other in a confusing way. It's hard to infer stuff and there are gotchas everywhere. I know this is not a programming language, but it is at least programming-related. Learning CSS feels more like learning English than a technology: you must accept that it's not a cohesive system, but rather the culmination of a long historical process full of random developments.
I tried getting back to Bootstrap, but then I have to override a bunch of stuff I don't even know is there.
I'm having a lot of trouble trying to put something very simple together. I just wanna leave that behind and go back to my beloved Python.
I did not want this to be a rant, but it is now a rant. So be it :P
23 votes -
In Sweden's Arctic, ice atop snow leaves reindeer starving
3 votes -
Social media influencer sentenced to fourteen years in federal prison after plotting to hijack internet domain at gunpoint
19 votes -
Denmark plans $30 billion offshore wind island that could power ten million homes
6 votes -
Papoose ft.Young Chris - Let's Get It (2008)
3 votes -
Marie Fredriksson - I en tid som vår (1996)
4 votes -
The GOG GALAXY 2.0 Open Beta is now available
15 votes -
What simple features would you want in a new browser?
So, I'm planning on building yet another browser (based on Firefox, since we already have too much Chromium forks around) I'm intending to target the people worried about their privacy, but aren't...
So, I'm planning on building yet another browser (based on Firefox, since we already have too much Chromium forks around)
I'm intending to target the people worried about their privacy, but aren't technical enough to dabble with about:config tweaks and deal with any site breakages.
So, for this project, I'm planning on doing the following modifications to Firefox:
- Tweaked by default to get a balance between increased privacy, and less site breakage
- Tweaks include cutting any "background" communication with Mozilla (while I trust them, some people might not) and Google (safe browsing, geolocation)
- Maybe, possibly, an "advanced privacy settings" menu for more privacy settings in exchange for site breakage?
- Integrated ad blocker (Decided on uBlock Origin, maybe adding Nano Defender to bypass any nag screens)
- Maybe a way to "pretend" to be a Chromium browser, since some sites require that nowadays (More user agent complexity, yay!)
So, this is where this thread comes in. What would you guys want in a (Gecko-based) browser, that I can provide?
I am definitely not planning any substantial under-the-hood changes, since that would
a) make maintaining it a pain
b) be way out of my skill level.I am only looking for stuff that can be applied with some simple source code patches, or an integrated extension, as I will not "fork" the entire FF source. This project is essentially a rebranded patchset. (Also allows for faster updates!)
ps: Please be realistic, and remember that this is a one man thing. I can not make any substantial changes, like bringing XUL add-ons back, if you know what those are.
pps: If you can, and are willing to help with anything, let me know and I'll put up a repo online :)
ppps: Please let me know if I've made a mistake while creating this topic.
15 votes - Tweaked by default to get a balance between increased privacy, and less site breakage
-
Australia’s democracy has been downgraded from ‘open’ to ‘narrowed’ in the 2019 CIVICUS Monitor report
9 votes -
Vulfpeck live at Madison Square Garden (2019)
5 votes -
Day 10: Monitoring Station
Today's problem description: https://adventofcode.com/2019/day/10 Join the Tildes private leaderboard! You can do that on this page, by entering join code 730956-de85ce0c. Please post your...
Today's problem description: https://adventofcode.com/2019/day/10
Join the Tildes private leaderboard! You can do that on this page, by entering join code
730956-de85ce0c.Please post your solutions in your own top-level comment. Here's a template you can copy-paste into your comment to format it nicely, with the code collapsed by default inside an expandable section with syntax highlighting (you can replace
pythonwith any of the "short names" listed in this page of supported languages):<details> <summary>Part 1</summary> ```python Your code here. ``` </details>8 votes -
Coolest Cooler, which raised $13M on Kickstarter in 2014, announces they are shutting down with about 20,000 (1/3) of their backers not having their $200 pledge fulfilled
17 votes -
FYI, Wikipedia is discontinuing support for TLS 1.0 and 1.1
Hey everyone, I noticed accessing Wikipedia today that my old version of the app no longer loaded any pages, so I tried checking with my stock browser and it displayed a warning that Wikipedia is...
Hey everyone,
I noticed accessing Wikipedia today that my old version of the app no longer loaded any pages, so I tried checking with my stock browser and it displayed a warning that Wikipedia is dropping support for anything that can't negotiate TLS 1.2. I haven't seen any articles on it yet online, so just thought I'd holler a mention.
8 votes -
Some Reddit comments are being hidden by default as "potentially toxic content" (i.e. a swear filter)
38 votes -
Apple’s ad-targeting crackdown shakes up ad market
22 votes -
The worst takes of the 2010s
7 votes -
Megan Thee Stallion: NPR Tiny Desk Fest (Extended Concert Series) (2019)
5 votes -
Chris Morocco makes easy chocolate cake | From the Test Kitchen
3 votes -
Death Come True announced - A full motion video game directed and written by Danganronpa creator Kazutaka Kodaka
5 votes -
O(n^2), again, now in Windows Management Instrumentation
10 votes -
Megan Rapinoe: Sports Illustrated 2019 Sportsperson of the Year
5 votes