Readit News logoReadit News
markstos commented on All-In on Omarchy at 37signals   world.hey.com/dhh/all-in-... · Posted by u/dotcoma
j3s · 11 days ago
i suspect this is exactly what will happen. most people don't want hyprland lol.
markstos · 10 days ago
As a Sway user, I've tried hyprland a couple times and returned to Sway both times.

The animations are nice, but it's not for everyone. I'm already productive with Sway, so all the little differences weren't worth the eyecandy.

markstos commented on All-In on Omarchy at 37signals   world.hey.com/dhh/all-in-... · Posted by u/dotcoma
do_not_redeem · 12 days ago
What's so special about the 37signals codebase that you'd have trouble being productive on it running Gnome or KDE?
markstos · 10 days ago
I interpreted the push as being partly about Linux in general partly about their customized Hyprland experience in particular.

I doubt there'd be much complaint about a dev who switched to Linux but chose Gnome over Hyprland. VS Code and other tools are going to work the same on either one.

markstos commented on Fastmail breaks UI in production   twitter.com/licyeus/statu... · Posted by u/blux
markstos · 17 days ago
Fastmail is great-- solid-- for about 10 years for me. There's a lot that I prefer over Google Mail.
markstos commented on Replit's CEO apologizes after its AI agent wiped a company's code base   businessinsider.com/repli... · Posted by u/jgalt212
Symbiote · a month ago
Why wouldn't you just do a search and replace?
markstos · a month ago
I only wanted to make the change in the ranges part of git diff and I got the syntax wrong on my own first attempt. Claude had been helping me with some much more complex tasks, so I thought removing white space would surely be no problem. Ha. Bad guess.
markstos commented on TrackWeight: Turn your MacBook's trackpad into a digital weighing scale   github.com/KrishKrosh/Tra... · Posted by u/wtcactus
markstos · a month ago
If you are backpacking with your Macbook, this saves you from also needing to pack a kitchen scale.
markstos commented on Replit's CEO apologizes after its AI agent wiped a company's code base   businessinsider.com/repli... · Posted by u/jgalt212
markstos · a month ago
I asked Claude to remove extra blank lines from a modified file. After multiple failed attempts, it reverted all the changes along with the extra blank lines and declared success. For good measure, Claude tidied up by deleting the backup of the file as well.
markstos commented on AI slows down open source developers. Peter Naur can teach us why   johnwhiles.com/posts/ment... · Posted by u/jwhiles
nico · a month ago
> They are experienced open source developers, working on their own projects

I just started working on a 3-month old codebase written by someone else, in a framework and architecture I had never used before

Within a couple hours, with the help of Claude Code, I had already created a really nice system to replicate data from staging to local development. Something I had built before in other projects, and I new that manually it would take me a full day or two, especially without experience in the architecture

That immediately sped up my development even more, as now I had better data to test things locally

Then a couple hours later, I had already pushed my first PR. All code following the proper coding style and practices of the existing project and the framework. That PR, would have taken me at least a couple of days and up to 2 weeks to fully manually write out and test

So sure, AI won’t speed everyone or everything up. But at least in this one case, it gave me a huge boost

As I keep going, I expect things to slow down a bit, as the complexity of the project grows. However, it’s also given me the chance to get an amazing jumpstart

markstos · a month ago
I had a similar experience with AI and open source. AI allowed me to implement features in a language and stack I didn't know well. I had wanted these features for months and no one else was volunteering to implement them. I had tried to study the stack directly myself, but found the total picture to be complex and under-documented for people getting started.

Using Warp terminal (which used Claude) I was get past those barriers and achieve results that weren't happening at all before.

markstos commented on Can an email go 500 miles in 2025?   flak.tedunangst.com/post/... · Posted by u/zdw
vghaisas · 2 months ago
I collected a list of fun stories of this form a while ago!

- Car allergic to vanilla ice cream: https://www.cs.cmu.edu/~wkw/humour/carproblems.txt

- Can't log in when standing up: https://www.reddit.com/r/talesfromtechsupport/comments/3v52p...

- OpenOffice won't print on Tuesdays: https://bugs.launchpad.net/ubuntu/+source/cupsys/+bug/255161...

- The Wi-Fi only works when it's raining: https://predr.ag/blog/wifi-only-works-when-its-raining/

markstos · 2 months ago
I once had a desktop computer that had great uptime, but started to consistently crash when I got up and left the room to get a drink of water.

Turns out it was old building with loose floorboards. The vibrational force of standing up was enough to short out a failing power supply. As long as I sat my desk, it was fine.

But I had a co-worker who had a worse problem with getting up to get a drink of water. Once while she was kitchen, an eight foot steel lighting ballast came loose from the ceiling and felt right onto her chair.That what-if memory still haunts me.

markstos commented on Show HN: Spegel, a Terminal Browser That Uses LLMs to Rewrite Webpages   simedw.com/2025/06/23/int... · Posted by u/simedw
__MatrixMan__ · 2 months ago
It would be cool of it were smart enough to figure out whether it was necessary to rewrite the page on every visit. There's a large chunk of the web where one of us could visit once, rewrite to markdown, and then serve the cleaned up version to each other without requiring a distinct rebuild on each visit.
markstos · 2 months ago
Cache headers exist for servers to communicate to clients how long it safe to cache things for. The client could be updated to add a cache layer that respects cache headers.
markstos commented on Show HN: Spegel, a Terminal Browser That Uses LLMs to Rewrite Webpages   simedw.com/2025/06/23/int... · Posted by u/simedw
insane_dreamer · 2 months ago
Interesting, but why round-trip through an LLM just to convert HTML to Markdown?
markstos · 2 months ago
Because the modern web isn't reliably HTML, it's "web apps" with heavy use of JavaScript and API calls. To first display the HTML that you see in your browser, you need a user agent that runs JavaScript and makes all the backend calls that Chrome would make to put together some HTML.

Some websites may still return some static upfront that could be usefully understood without JavaScript processing, but a lot don't.

That's not to say you need an LLM, there are projects like Puppeteer that are like headless browsers that can return the rendered HTML, which can then be sent through an HTML to Markdown filter. That would be less computationally intensive.

u/markstos

KarmaCake day2457March 24, 2016View Original