In-reply-to » Bitcoin Reaches and Surpasses $100k USD Bitcoin just broke $100,000 USD for the first time and reached as high as $104k, and is now sitting at $102,857 at the time of this writing. Slashdot was pretty early on Bitcoin. Thoughts, nocoiners?

@slashdot@feeds.twtxt.net da fuq?! Already?! 😱 Who’s pumping this shit?! 🤯

⤋ Read More
In-reply-to » Ask Bruce Perens Your Questions About How He Hopes to Get Open Source Developers Paid Bruce Perens wrote the original Open Source definition back in 1997, and then co-founded the Open Source Initiative with Eric Raymond in 1998. But after resigning from the group in 2020, Perens is now diligently developing an alternative he calls "Post Open" to "meet goals that Open Source fails at today" ... ⌘ Read more

@slashdot@feeds.twtxt.net why are so many banging on against Bruce Perens in the comments of this Slashdot article? 🤔 what has he done?

⤋ Read More

Ask Bruce Perens Your Questions About How He Hopes to Get Open Source Developers Paid
Bruce Perens wrote the original Open Source definition back in 1997, and then co-founded the Open Source Initiative with Eric Raymond in 1998. But after resigning from the group in 2020, Perens is now diligently developing an alternative he calls “Post Open” to “meet goals that Open Source fails at today” … ⌘ Read more

⤋ Read More

AAEON Integrates Intel Arc GPU with High-Performance Computing in Edge PC
The MXM-ACMA-PUC is an industrial edge computing system from AAEON that combines 13th Generation Intel Core processors with an embedded Intel Arc GPU. It is designed for machine learning and AI workloads, with applications in smart city infrastructure and industrial workstation management. The system supports a range of Intel Core processors, with the default configuration

⤋ Read More

Problem 2: Your SSD-backed database has a usage-pattern that rewards you with a 80% page-cache hit-rate (i.e. 80% of disk reads are served directly out of memory instead of going to the SSD). The median is 50 distinct disk pages for a query to gather its query results (e.g. InnoDB pages in MySQL). What is the expected average query time from your database?

Share your solution via Twtxt and how you arrived at it and I’ll share my solution tomorrow!

#napkin-math

⤋ Read More

I think it’s time I set up jenny for this feed… been echo-ing my twits manually and there came times when it made me feel like a dork xD Plus I don’t have my vim’s :set spell to catch up with the typos

⤋ Read More

I think it’s time I set up jenny for this feed… been echo-ing my twits manually and there came times when it made me feel like a dork xD Plus I don’t have my vim’s :set spell to catch up with the typos

⤋ Read More

NVK Achieves Day-Zero Support for Vulkan 1.4
The Khronos Group recently announced the release of the Vulkan 1.4 specification, and NVK, an open-source Vulkan driver for NVIDIA hardware, has achieved day-zero conformance with the latest API. This support has been integrated into Mesa and will be available in the upcoming Mesa 25.0 release, scheduled for early 2025. This development highlights Mesa’s ongoing

⤋ Read More

Low-Cost ESP32-PICO-D4 Board with LoRa, Wi-Fi, and BLE Connectivity
The LILYGO T3 V3.0 TCXO is a development board based on the ESP32 microcontroller, offering integrated Wi-Fi and Bluetooth V4.2 + BLE connectivity. It features multiple GPIOs, QWIIC connectors, and LiPo battery support, making it suitable for portable applications. Unlike other LILYGO products with LoRa support, such as the T5 E-Paper S3 Pro, the T3

⤋ Read More
In-reply-to » Today's discovery: Iris a Serverless text-based forum for tilde-likes. I still haven't posted anything out there yet, but I'm in love with it already. Let's see what we find out next... rubbing hands

Also interesting:

edit_hash: When a message is edited, a new message is created– this field holds the hash of the modified message. The client follows the chain of edit hashes to end up at the final, edited message to display. This lets us keep an “undo” history (not yet implemented) and is a marker so the client can display a marker that the message has been edited.

