Can it run Doom?
Doom time! https://news.ycombinator.com/item?id=45203700
Good luck man, you rock
131–140 of 154 posts
This is one of those things I'm going to keep in my back pocket for a very specific time I need it for a weird reason. I love it.
This is interesting, but there was something that was even more impressive many years ago: a GTK theme that rendered all decoration and widgets using text chars and a GDK backend that rendered to text. Combine both and you could run any GTK app on a terminal with legible text and a beautiful TUI. http://zemljanka.sourceforge.net/cursed/screenshots/
why did this go away?
I tried recently once again to ditch Windows for Linux. Everything kinda worked, but the MediaTek Wi-Fi drivers were janky and my speed was like 10x slower than it should’ve been. After spending about 10 hours messing around with configs, I realized I was doing literally everything except what I actually wanted to do when I turned on the PC… so I just went back and installed LTSC Windows again.
Earlier quoted context omitted.
I think one significant difference though is that Browsh renders actual text for text content, so you can copy and paste, etc.
You will be able to copy/paste with term.everything once I implement the Wayland copy/paste interface (wl_data_device_manager).
I started working on this with the Kitty image protocol, but unfortunately that protocol is really unsuited to this sort of thing. Performance will be awful. The protocol is sort of: 1. I'd like you to display this PNG. Here's the data: ... 2. Ok I've got the data. 3. Ok now display it at this position. 4. Ok now remove it from the screen. We're talking motion-PNG here. Just think about how awful that is. I wish some…
https://www.youtube.com/watch?v=dcjkezf1ARY
Earlier quoted context omitted.
I know there are ssh clients for iPad. So it should work. I’m going to try it right now!
Behold! running on the iPad! Screen Recording - https://github.com/mmulet/term.everything/blob/main/resource... A video of it on the iPad - https://github.com/mmulet/term.everything/blob/main/resource... Absolutely no mouse support though, anyone know of an iPad ssh client with mouse support? (still working on getting vscode to run smoothly)
Prompt 3 from Panic
# Work with Gnome terminal but resolution is much better in something supporting images
apt install -y kitty
kitty
# Create an incus container
incus --project default launch images:ubuntu/24.04 term
incus --project default shell term
# Install dependencies
apt install -y curl firefox libharfbuzz0b libfontconfig1
curl -L -o term https://github.com/mmulet/term.everything/releases/download/0.5.1/term.everything.mmulet.com-dont_forget_to_chmod_+x_this_file
mv term.everything.mmulet.com-dont_forget_to_chmod_+x_this_file term
chmod u+x term
echo 'Hello' > test.html
# Start firefox, wait for a few seconds
./term firefox test.html