https://madalitso.me/notes/why-everyone-is-talking-about-filesystems/ #fanclub #techrevolution #databasewhodunit #techhumor #softwaretrends #HackerNews #ngated
Nikhil Sharma (@ImNikhil117)
๊ณต์ ํ์ผ์์คํ ์ ์กฐ์ ๊ณ์ธต์ผ๋ก ์ฌ์ฉํ๋ ์ ๊ทผ๋ฒ์ ์ค๋ช ํ ํธ์์ ๋๋ค. ๊ฐ ์์ด์ ํธ๋ ์ธ๋ฐ์ค ๋๋ ํ ๋ฆฌ๋ฅผ ๊ฐ๊ณ ๊ณต์ ์ปจํ ์คํธ ํ์ผ์ ์ฐ๊ณ ๋ค๋ฅธ ์์ด์ ํธ์ ์ถ๋ ฅ์ ์ฝ๋ ๋ฐฉ์์ผ๋ก, ๋ฉ์์ง ๋ฒ์ค ์์ด ๋ช ํํ ์ฝ๊ธฐ/์ฐ๊ธฐ ๊ท์ฝ๋ง์ผ๋ก ํ์ ์ ์ํํ๋ค๊ณ ์ ์ํฉ๋๋ค.

@mattshumer_ Shared filesystem as the coordination layer. Each agent gets its own inbox directory, writes to shared context files, reads others' outputs. No message bus needed โ just well-defined read/write contracts. The hardest part isn't communication, it's preventing two agents from
Hรค? Was zum Geier?! ... Liebes Windows 11, irgendwie glaube ich dir und deinen Angaben nicht mehr so wirklich. Die Datei hat eine Grรถรe von 105 Bytes, belegt aber 0 Bytes auf der Festplatte? Ist das ein Fehler? Eine fortschrittliche Kompressionstechnik? Deduplikation im Dateisystem? Schwierig... ๐
#Windows #Explorer #Datei #Microsoft #Technik #Dateisysteme #Filesystems #Bug #WTF
Remember Blake L., the ex-Googler who got sacked for claiming their #LLM had gained consciousness? He was one of the first of very clever but mentally unstable SEs who let their brains fool them into believing something like that. By the time Google wished him well and said, they'd take "the responsible #development of #AI very seriously." Hard to believe that this was just 3 years ago! Today, they'd probably promote him to devrel or something.
lol. reasons never to use bcachefs or spend 1ms thinking about it ever again: it's vibe coded. yeah, a vibe coded Linux file system. here's the "blog" of the lead dev's "AI assistant": https://poc.bcachefs.org/ i now have much more insight into bcachefs getting kicked out of the kernel EDIT: my fucking god what an incredible post this is https://www.reddit.com/r/bcachefs/comments/1rblll1/the_blog_of_an_llm_saying_its_owned_by_kent_and/o6tmlib/
$ cat /proc/meminfo
$ lmsensors
IยฒC
#Linux #I2C #monitoring #lmsensors #meminfo #proc #filesystems #technology #OpenSource #programming #sensors #temperature #Chemistry #Mathematics #lineair #algebra #physics
@xameer Imagine that you needed to persist some configuration data across reboot cycles. Sure, you can use structs and low-level flash programming code, but if this data needs to be appended to or changed in an arbitrary fashion, your code would start to get ridiculous. Thatโs why #filesystems (and #databases ) exist
Linux, there is a hard separation between userspace calls and the underlying hardware driver code. One key advantage of this is how easy it is to move from one hardware platform to another; itโs not uncommon to only have to change a couple of lines of code to specify the new device names when porting your code.
Yes, you can poke GPIO pins, perform I2C transactions, and fire off SPI messages from userspace in Linux, and there are some good reasons to use these tools during diagnosing and debugging.
https://jaycarlson.net/embedded-linux/
I've recently finished a task set entrusted to me by a client. The task was executed 100% remotely with server farm(s) thousands of nautical miles away.
Skillset used are
(remote) server VM management (XEN and ProxMox**)
Linux client server experience
VOIP (incl asterisk)
specific migration skills varying from simple looking updates (which can break custom hard coded scripts & programs PHP code, C code, etc) to full server migrations to higher versions often spanning more than two versional steps in between
filesystems in different Open Source OS where redundancy building of data is important
bare metal skills
BSD (limited yet good enough experience)
Bare metal server placement
Energy and heat distribution
logic
patience / patience / patience
KISS
I get computing related tasks from this client for more than 30 years, which means that a solid basis of mutual trust has been build between us
I love having my client feeling extra great again after this task set was completed.
** Including proxmox LB code!
^Z
#Linux #ProxMox #networking #filesystems #EXT4 #RAID #BSD #freeBSD #ghostBSD #OpenSource #programming #mathematics #Physics #Chemistry #technology
TIL: AutoFS for automatically mount a remote filesystem (e.g. a SMB share) on accessing the local mount path. ๐ฒ