muos/amd64 that boots into a running shell, with a tiny little vfs, UNIX-like semantics, syscalls, read/write, etc. It works pretty nicely, and aside from a small Assembly "nucleus", most of the Kernel and Userspace is written in Mu.
I just taught the scc SLOC tool I use how to detect and recognize the Mu programming language. So itโs actually a bit worse than your estimate. Itโs more like ~60/30 at the moment:
>>> mu = 1445
>>> asm = 2365
>>> T = mu + asm
>>> mu / T * 100
37.9265091863517
>>> asm / T * 100
62.07349081364829
@itsericwoodward@itsericwoodward.com Well I clearly suck ๐คฃ putt.day #62 โณ 22/12 +10
๐ก๐ข๐ก๐ก๐ด๐ด๐ก๐ข๐ข๐ข๐ก๐ด๐ด๐ข๐ข๐ข๐ก๐ข๐ข๐ข +2
https://putt.day/s/b4UKsjw0olkS
Worker backs race winner after finding tip in 62-year-old time capsule
A construction worker successfully backed the right horse after following the instructions left in an old time capsule. The bizarre series of events bโฆ โ Read more
Disclaimer: Canโt guarantee that Iโm fully awake and Iโm being trained at work not to use my brain anymore, so maybe this is complete bullshit. ๐ช๐งโโ๏ธ
It says here that SQLite uses signed integers:
https://sqlite.org/datatype3.html
In pure bits, 1 << 63 would be 0x8000000000000000, but as a signed value, it gets interpreted as -9223372036854775808. Subtracting 1 yields -9223372036854775809 โ but that doesnโt fit in 64 bits anymore. Itโs possible that SQLite doesnโt want to wrap around but instead saturates? Havenโt checked. ๐ค
With 62 bits, there is enough room.
With 1 << 64, I have no idea how SQLite wants to handle this, because this should immediately trigger a warning, because it doesnโt fit right away. Maybe it gets truncated to 0?
sqlite> select printf('0x%x', 2 * (1 << 64));
โญโโโโโโโโโโโโโโโโโโโโโโโฎ
โ printf('0x%x', 2 ... โ
โโโโโโโโโโโโโโโโโโโโโโโโก
โ 0x0 โ
โฐโโโโโโโโโโโโโโโโโโโโโโโฏ
sqlite> select printf('0x%x', 0 - 1);
โญโโโโโโโโโโโโโโโโโโโโโโโฎ
โ printf('0x%x', 0 ... โ
โโโโโโโโโโโโโโโโโโโโโโโโก
โ 0xffffffffffffffff โ
โฐโโโโโโโโโโโโโโโโโโโโโโโฏ
sqlite> select printf('0x%x', 0 - 2);
โญโโโโโโโโโโโโโโโโโโโโโโโฎ
โ printf('0x%x', 0 ... โ
โโโโโโโโโโโโโโโโโโโโโโโโก
โ 0xfffffffffffffffe โ
โฐโโโโโโโโโโโโโโโโโโโโโโโฏ
6.12.63: longterm
Version:6.12.63 (longterm)Released:2025-12-18Source:linux-6.12.63.tar.xzPGP Signature:linux-6.12.63.tar.signPatch:full ( incremental)ChangeLog:ChangeLog-6.12.63 โ Read more
6.12.62: longterm
Version:6.12.62 (longterm)Released:2025-12-12Source:linux-6.12.62.tar.xzPGP Signature:linux-6.12.62.tar.signPatch:full ( incremental)ChangeLog:ChangeLog-6.12.62 โ Read more
French PM backs freezing Macronโs pension reform to save government
The changes, which raised the retirement age from 62 to 64, were seen as signature reforms in Emmanuel Macronโs presidency. โ Read more
French PM backs freezing Macronโs pension reform to save government
The changes, which raised the retirement age from 62 to 64, were seen as signature reforms in Emmanuel Macronโs presidency. โ Read more
French PM backs freezing Macronโs pension reform to save government
The changes, which raised the retirement age from 62 to 64, were seen as signature reforms in Emmanuel Macronโs presidency. โ Read more
Rise in Victoriaโs prisoner numbers outpace population growth
Victoriaโs prison population has surged by 62 per cent in the last 20 years as the number of accused held on remand triples. โ Read more
Testing the Worldโs Thinnest Foldable Smartphone
Chinese smartphone maker Oppo recently came out with the Find N5, which is a super thin and lightweight foldable smartphone. Itโs thinner and lighter than Samsungโs foldable devices, and Appleโs non-foldable ones.
_Subscribe to the MacRumors YouTube channel for more videos._
The Find N5 has a 6.62-inch display when closed, and an 8.12-inch display when open, so when unfolded, itโs just a bit smalle โฆ โ Read more
reviewing logs this morning and found i have been spammed hard by bots not respecting the robots.txt file. only noticed it because the OpenAI bot was hitting me with a lot of nonsensical requests. here is the list from last month:
- (810) bingbot
- (641) Googlebot
- (624) http://www.google.com/bot.html
- (545) DotBot
- (290) GPTBot
- (106) SemrushBot
- (84) AhrefsBot
- (62) MJ12bot
- (60) BLEXBot
- (55) wpbot
- (37) Amazonbot
- (28) YandexBot
- (22) ClaudeBot
- (19) AwarioBot
- (14) https://domainsbot.com/pandalytics
- (9) https://serpstatbot.com
- (6) t3versionsBot
- (6) archive.org_bot
- (6) Applebot
- (5) http://search.msn.com/msnbot.htm
- (4) http://www.googlebot.com/bot.html
- (4) Googlebot-Mobile
- (4) DuckDuckGo-Favicons-Bot
- (3) https://turnitin.com/robot/crawlerinfo.html
- (3) YandexNews
- (3) ImagesiftBot
- (2) Qwantify-prod
- (1) http://www.google.com/adsbot.html
- (1) http://gais.cs.ccu.edu.tw/robot.php
- (1) YaK
- (1) WBSearchBot
- (1) DataForSeoBot
i have placed some middleware to reject these for now but it is not a full proof solution.
6.6.63: longterm
Version:6.6.63 (longterm)Released:2024-11-22Source:linux-6.6.63.tar.xzPGP Signature:linux-6.6.63.tar.signPatch:full ( incremental)ChangeLog:ChangeLog-6.6.63 โ Read more
6.6.62: longterm
Version:6.6.62 (longterm)Released:2024-11-17Source:linux-6.6.62.tar.xzPGP Signature:linux-6.6.62.tar.signPatch:full ( incremental)ChangeLog:ChangeLog-6.6.62 โ Read more
Hmm:
42 75 69 6C 64 20 77 68 61 74 20 6D 61 6B 65 73 20 79 6F 75 20 68 61 70 70 79 2E 20 4C 65 74 20 6D 69 73 65 72 61 62 6C 65 20 70 65 6F 70 6C 65 20 62 75 69 6C 64 20 74 68 65 20 72 65 73 74 2E
ๅฆๆ่ฎฉไฝ ๆฅ็ปๅ็ๅฑฑ๏ผไฝ ไผ็ปๆไปไนๆ ทๅข๏ผ
ๅช่ฝๆฑๅฉๆๅฎถๅฐๆๅไบใๆฏ็ซ็ป็ปๆๅฎๅจไธ่ก
่ฝ็ถ่ฟๆฏไธ
ๆฅๆบ๏ผ็ฅไน www.zhihu.com
ไฝ่ ๏ผ [ๆ็น็นๅซ็ๅๅญ](http://www.zhihu.com/people/81-4-20-62-92?utm_campaign=rss&utm_medium=rss&utm_sour โฆ โ Read more
[47ยฐ09โฒ39โณS, 126ยฐ43โฒ55โณW] Reading: 1.62 Sv
[47ยฐ09โฒ45โณS, 126ยฐ43โฒ04โณW] Reading: 0.62 Sv
Hot Chili Peppers, War, and Sichuan Cuisine http://nautil.us/issue/62/systems/why-revolutionaries-love-spicy-food-rp
kas 24 โฆ skingrapher 62