Sebastiaan de Schaetzen seeseemelk
  • Home, probably
  • Joined on 2024-05-27
seeseemelk pushed to master at seeseemelk/webgit 2026-02-27 09:18:22 +01:00
45f7c84b43 Move Clone New into repo dropdown, remove sidebar links
seeseemelk pushed to master at seeseemelk/webgit 2026-02-27 09:14:56 +01:00
8b5bdc0043 Add generic error page with stack trace
2d74b000c4 Throw exception when clone repository name is blank
6e98901b9c Auto-fill repository name from URL when left blank
c3424362d4 Refactor web UI to use HTML frames layout
7fa68da521 Add delete repository feature
Compare 5 commits »
seeseemelk pushed to master at archlinux/linux-seba 2026-02-26 01:02:28 +01:00
b2be33aef9 Merge remote-tracking branch 'upstream/main'
b342c3356f 6.18.13.arch1-1
Compare 2 commits »
seeseemelk pushed to master at archlinux/aseprite 2026-02-26 01:02:16 +01:00
8ef24340ab Bump pkgrel
seeseemelk pushed to master at archlinux/qt5-styleplugins 2026-02-26 01:02:11 +01:00
8340c8c2c0 Bump pkgrel
seeseemelk pushed to attempt-2 at seeseemelk/claude-os 2026-02-24 09:12:02 +01:00
30c33c30b6 Implement minigolf game with 4 holes, wall collisions, water/sand hazards (AI)
6a8d561b3e Implement pool game using graphics subsystem (AI)
fc5fe9af63 Implement graphics subsystem with VGA mode 0x13 and drawing primitives (AI)
Compare 3 commits »
seeseemelk pushed to attempt-2 at seeseemelk/claude-os 2026-02-24 08:52:07 +01:00
57b2751a81 Implement networking syscalls, ftp and wget apps (AI)
e6929438a0 Implement UDP and TCP stack (AI)
d7ce0d5856 Implement DHCP client subsystem and dhcp app (AI)
d7d7e8e58e Implement ARP subsystem and arp app (AI)
1825448528 Implement IPv4 stack and ip app (AI)
Compare 8 commits »
seeseemelk pushed to attempt-2 at seeseemelk/claude-os 2026-02-24 08:01:51 +01:00
27b2042523 Implement mkfs.fat32 filesystem formatter app (AI)
7dc50aa57d Implement diskpart MBR partition editor app (AI)
d3176345a1 Check off character device support - already implemented (AI)
31740f7556 Implement floppy disk controller driver (AI)
399d0242b7 Check off FAT32/mount tasks, remove diagnostic code
Compare 5 commits »
seeseemelk pushed to master at archlinux/aseprite 2026-02-24 01:01:51 +01:00
5bb32511e3 Bump pkgrel
seeseemelk pushed to master at archlinux/qt5-styleplugins 2026-02-24 01:01:46 +01:00
69c0021fd9 Bump pkgrel
seeseemelk commented on pull request seeseemelk/claude-os#2 2026-02-23 15:54:53 +01:00
Attempt 2

I have to steer it again as no devices are showing up in /dev. Also, I created a release cause I thought the current version is pretty neat.

seeseemelk pushed to attempt-2 at seeseemelk/claude-os 2026-02-23 15:53:58 +01:00
5229758092 Add FAT32 driver, mount app, fix shell cd/path resolution
seeseemelk released Working shell at seeseemelk/claude-os 2026-02-23 15:53:49 +01:00
seeseemelk deleted tag atte from seeseemelk/claude-os 2026-02-23 15:53:19 +01:00
seeseemelk pushed tag atte to seeseemelk/claude-os 2026-02-23 15:53:08 +01:00
seeseemelk pushed tag attempt-2a to seeseemelk/claude-os 2026-02-23 15:52:50 +01:00
seeseemelk pushed to attempt-2 at seeseemelk/claude-os 2026-02-23 15:46:33 +01:00
d1bf69ce0d Add sysfs VFS driver, SYS_OPEN/CLOSE syscalls, cat app
seeseemelk commented on pull request seeseemelk/claude-os#2 2026-02-23 15:45:32 +01:00
Attempt 2

The cd command did not work properly. It always interpreted the path as absolute path, creating invalid PWD env vars. I asked Opus to fix this, and now it works properly.

seeseemelk pushed to attempt-2 at seeseemelk/claude-os 2026-02-23 15:09:23 +01:00
d064e67a8f Add MBR partition driver
c07ec030a7 Add IDE/ATA disk driver with devicefs integration
c12d49dea0 Add devicefs VFS driver mounted at /dev
Compare 3 commits »
seeseemelk commented on pull request seeseemelk/claude-os#2 2026-02-23 14:50:20 +01:00
Attempt 2

Opus fixed the vga output, and PS/2 keyboard works. But the background is now permanently blue instead of black... Oh well /shrug