10 Unexpected Things Scientists Made Using DNA
Deoxyribonucleic acid, or DNA, holds the genetic information passed from parents to offspring. But researchers are driven by a bigger question—beyond inheritance, what more can you do with DNA? The results are mind-bending. From sperm plastic to woolly mammoth meatballs, here are ten projects that prove DNA is a freakishly malleable material. Related: 10 Awesome […]
The post [10 Unexpected Things Scientists Made Using DNA](https://listver … ⌘ Read more
@zvava@twtxt.net yarnd fetches the feeds roughly every ten minutes:
grep twtxt.net www/logs/twtxt.log | cut -d ' ' -f1 | tail -n 20
2025-10-04T07:00:45+02:00
2025-10-04T07:10:26+02:00
2025-10-04T07:22:43+02:00
2025-10-04T07:30:45+02:00
2025-10-04T07:40:48+02:00
2025-10-04T07:52:59+02:00
2025-10-04T08:00:07+02:00
2025-10-04T08:13:33+02:00
2025-10-04T08:23:13+02:00
2025-10-04T08:31:22+02:00
2025-10-04T08:41:29+02:00
2025-10-04T08:53:25+02:00
2025-10-04T09:03:31+02:00
2025-10-04T09:11:42+02:00
2025-10-04T09:23:11+02:00
2025-10-04T09:29:49+02:00
2025-10-04T09:36:17+02:00
2025-10-04T09:46:33+02:00
2025-10-04T09:58:40+02:00
2025-10-04T10:06:54+02:00
I suspect that the timing was just right. Or wrong, depending on how you’re looking at it. ;-)
@movq@www.uninformativ.de I got an empty line through the table, similarly to one of the linked bug reports, just at a different location:
https://lyse.isobeef.org/tmp/screenshot-2025-09-27-13-56-13.png
@prologic@twtxt.net Germany was listed as “opposing” on https://fightchatcontrol.eu/ for a while, now it’s back to “undecided”. According to netzpolitik.org, it’s still debated. Also according to that page, there could be an important vote on the EU level on October 13/14.
The green party and the (far) left are opposing this (at least in Germany). Sadly, Germany is leaning more right with every year … As for young people: The (far) left is the strongest party among young people, with the (far) right being the second strongest one. (https://www.tagesschau.de/wahl/archiv/2025-02-23-BT-DE/umfrage-alter.shtml) Is there cause for hope? I don’t know.
Lunduke’s Week in Tech - Sep 13, 2025
Open Source Leftists Celebrate Murder, Censor Conservatives, and say “Free Software is White Supremacy”. ⌘ Read more
Here’s an example of X11/Xlib being old and archaic.
X11 knows the data type “cardinal”. For example, the window property _NET_WM_ICON (which holds image data for icons) is an array of “cardinal”. I am already not really familiar with that word and I’m assuming that it comes from mathematics:
https://en.wikipedia.org/wiki/Cardinal_number
(It could also be a bird, but probably not: https://en.wikipedia.org/wiki/Cardinalidae)
We would probably call this an “integer” today.
EWMH says that icons are arrays of cardinals and that they’re 32-bit numbers:
https://specifications.freedesktop.org/wm-spec/latest-single/#id-1.6.13
So it’s something like 0x11223344 with 0x11 being the alpha channel, 0x22 is red, and so on.
You would assume that, when you retrieve such an array from the X11 server, you’d get an array of uint32_t, right?
Nope.
Xlib is so old, they use char for 8-bit stuff, short int for 16-bit, and long int for 32-bit:
That is congruent with the general C data types, so it does make sense:
https://en.wikipedia.org/wiki/C_data_types
Now the funny thing is, on modern x86_64, the type long int is actually 64 bits wide.
The result is that every pixel in a Pixmap, for example, is twice as large in memory as it would need to be. Just because Xlib uses long int, because uint32_t didn’t exist, yet.
And this is something that I wouldn’t know how to fix without breaking clients.
Saw this on Mastodon:
https://racingbunny.com/@mookie/114718466149264471
18 rules of Software Engineering
- You will regret complexity when on-call
- Stop falling in love with your own code
- Everything is a trade-off. There’s no “best” 3. Every line of code you write is a liability 4. Document your decisions and designs
- Everyone hates code they didn’t write
- Don’t use unnecessary dependencies
- Coding standards prevent arguments
- Write meaningful commit messages
- Don’t ever stop learning new things
- Code reviews spread knowledge
- Always build for maintainability
- Ask for help when you’re stuck
- Fix root causes, not symptoms
- Software is never completed
- Estimates are not promises
- Ship early, iterate often
- Keep. It. Simple.
Solid list, even though 14 is up for debate in my opinion: Software can be completed. You have a use case / problem, you solve that problem, done. Your software is completed now. There might still be bugs and they should be fixed – but this doesn’t “add” to the program. Don’t use “software is never done” as an excuse to keep adding and adding stuff to your code.
On my blog: Toots 🦣 from 06/09 to 06/13 https://john.colagioia.net/blog/2025/06/13/week.html #linkdump #socialmedia #quotes #week
10 Times Historical Figures Got Humbled
Throughout history, even the most powerful people have had their “oops” moments when life handed them a big slice of humble pie. Whether it was a botched battle, a public failure, or simply being outsmarted by someone way less important, these historical figures learned the hard way that no one is too great to avoid […]
The post 10 Times Historical Figures Got Humbled appeared … ⌘ Read more
10 Bizarre Consumer Products Pulled Within Days of Release
Some products fail slowly. Others detonate on impact. This list is for the latter—the bizarre, ill-conceived, or prematurely hyped products that barely made it out of the gate before getting yanked from shelves, recalled in embarrassment, or mocked into oblivion. Whether due to dangerous design flaws, baffling branding choices, or just plain public confusion, these […]
The post [10 Bizarre Consumer Products Pulled … ⌘ Read more
new blog post: how i organized my obsidian vault for writing and made it super cool and awesome! https://bubblegum.girlonthemoon.xyz/articles/13
Invention no 13 in A minor by J.S. Bach - YouTube Soo amazing! 🤩
10 World-Changing Ideas Explained First-Hand by Their Creators
Unfortunately, most of the ideas that human beings conceive never go anywhere. This is true even for very good ideas. Many appear briefly, only to fade into obscurity as history marches on. But every so often, an idea emerges that is so bold, visionary, and fundamentally transformative that it cannot be forgotten. These are the […]
The post [10 World-Changing Ideas Explained First-Hand by Their Creators](ht … ⌘ Read more
10 Great Comic Book Castings Wasted on Bad Scripts
Casting comic book characters onto the big (or small) screen is tricky. Unlike regular novels, these superpowered stories come with vivid illustrations of every plot beat. As such, fans have clear pictures of how the characters should look and act. Maybe that’s why they scrutinize these adaptations so closely. It’s painfully apparent when the wrong […]
The post [10 Great Comic Book Castings Wasted on Bad Scripts](https://listverse … ⌘ Read more
@prologic@twtxt.net I’m not sure if that’s an intended behaviour but twtxt.net’s home page doesn’t load more than 13 twts, no more pagination/infinite scrolling…
Page 1/1 of 13 Twts
Chapter 12:
Chapter 13:
anyway re: girl doxxing for wonyoung. this is real wonyoungism. i can only dream of being that iconic. for context wonyoung gets so much hate and she is literally my age and has been doing this idol shit since she was 13 and has gotten called all sorts of horrible things since then because people are jealous of her. so imo doxxing in her name is OK and justified i DON’T CARE there are youtubers in south korea who have made a career out of hating on her and are now getting sued by her for defamation
i could do anything for wonyoung but nothing will ever be as cool and iconic as the 13 year old daughter of the baidu vice president who doxxed over 100 people during an argument for hating on wonyoung. Absolute icon
On my blog: Real Life in Star Trek, Birthright part 2 https://john.colagioia.net/blog/2025/03/13/birthright-2.html #scifi #startrek #closereading
10 Noteworthy Rock Bands That Don’t Have a Drummer
No matter where you are in the world, everyone knows the sound of a rock band: vocals, guitars, bass, and drums. Simple, effective, and easy to recreate in your own living room or garage. But, while drums are generally considered an essential part of the rock band sound—driving the beat, maintaining the rhythm, and providing […]
The post [10 Noteworthy Rock Bands That Don’t Have a Drummer](https://listverse.com/2025/03/13/10-notewo … ⌘ Read more
[ANN] Monero, Arti, and I2P Apps for TrueNAS Scale
As part of our efforts to support critical cryptocurrency infrastructure and privacy, MAGIC Grants has implemented Monero, Arti, and I2P apps for TrueNAS Scale.
Link: https://magicgrants.org/2025/03/11/truenas-monero-arti-i2p.html
u/SamsungGalaxyPlayer (Reddit) ⌘ Read more
[AFH] [0.13 XMR] Anonymous Web development for landing page - No Logs, No Tracking, Just Code.
I offer minimalist landing pages, personal portfolios, and business profile websites with a strong focus on privacy and anonymity. No tracking, no Google Analytics, and no sensitive data collection. delivery can take times depending how complex the website is.
Link: https://xmrbazaar.com/listing/QyQR/
AdditionalRabbit31 (XMRBazaar) ⌘ Read more
On my blog: Real Life in Star Trek, Aquiel https://john.colagioia.net/blog/2025/02/13/aquiel.html #scifi #startrek #closereading
10 Broadway Props That Stole The Show
Broadway is known for its dazzling performances, unforgettable characters, and, of course, incredible props that help bring the magic to life. While the actors’ talent is the star of the show, some props have a way of stealing the spotlight and becoming just as iconic as the performances themselves. From inanimate objects that take on […]
The post [10 Broadway Props That Stole The Show](https://listverse.com/2025/02/13/10-broadway-props-that-stole-the-show … ⌘ Read more
woodser releases monero-cpp v0.8.13, monero-java v0.8.36, monero-ts v0.11.3
woodser1 has just released new versions for three Monero libraries: monero-cpp v0.8.132, monero-java v0.8.363, and monero-ts v0.11.34:
monero-cpp:
-Support wallet->get_default_fee_priority()
-Fix building sample_code.cpp on Linux
-Update instructions to use unbound v1.22.0
-Update instructions to use boost v1.85.0
-Update build ... ⌘ [Read more](https://monero.observer/woodser-releases-monero-cpp-v0.8.13-monero-java-v0.8.36-monero-ts-v0.11.3/)
Monero Dev Activity Report - Week 6 2025: 30 PRs, 13 Issues
This weekly report aims to provide a big picture view of Monero development activity, increase community support for existing devs and, hopefully, encourage new contributions.
Opened (16)
monero-project/monero:
Linux 6.14 with Rust: “We are almost at the ‘write a real driver in Rust’ stage now”
With the Linux 6.13 kernel, Greg Kroah-Hartman described the level of Rust support as a “tipping point” for Rust drivers with more of the Rust infrastructure having been merged. Now for the Linux 6.14 kernel, Greg describes the state of the Rust driver possibilities as “almost at the “write a real driver in rust” stage now, depending on what you want to do.“ ↫ Michael … ⌘ Read more
Linux 6.13 released
Linux 6.13 comes with the introduction of the AMD 3D V-Cache Optimizer driver for benefiting multi-CCD Ryzen X3D processors, the new AMD EPYC 9005 “Turin” server processors will now default to AMD P-State rather than ACPI CPUFreq for better power efficiency, the start of Intel Xe3 graphics bring-up, support for many older (pre-M1) Apple devices like numerous iPads and iPhones, NVMe 2.1 specification support, and AutoFDO and Propeller optimization support when compiling the Linux kernel with … ⌘ Read more
Monero Dev Activity Report - Week 3 2025: 66 PRs, 12 Issues
This weekly report aims to provide a big picture view of Monero development activity, increase community support for existing devs and, hopefully, encourage new contributions.
Opened (13)
monero-project/monero:
Haveno v1.0.18 released with various fixes and improvements
woodser1 has released Haveno2 version 1.0.183 with various bug fixes, improvements and updates.
Reduce disk usage up to 98% by saving wallets less frequently..
Update to Tor browser v14.0.3 and Tor binary v0.4.8.13
Increase trade limit of 'no deposit' offers to 1.5 XMR
Rename 'Cash at ATM' to 'Cardless Cash'
Support startup flag to specify blockchain location for local node
Improv ... ⌘ [Read more](https://monero.observer/woodser-releases-haveno-v1.0.18-fixes-improvements/)
On my blog: Toots 🦣 from 01/13 to 01/17 https://john.colagioia.net/blog/2025/01/17/week.html #linkdump #socialmedia #quotes #week
Lunduke’s Nerdy Q & A - Jan 13, 2025
A few of the questions asked in today’s show: ⌘ Read more
On my blog: Developer Diary, Old New Year’s Eve https://john.colagioia.net/blog/2025/01/13/old-new-year.html #programming #project #devjournal
10 Shocking Facts About the Electric Chair
Since 1887, the electric chair has fascinated and horrified people around the world. The stiff, uninviting planks of wood the chairs are made of have become synonymous with the controversial method of execution. Since its invention, the chair has continued to evolve, for better or worse. Here are 10 things you might not have known […]
The post [10 Shocking Facts About the Electric Chair](https://listverse.com/2025/01/13/10-shocking-facts-about-the- … ⌘ Read more
[LFF] [5K EUR] XMRpos app development
This crowdfunding campaign aims to further develop a Free and Open Source Android app (XMRpos), which is designed for use by merchants on a dedicated Point of Sale (POS) device with thermal printer.
Links:
- https://pay.monerokon.org/apps/4P3tCgWYEB73Pu35H2F5cnVhwzd7/crowdfund
- /monerokon-proposes-bounty-monero-pos-android-app/
ajs-xmr (Github) ⌘ Read more