tetw.org

VN:F [1.9.22_1171]
Rating: 4.0/10 (2 votes cast)

Essays and articles with a eclectic edge.

New and Updated Author Pages

31 March 2026 @ 10:43 am

New and Updated Author PagesOver the past weeks we’ve created new collections of the best work by some of our favourite journalists:Steven Johnson’s writing takes you on a journey, whether he’s tackling the history of humanity, the dangers of invention or the

We’re on Substack

15 March 2026 @ 12:56 pm

We’re on SubstackSubscribe to our Substack for hand-picked reading lists of the best nonfiction from around the net, delivered straight to your inbox.

Artificial Intelligence

14 March 2026 @ 2:26 pm

Artificial IntelligenceWhat Is Claude? by Gideon Lewis-Kraus - Researchers at the company are trying to understand their A.I. system’s mind—examining its neurons, running it through psychology experiments, and putting it on the therapy couchAmerica Isn’t Ready for What AI Will Do to Jobs by Josh Tyrangiel - Does anyone have a plan for what happens next?

Future War

8 February 2026 @ 3:35 pm

Future WarIs the U.S. Ready for the Next War? by Dexter Filkins - With global conflicts increasingly shaped by drones and A.I., the American military risks losing its dominancePutin has Redrawn the World - But Not the Way He Wanted by Allan Little - We are living in new and more dangerous timesThe AI-Powered, Totally Autonomous

150 Great Articles & Essays

7 February 2026 @ 12:11 pm

150 Great Articles & EssaysWe’ve updated our list of the 150 best classic and new articles and essays to read online. Click through for stacks of the very best writing from around the net.

15 Great Articles about Progress

17 January 2026 @ 8:50 pm

15 Great Articles about ProgressGDP by Oliver Kim - We really don’t know how good we have itHow Humanity Gave Itself an Extra Life by Steven Johnson - Between 1920 and 2020, the average human life span doubled. How did we do it? Science mattered — but so did activism.The Real Reason Humans are the Dominant Species by Justin Ro

8 Great Articles about Rich People

14 January 2026 @ 12:37 pm

8 Great Articles about Rich PeoplePeople With Parents With Money by Various Authors - 14 adults come clean about the down payments, allowances, and tuition payments that make their New York lives feasibleWhy it Pays to be Privileged by Sam Friedman and Daniel Laurison - Within Britain’s elite occupations, the advantages of class are still mistaken for talent

The Best of the Best Ofs

1 January 2026 @ 1:19 pm

The Best of the Best OfsLinks by Albert Chu’s Best of 2025The Sunday Long Read’s Best of 2025David Brooks’ Best Nonfiction Essays of the YearBusinessweek’s Jealousy List

150 Great Articles and Essays from 2025

30 December 2025 @ 3:35 pm

150 Great Articles and Essays from 2025Click through for a huge collection of the net’s best journalism and nonfiction from 2025

5 Great Essays about Death

11 May 2025 @ 8:25 pm

5 Great Essays about DeathHow to Practice by Ann Patchett - I wanted to get rid of my possessions, because possessions stood between me and deathIf My Dying Daughter Could Face Her Mortality, Why Couldn’t the Rest of Us? by Sarah Wildman - She turned to me and asked, “What if this is the best I ever feel again?” Three hundred and seventy-six days later, she was dead.

superuser.com

VN:F [1.9.22_1171]
Rating: 7.0/10 (1 vote cast)

Super User is a Q&A site for computer enthusiasts that’s free. Free to ask questions, free to answer questions, free to read, free to index

Why am I experiencing a black screen for some minutes without desktop when I turn on my PC?

11 June 2026 @ 4:08 pm

For a few days I have the following problem with Windows 11 (see the video): When I turn on the PC, after the check of the fingerprint, the screen remains black for many minutes. The desktop is not visible, but, if I click CTRL+ALT+DEL I can see the menu as showed in the below figure: https://drive.google.com/file/d/1qQdS5Dd1n1usA4wA91jsvrU9_ODc4On-/view?usp=sharing enter image description here

Is there an optimal way of capturing screen and audio for playback on the web with FFmpeg?

11 June 2026 @ 1:28 pm

