That first incoming rule "icmp" looks like it does not actually match on ICMP, but allows anything (maybe Iβm missing something).
That first incoming rule "icmp" looks like it does not actually match on ICMP, but allows anything (maybe Iβm missing something).
fwiw they sent a follow-up mail to clarify that itβs about their online services.
Zed's new startup screen:
I am 18 or older, so I donβt really care, but itβs not phrased very well if so.
I assume thatβs the case, but their phrasing isnβt good if so. They could have said something like "You must be 18 or older to use Zedβs online services like collaboration and AI models". Instead they just say "Zed" π€·π»ββοΈ
Zed (text editor) informing that theyβre changing their terms of service. The message states that starting March 2nd (yesterday) βyou must be 18 or older to use Zedβ.
βYou must be 18 or older to useβ your text editor. What the. #zed
The app code is open source and available at github.com/tidewave-ai/....
The app part is using Tauri and we used our experience building it to also move the Livebook Desktop app to Tauri as well, so for the first time thereβs now also a Linux version of Livebook Desktop!
So Tidewave Web talks to both the App/CLI and the MCP running in your web framework. We deprecated the old /tidewave entrypoint because maintaining it would have required to keep duplicate endpoints around and having different features depending on how you open Tidewave Web.
Since thatβs not really scalable and because we also wanted to support external agents over ACP like Claude Code, we decided to move all that to one Rust codebase. Otherwise we would not have been able to implement ACP as doing that separately for each framework would be a lot of unnecessary work.
Why? In the past, we implemented features the agent needs like reading and writing files for each framework. So the Phoenix MCP had a separate endpoint for file system access, the Ruby one, the Next.js one, etc.
Tidewave Web is not deprecated. Itβs still Tidewave Web, but you need the separate App or CLI installed now.
Thereβs progress on DisplayPort though, so it shouldnβt be too long for that. Thunderbolt is probably still a while.
media.ccc.de/v/39c3-asahi...
I think support for anything with M1 and M2 is pretty good. Iβve heard thereβs progress on M3 too. The most glaring thing missing is DisplayPort Alt Mode and Thunderbolt. My 4 externals displays are run using DisplayLink at the moment (which works surprisingly well).
asahilinux.org/docs/platfor...
I assume you can make a lot of money generating such content on YouTube. Itβs always about money, isnβt it? If anyone creating such slop videos ever reads this: youβre a terrible human being.
Iβm eagerly waiting for the current AI bubble to pop, hoping that it puts an end to this dangerous slop shit, but even if most of the current companies disappear into oblivion, itβs probably too late already.
Weβve seen reports about what can happen if someoneβs chatting with their chatbot too much. Now we also need to worry about a deluge of absolute slop indoctrinating the minds of anyone whoβs not overly sensitive of what theyβre consuming. I donβt want to know where this is heading. Itβs not good.
Right now, whoeverβs behind those channels has nothing to lose. If a channel gets closed? Just create a new fake identity and continue generating dangerous slop with zero accountability. This whole generative AI thing is a fucking mess and I absolutely hate seeing what itβs doing to the internet.
In the past, if you were a doctor giving bad advice on YouTube, you at least had the real possibility of ruining your reputation. Some of those videos are telling people with high blood pressure to stop talking their medication. And if you believe some comments, at least some people listen to that.
Why am I writing this? I just clicked on a YouTube link and made the mistake of looking at the suggested videos while not being signed in. MULTIPLE fake doctor videos with multiple hundred thousand of views. Some with over a million. As a tech nerd that makes me furious.
The whole thing, video and audio, was fully AI generated. The "doctor" doesnβt exist. I told my father that itβs AI and he shouldnβt believe anything it says. Looking at the comments some people realize that itβs fake, but many donβt.
Last time I visited my parents, my father opened up a YouTube video of a "doctor" talking about medication you should not take if youβre aged above 60. I immediately had a weird feeling about it and after looking at it for a while I noticed a YouTube play button with clearly AI generated text on it.
The KDE "About this System" page showing Asahi Linux running on my MacBook Pro M1 Max.
At the beginning of February I used a Sunday afternoon to make some space on my MacBook's internal drive to install #Asahi Linux as a daily driver. Apart from some minor annoyances it's working quite well.
If something is able to do it, then rclone: rclone.org/dropbox/
rclone.org/protondrive/
Looking at the left side, I would have never guessed that those stones would be nearly white :O
Gets my seal of approval ππ»
Today I woke up to my LiveView app on fly.io being completely broken as any WebSocket connections were unable to get established. No deployment, no code change. Since itβs an colder codebase, longpoll fallback was not enabled. Works now with long polling, but websockets still donβt π€·π»ββοΈ
My new years resolution included finally building a blog and writing articles. Here is the first one: kevinschweikert.de/posts/build-...
A simple ZFS mirror is a RAID1. ZFS just has different terms it uses for many things. So you tell ZFS to replace the disk and it will rebuild (resilver in ZFS terms) the RAID (pool).
ZFS does both:
zpool create mypool mirror /dev/disk1 /dev/disk2
And then you can create separate datasets (like folders, but they can have different options like compression, automatic snapshots, etc.)
zfs create mypool/dataset1
zfs create mypool/dataset2
Nice! If you have a way to measure average power consumption, Iβd be interested to know.
Note that with ZFS, youβll still want a mirror aka RAID1.
Iβm hearing lots of good things about Proxmox, but I never tried it. All my servers run plain Ubuntu right now :)