⤋ Read More
In-reply-to » Today's discovery: Iris a Serverless text-based forum for tilde-likes. I still haven't posted anything out there yet, but I'm in love with it already. Let's see what we find out next... rubbing hands

@bender@twtxt.net Thanks! Also very interesting rid bits here 🤣

The author, parent hash, timestamp, and message values go into the hash. (see Message Hash for details)

⤋ Read More
In-reply-to » Today's discovery: Iris a Serverless text-based forum for tilde-likes. I still haven't posted anything out there yet, but I'm in love with it already. Let's see what we find out next... rubbing hands

LOL the rest of it appears undocumented 🤦‍♂️

Messages

Message Hash

Bad Hashes

Edit Chain

Deleted Messages

Topic List

Replies

License

GPLv2

⤋ Read More
In-reply-to » Today's discovery: Iris a Serverless text-based forum for tilde-likes. I still haven't posted anything out there yet, but I'm in love with it already. Let's see what we find out next... rubbing hands

@skinshafi@thunix.net Cool!

Iris leans heavily on convention. Iris’ security and message authentication is provided by filesystem permissions and message hashing.

⤋ Read More
In-reply-to » Problem 1: How much will the storage of logs cost for a standard, monolithic 100,000 RPS web application?

My solution to:

How much will the storage of logs cost for a standard, monolithic 100,000 RPS web application?

  • 512 bytes logged per request
  • 100,000 RPS
  • ~50MB/s
    • ~4TB/day
  • $0.02/GB Blob Storage
    • $0 ingress
  • 90 days retention
    • ~400TB
    • $8k Blob Storage
  • Costs:
    • ~$88/day
    • ~$2.6k/month
    • ~$32k/year

⤋ Read More
In-reply-to » Problem 1: How much will the storage of logs cost for a standard, monolithic 100,000 RPS web application?

A reminder of the problem:

How much will the storage of logs cost for a standard, monolithic 100,000 RPS web application?

⤋ Read More
In-reply-to » Problem 1: How much will the storage of logs cost for a standard, monolithic 100,000 RPS web application?

Anyone had a chance to have a go at this problem yet? 🤔I’ll post my solution in a few hours…

⤋ Read More
In-reply-to » @mckinley Regarding https://mckinley.cc/notes/20241120-css3-announcement.xhtml, I'm wondering why you support viewing your website on a printer? :-)

@lyse@lyse.isobeef.org Haha, the dark background would have been printed before I added the media query. It’s unlikely that anyone will want to print one of my posts, but I figure it’s worth the extra line to conserve ink if someone does.

⤋ Read More
In-reply-to » Bluesky's Open API Means Anyone Can Scrape Your Data for AI Training. It's All Public Bluesky says it will never train generative AI on its users' data. But despite that, "one million public Bluesky posts — complete with identifying user information — were crawled and then uploaded to AI company Hugging Face," reports Mashable (citing an article by 404 Media).

@slashdot@feeds.twtxt.net Bahahahahahahahahaha 🤣🤣🤣

⤋ Read More

Bluesky’s Open API Means Anyone Can Scrape Your Data for AI Training. It’s All Public
Bluesky says it will never train generative AI on its users’ data. But despite that, “one million public Bluesky posts — complete with identifying user information — were crawled and then uploaded to AI company Hugging Face,” reports Mashable (citing an article by 404 Media).

“Shortly after the article’s p … ⌘ Read more

⤋ Read More
In-reply-to » Just the same view, ocean and sand! 🤣 Media

@bender@twtxt.net We went to Hoi An today and bought tickets to see the “old town”. We lasted about 2 hours before we’d had enough of the hustle, bustle, scammers, pollution, constant beeping and all manner of over capitalized nonsense! 🤣 We ate nothing! 😅

⤋ Read More