I'm in process of updating my screenshot/screen capture script that uses ffmpeg to capture screen (and optionally audio). Note the captures are generally intended to be uploaded to the web, which is why I'm using webm format; e.g. to incorporate them in issue reports on github. It used to work fine just fine ("fine" as in subjectively solid quality/size relation), but recently found the recordings are now super choppy — both audio and video start skipping after the first few seconds. Example command: ffmpeg -f x11grab -video_size 1920x1080 -i :0.0 -f pulse \ -i alsa_output.usb-Generic_ThinkPad_Dock_USB_Audio-00.analog-stereo.monitor \ -- output.webm Also tried playing around with video & audio codecs (e.g. -c:v vp9 and -c:a libopus respectively), but essentially found no reasonable improvement. Played around with follow

How to drag a task in the Outlook calendar view into next week?

11 June 2026 @ 6:48 am

I rely a lot on the Outlook calendar page, with the 'Tasks' bar showing (setting: "Daily Task List" > "Normal"). I create tasks on the day I plan to do them and move them around when I need to adjust my planning. But I run into a silly problem: I often need to move tasks from Friday into the next week. But with the "Work Week" calendar view (showing Monday-Friday), I can't see the next Monday so I can't drag my task there. How can I easily drag a task into the next week? Is there a shortcut to toggle to the next week? I tried holding the dragged item at the edge of the calendar, but that doesn't trigger a week change either. This is with Outlook as part of a Office 2021 install. One workaround I found is to right-click on the task and click "Follow Up" > "Next Week". Small caveat: this is with respect to the current week, so moving future tasks further into the future can get confusing. And the

How to create a fully encrypted user in Windows 10?

10 June 2026 @ 8:07 pm

Win 10 21H2 Assume we have two users: a) Root (i.e. Admin user) b) Regular 99% of time the user works through Regular account. However, they need a 3rd account for some sensitive/private data handling that cannot be accessed/seen even when the drive is externally read. The following architecture is proposed: A separate partition (E:) is created. E: is encrypted i.e with VeraCrypt A new user account is created on Win10, and ALL of its data (i.e. its C/Users/ folder is moved onto the E:. Appropriate registry changes are made to make windows load that user from E: To access the account and data, user logs in as Regular, decrypts E:, switches to 'HiddenUser'. After logging off as 'HiddenUser', veracrypt E: drive is dismounted from within Regular user, effectively locking all the data,recent files, thumb cache/local appdata/everything of Hidden User behind encryption. I am aware that Windows' user profiles cannot

Why do ARM processors run at a lower clock frequency than x86 processors? [closed]

10 June 2026 @ 7:38 pm

The reason being power efficiency just doesn't make sense any more. Since Apple silicon, ARM is used in desktop computers as well where power efficiency matters less. Power efficiency seems like an artificial limitation rather than a technical or architectural, which means you could just configure it to clock faster at the expensive of more power draw. I only recently found out just how low the M1 family was clocked at. If the math aligns right (using rough values from benchmarks), it's IPC is so high, even 6 years later, Lion Cove and Zen 5 don't have that much IPC as Firestrom. They are faster due to clock speed. Apple since did increase IPC but a larger part is the clock speed as well. Are there any actual architectural differences which makes ARM harder to clock faster, or is it really just power efficiency? Simpler decode, Apple having lesser ways for L1 cache, just seems counter-intuitive of why ARM clocks slower. Snapdragon, which has similarities with Apple's a

Why is the video folder in media streaming empty in Windows 11?

10 June 2026 @ 7:06 pm

For years now, I used Windows Media Streaming to watch videos from my computer on my TV. I recently bought a new computer and I'm trying to setup again the Media Streaming, but I'm facing issues. The computer runs on Windows 11 enterprise, connected to the same network and router as the TV, both by ethernet connection. The TV worked fine for years on my previous computer (also running on Windows 11, but family edition, with regular updates) When I access the video folder on my TV, the folder is empty. Same thing when I access the folder from another Windows computer through network: enter image description here enter image description here

Is there any risk of confidential data appearing during a Windows laptop reset?

10 June 2026 @ 6:50 pm

I need to provide a clear, definitive answer to a concern raised by non‑technical managers. The environment is fully cloud‑based: Intune, Autopilot, OneDrive, SharePoint, M365, encrypted local copies, and users trained not to store local data. Is there any real risk of confidential data(*) appearing on screen during the reconditioning of a laptop (re-imaging or AutoPilot reset) for device reassignment? Have you ever seen sensitive information appear on screen during such operations? Can a device reset cause data from the previous user to reappear? I’m not asking about internal procedures — only whether, in such a cloud‑only scenario, a reset could display any previous user data on screen at any point during the process. I’m turning to the community for two reasons: My own explanation isn’t being given much weight. I want to make sure I’m not overlooking any unusual situatio

Why am I experiencing audio issues on a Pixelbook Go running Debian 12?

10 June 2026 @ 6:31 pm

Pixelbook Go (2019?) running Debian 12 installed following these instructions. No Audio through speakers/headphone jack (I understand this OS is not supported on this device, however I am still trying to find solution.) Only getting Dummy Audio. USB interface works fine. Troubleshooting: Per this site: git clone https://github.com/WeirdTreeThing/chromebook-linux-audio.git cd chromebook-linux-audio ./setup-audio Error: receiving multiple Warning: Kernel is missing module 'SND_SOC_INTEL_AVS' messages Attempts: sudo apt update && sudo

Filter by a column that matches a drop down selection

10 June 2026 @ 3:33 pm

I want to be able to use the filter function after selecting the column to filter by in a drop-down menu. How can I use the drop-down menu to select the topic, then use that topic to apply the filter function to a table of class names? Each column is a category. For example, if the user selects "Safety", I would like to use the filter function to show the user all classes that have an "X" in the Safety column. Example Example

Windows Auto-Hide Taskbar crossing Multiple Displays

5 June 2026 @ 4:58 am

I have a Windows 11 laptop with two external monitors arranged above it, like this: Image showing 3 monitor setup Monitor 1 is the laptop display. Monitors 2 and 3 are external monitors. My Windows taskbar is set to auto-hide. When I move the mouse from the top edge of monitor 1 upward onto monitor 2 or 3, Windows briefly triggers the taskbar. The taskbar appears at the top edge of the laptop screen, then seems to move/animate up onto the external monitor. This happens because the cursor crosses the taskbar activation edge while moving between displays. I have tried rearranging the monitors in Windows Display Settings, but I have not found a layout that prevents it while keeping the physical arrangement correct. Is there a native Windows setting, registry value, Group Policy setting, or reliable third-party workaround to prevent the auto-hidden taskbar from appearing on the below monitor ONLY th

sosmath.com

VN:F [1.9.22_1171]
Rating: 8.0/10 (1 vote cast)

Great resource for the maths, beginner to advanced.

scrabble-solver.com

VN:F [1.9.22_1171]
Rating: 7.0/10 (1 vote cast)

Useful for scrabble cheats.

rhymezone.com

VN:F [1.9.22_1171]
Rating: 7.0/10 (1 vote cast)

Find words that rhyme.

quirksmode.org

VN:F [1.9.22_1171]
Rating: 7.5/10 (2 votes cast)

Prime source for browser compatibility information on the Internet.

New blog - feed moved

3 April 2026 @ 3:51 pm

QuirksBlog will be continued at the new URL https://quirksmode.org/quirksblog/. It has entirely new RSS and Atom feeds. Please re-subscribe manually.

New business wanted

30 September 2021 @ 10:22 am

Last week Krijn and I decided to cancel performance.now() 2021. Although it was the right decision it leaves me in financially fairly dire straits. So I’m looking for new jobs and/or donations. Even though the Corona trends in NL look good, and we could probably have brought 350 people together in November, we cannot be certain: there might be a new flare-up. More serious is the fact that it’s very hard to figure out how to apply the Corona checks Dutch government requires, especially for non-EU citizens. We couldn’t figure out how UK and US people should be tested, and for us that was the straw that broke the camel’s back. Cancelling the conference relieved us of a lot of stress. Still, it also relieved me of a lot of money. This is the fourth conference in a row we cannot run, and I have burned through all my

position: sticky, draft 1

8 September 2021 @ 5:44 pm

I’m writing the position: sticky part of my book, and since I never worked with sticky before I’m not totally sure if what I’m saying is correct. This is made worse by the fact that there are no very clear tutorials on sticky. That’s partly because it works pretty intuitively in most cases, and partly because the details can be complicated. So here’s my draft 1 of position: sticky. There will be something wrong with it; please correct me where needed. The inset properties are top, right, bottom and left. (I already introduced this terminology earlier in the chapter.) h3,h4,pre {clear: left} section.scroll-container { border: 1px solid black; width: 300px; height: 250px; padding: 1em; overflow: auto; --text: 'scroll box'; float: left; clear: left; margin-right: 0.5em; margin-bot

Breaking the web forward

12 August 2021 @ 3:19 pm

Safari is holding back the web. It is the new IE, after all. In contrast, Chrome is pushing the web forward so hard that it’s starting to break. Meanwhile web developers do nothing except moan and complain. The only thing left to do is to pick our poison. blockquote { font-size: inherit; font-family: inherit; } blockquote p { font-size: inherit; font-family: inherit; } Safari is the new IE Recently there was yet another round of “Safari is the new IE” stories. Once Jeremy’s summary and a short discussion cleared my mind I finally figured out that Safari is not IE, and that Safari’s IE-or-not-IE is not the worst problem the web is facing. Perry Sun argues th

Custom properties and @property

21 July 2021 @ 1:18 pm

You’re reading a failed article. I hoped to write about @property and how it is useful for extending CSS inheritance considerably in many different circumstances. Alas, I failed. @property turns out to be very useful for font sizes, but does not even approach the general applicability I hoped for. Grandparent-inheriting It all started when I commented on what I thought was an interesting but theoretical idea by Lea Verou: what if elements could inherit the font size of not their parent, but their grandparent? Something like this: div.grandparent { /* font-size could be anything */ } div.parent { font-size: 0.4em; } div.child { font-size: [inherit from grandparent in some sort of way]; font-size: [yes, you could do 2.5em to restore the grandpar

Let’s talk about money

29 June 2021 @ 11:23 am

Let’s talk about money! Let’s talk about how hard it is to pay small amounts online to people whose work you like and who could really use a bit of income. Let’s talk about how Coil aims to change that. Taking a subscription to a website is moderately easy, but the person you want to pay must have enabled them. Besides, do you want to purchase a full subscription in order to read one or two articles per month? Sending a one-time donation is pretty easy as well, but, again, the site owner must have enabled them. And even then it just gives them ad-hoc amounts that they cannot depend on. Then there’s Patreon and Kickstarter and similar systems, but Patreon is essentially a subscription service while Kickstarter is essentially a one-time donation service, except that both keep part of the money you donate. And then there’s ads ... Do we want small content creators to remain dependent o

Inherit, initial, unset, revert

2 June 2021 @ 10:55 am

Today we’re going to take a quick look at a few special CSS keywords you can use on any CSS property: inherit, initial, revert, and unset. Also, we will ask where and when to use them to the greatest effect, and if we need more of those keywords. The first three were defined in the Cascading Level 3 spec, while revert was added in Cascading Level 4. Despite 4 still being in draft revert is already supported. See also the MDN revert page, Chris Coyier’s page, and my test page inherit The

aspect-ratio

19 May 2021 @ 10:35 am

This week we’ll take a look at the new aspect-ratio declaration and its use. Una Kravets wrote the introductory article, but there are some additional technical points to be made. I also wrote a little fallback that you might use if you need aspect-ratio right now. At the time of writing aspect-ratio is supported by Chrome 90, by Safari Technology Preview, and by Firefox 88 if you set the aspect-ratio flag in about:config. You need one of these browsers to see the examples below — except for the fallback, which should work in all browsers that support custom properties. .inner-box { border: 0; outline: 1px solid black; background-size: contain; background-position: center; background-repeat: no-repeat; background-color

aspect-ratio and grid

11 May 2021 @ 12:42 pm

I’m currently investigating the new aspect-ratio declaration and plan to write an article about it. However, I got stuck on aspect ratios in a grid context. Chrome/Safari and Firefox do something different here, and I understand neither approach. So I hope I can get some help. aspect-ratio is currently supported by Chrome 90, by Firefox 88 with the correct flag enabled, and by Safari Technology Preview. I tested mostly in the first two — for complicated reasons I cannot install STP right now, but a kind Twitter follower sent me a few screenshots. It behaves as Chrome. First, a general remark. aspect-ratio is intentionally a fairly weak declaration. It gives way if other constraints on boxes make the requested aspect ratio impossible. Take this example: .my-box { width: 100px; height: 50px; aspect-ratio

Two options for using custom properties

4 May 2021 @ 2:16 pm

Recently I interviewed Stefan Judis for my upcoming book. We discussed CSS custom properties, and something interesting happened. We had a period of a few minutes where we were talking past one another, because, as it turns out, we have completely opposite ideas about the use of CSS custom properties. I had never considered his approach, and I found it interesting enough to write this quick post. Option 1 Take several site components, each with their own link and hover/focus colours. We want to use custom properties for those colours. Exactly how do we do that? Before my discussion with Stefan that wasn’t even a question for me. I would do this: .component1 { --linkcolor: red; --hovercolor: blue; } .component2 { --linkcolor: purple; --hovercolor: cyan; } a { color: var(--linkcolor); } a:hover,a:focus { color: var(--hovercol

pixelsconverter.com

VN:F [1.9.22_1171]
Rating: 7.0/10 (1 vote cast)

Convert pixels into css units such as em, rem and pt also inch, centimeter and millimeter.

Paul Harrell

VN:F [1.9.22_1171]
Rating: 8.0/10 (1 vote cast)

Real firearms information for citizens.

parkingforbikes.com

VN:F [1.9.22_1171]
Rating: 6.5/10 (2 votes cast)

Parking for motorcycles in and around London.

onlineslangdictionary.com

VN:F [1.9.22_1171]
Rating: 8.0/10 (1 vote cast)

The Online Slang Dictionary for American, English, and Urban slang.

Wednesday's slang word of the day: womp womp

20 June 2018 @ 4:36 pm

My sincerest apologies for not choosing a Word of the Day in so long.Today's slang word of the day is womp womp. Its definitions appear below. Click here to vote on usage and vulgarity, to see words that share the same meaning, and to see words that share the same root words.womp wompinterjectionimitation of a sound effect traditionally used in cartoons after something unfortunate happens to a character. The second "womp" is spoken at a lower pitch. Almost always used sarcastically to indicate that the speaker doesn't care.      &nb

Friday's slang word of the day: delish

13 September 2013 @ 4:57 pm

Today's slang word of the day is delish. Its definitions appear below. Click here to vote on usage and vulgarity, to see words that share the same meaning, and to see words that share the same root words.delishadjective"delicious".That dinner was delish.                                                     &n

Thursday's slang word of the day: famously

12 September 2013 @ 4:57 pm

Today's slang word of the day is famously. Its definitions appear below. Click here to vote on usage and vulgarity, to see words that share the same meaning, and to see words that share the same root words.famouslyadverbwell.                                                                     &

Wednesday's slang word of the day: bra

11 September 2013 @ 4:57 pm

Today's slang word of the day is bra. Its definitions appear below. Click here to vote on usage and vulgarity, to see words that share the same meaning, and to see words that share the same root words.branounalternate pronunciation of bro.Hey bra! Do you want to go to the store?See more words with the same meaning: friend, friends.See more words with the same meaning:

Tuesday's slang word of the day: cock up

10 September 2013 @ 4:57 pm

Today's slang word of the day is cock up. Its definitions appear below. Click here to vote on usage and vulgarity, to see words that share the same meaning, and to see words that share the same root words.cock upnouna mistake. Usually hyphenated.                                                                  

Monday's slang word of the day: cracking to

9 September 2013 @ 4:57 pm

Today's slang word of the day is cracking to. Its definitions appear below. Click here to vote on usage and vulgarity, to see words that share the same meaning, and to see words that share the same root words.cracking toadjectiveeager to.                                                               

Friday's slang word of the day: get a buzz on

6 September 2013 @ 4:57 pm

Today's slang word of the day is get a buzz on. Its definitions appear below. Click here to vote on usage and vulgarity, to see words that share the same meaning, and to see words that share the same root words.get a buzz onverbto acquire a buzz.                                                &n

Thursday's slang word of the day: get slizzard

5 September 2013 @ 4:57 pm

Today's slang word of the day is get slizzard. Its definitions appear below. Click here to vote on usage and vulgarity, to see words that share the same meaning, and to see words that share the same root words.get slizzardverbto become slizzard.Tonight I'm about to get slizzard.               &nbs

Wednesday's slang word of the day: frosh

4 September 2013 @ 4:57 pm

Today's slang word of the day is frosh. Its definitions appear below. Click here to vote on usage and vulgarity, to see words that share the same meaning, and to see words that share the same root words.froshnoun - uncountablea freshman.                                                                    &nbs

Tuesday's slang word of the day: going forward

3 September 2013 @ 4:57 pm

Today's slang word of the day is going forward. Its definitions appear below. Click here to vote on usage and vulgarity, to see words that share the same meaning, and to see words that share the same root words.going forwardotherfrom now, into the future. Usually used in contrast to the near past, as when discussing future corporate plans.