frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

WriterdeckOS

https://writerdeckos.com
41•surprisetalk•2h ago

Comments

dingnuts•1h ago
a single fucking screenshot would go a long way to convincing me this is real. considering I lost an hour yesterday trying to use an open source library that turned out to be vibe coded non-functional slop, I have to ask for evidence that the project is real and functional be presented front and center
matthewfcarlson•1h ago
I don’t disagree but in the about they explain it’s just a Debian install that boots into the tilde editor.
noir_lord•1h ago
It's real but it's essentially a shell script that modifies debian to start into tilde.

https://github.com/tinkersec/writerdeckOS/blob/main/initialC...

Also I'd be semi-wary about downloading ISO files from somewhere like this and running those on hardware on my network (in fairness always should be) but especially given this https://github.com/tinkersec/TwitterAccountTakeover/tree/mas...

No guarantee what is in the ISO is the result of applying that shell script to a fresh debian ISO and repacking (no guarantee the other way but eh not taking the time to dig into it).

forgotpwd16•1h ago
E.g. https://old.reddit.com/r/writerdeckOS/comments/1mu299a/

Not sure why such over-the-top presentation, marketing, and community building, for what is basically auto-logging in to a text editor.

dvh•1h ago
Certainly! Would you like me to generate screenshots of OS optimized for writing to satisfy your creative needs?
evolve2k•51m ago
Theres a screenshot here: https://writerdeckos.com/#usage

My critique as a designer is that no typographic measure has been added (eg max-width), so it’s very hard to read.

I’d suggest to them that they make a column in the middle for the text that is around 40 characters wide and Lee text flow in that.

This is used by many text editions for their distraction free mode. It’d add more typographic ‘white space’ around the outside also, contributing to the calm and focussed intentions.

TeaVMFan•1h ago
I like the idea of a distraction-free writing environment.

However, when I'm writing, I find I sometimes need to do research. I suppose for the best writing flow I should block time for research and time for pure writing. However, if I discover I need to look something up, a hard block on internet access would be a problem. Of course it's a slippery slope from researching something on Wikipedia to navigating to related articles. Timed access per hour?

noir_lord•48m ago
I like https://gottcode.org/focuswriter/ and have used it for years and years, you can configure the look and feel pretty extensively.

Lots of ways to skin that cat (especially if you are a linux user) but focuswriter does everything I need, very little I don't and there is a frame/mindset shift to using the same tool for a specific task.

embedding-shape•43m ago
> However, if I discover I need to look something up, a hard block on internet access would be a problem.

When I'm in "writing mode", I forbid myself from doing quick lookups, because I can almost never stick to the "quick" part of the process, and end up chasing rabbits. Instead, I just put something like (verify) or (research to confirm yay/nay) while writing, and move on to what I can do in the moment. Then much later do I go through with a "editor" mindset and address all those things in one go, rather than in the moment.

I guess kind of like picking work into a queue rather than doing it immediately, and leaving it hanging until I can work through the entire queue in one go.

kstrauser•21m ago
The old timey trick is to write “TK”, for “look this up later”. It’s not a common letter combination so it’s easy to visually or automatically scan for. Example:

> The moon is TK miles from earth.

Write away, don’t get distracted by the details, and catch up afterward when you’ve shifted to editor mode.

boplicity•17m ago
The solution is simple -- switch to another device!

Our minds are hard-wired to build habits via physical association. Having a single-purpose device very much fits with how our minds work. If we want to do research, then go to a research enabled device. If we want to focus on writing, then open the writing focused device.

digilypse•55m ago
Closing your laptop can also provide a clean, portable writing platform.
jchw•53m ago
This is my first time hearing of the "WriterDeck" concept, so it's very possible that I am missing some context, but... While booting to text requires less work and less packages, it seems like it has a lot of caveats. Firstly, it will likely be unreadable on any laptop that has a high resolution screen, and frankly even some old cheap laptops have one at this point, at least 1.5x~ish-scale DPI. Secondly, obviously better typography can be done in a graphical user interface, which seems like something you'd want if you're going to be writing on something. Thirdly, while the utter lack of distractions is admirable, this will also lack even the most crucial features and information. For example, I don't think you will even realize if your battery is about to die, which seems like it is a good way to accidentally lose a bunch of work. Battery state is probably the only thing that I really think it must show you.

It would definitely take a bit more work but a tiny dedicated graphical environment that functions as a basic text editor seems like it could go further. No particular need for Wayland or X11 here, either; you could get away with a simple Qt application directly on KMS/DRM.

noir_lord•45m ago
https://gottcode.org/focuswriter/#download is Qt based so that'd get you most of it, last time I compiled it the deps where Qt/SDL. GPL3 licensed.
catach•31m ago
> Battery state is probably the only thing that I really think it must show you.

The screenshot provided does show a battery indicator in the top right of the UI (Usage section).

teddyh•49m ago
For those who prefer Emacs over tilde:

  startx emacs --maximized --funcall=darkroom-mode
1970-01-01•39m ago
I had a good laugh. Why does anyone want this? Put Linux on your laptop and nuke the network stack. Done.
smlavine•34m ago
Because then you'd have to do that.
wkjagt•9m ago
You're clearly not the intended audience but that doesn't mean no one could want this.
cosmic_cheese•35m ago
The idea of a low-distraction laptop OS is a good one, but I'm not sure that this is necessarily the best approach.

If I mentally model such a thing myself, I end up with something that looks a lot like Classic (pre-OS-X) Mac OS. It's simplified and has just enough presence to properly host graphical applications. No taskbar, no notifications (or associated drawer), no self-populated launcher menu. File manager is spatial so it doesn't need a sidebar or navigation chrome. Multitasking is technically possible, but high-friction since the only way to switch between running apps is the little app switcher menu in the top right corner and becomes more cumbersome the more apps/windows you open. Included browser does not support tabs, only windows. Shortcuts to frequently used apps must be added intentionally (to your desktop as aliases/shortcuts or to the launcher menu).

This design strongly encourages singular focus without forcing it. If you want to have music playing in the background or need to open a browser window for research you can, but gravity is constantly pulling you back towards your task since the machine isn't pleasant to use for goofing off.

tobyjsullivan•11m ago
Not exactly this but found a similar experience recently by throwing Linux lite on an 15-year-old thinkpad with a physical wifi switch.

Was for my kid in this case. Loaded a few education-friendly games and then disabled the wifi. Now it’s a simple, focused, and relatively safe box.

Could easily do the same for writing or any other activity.

pmarreck•32m ago
Some of these options would have been way cooler than Tilde; perhaps it could provide alternate options too?

https://terminaltrove.com/categories/text-editors/

sebastianconcpt•30m ago
No autosaving. That's the wrong way to try to be minimalist.
ciaranmca•10m ago
Yea, that’s something that stuck out to me as well. Seems like auto save and version control could be done in a minimalist manner whist improving QOL
kosolam•27m ago
Nice idea, however, here is a satire piece about writing and writers which I find relevant in this context: https://medium.com/@Justwritet/you-are-not-a-real-writer-if-...
aplc0r•9m ago
While I don't have a use for this, I do like the idea of purposeful modes in computing. Obviously there is a lot you can do with shortcuts and preferences, but its nice to have a limited to base to start with.

I think this is even more important with a mobile platform since for one, battery and processing power is at a premium, and two anything with notifications could take you out of your desired "mode" if you don't wrangle them properly.

Something I've always wanted in a smartphone is to be able to boot into a "camera only" mode. There have been many times where all I need my phone for is as a camera, and I don't want it wasting resources/battery doing anything else. If this mode were light enough, it could boot up in the same amount of time as a normal digital camera, allowing your the phone to be truly off while you're not taking pictures. I do often take a digital camera with me, but sometimes I don't want the bulk or maybe I didn't initially plan to take a lot of pictures.

Best Current Practice for OAuth 2.0 Security

https://datatracker.ietf.org/doc/html/rfc9700
1•mooreds•2m ago•0 comments

Humans have remote touch 'seventh sense' like sandpipers

https://techxplore.com/news/2025-11-humans-remote-seventh-sandpipers.html
1•wjSgoWPm5bWAhXB•3m ago•0 comments

I've found the secret to a happy relationship: an 'airport divorce'

https://www.thetimes.com/travel/inspiration/comment-inspiration/airport-divorce-travel-trend-huw-...
1•mooreds•3m ago•0 comments

Thoughts by a non-economist on AI and economics

https://windowsontheory.org/2025/11/04/thoughts-by-a-non-economist-on-ai-and-economics/
1•mooreds•3m ago•0 comments

Whitespace Esolang

https://esolangs.org/wiki/Whitespace
1•OptionX•3m ago•0 comments

'Nestflix': Peregrine falcon livestream has Australians glued to their screens

https://www.bbc.co.uk/news/articles/c5yp6m8y764o
1•dijksterhuis•7m ago•0 comments

EventChains: Sequential workflows with LIFO middleware composition

https://eventchains.dev/
1•gamedevmadeeasy•7m ago•0 comments

Rubydoc.info – 521: Web server is down

https://www.rubydoc.info/gems/google_maps_geocoder
1•ioblomov•11m ago•0 comments

AI Progress and Recommendations

https://openai.com/index/ai-progress-and-recommendations/
2•gmays•12m ago•0 comments

I want you to understand Chicago

https://aphyr.com/posts
10•Fraterkes•14m ago•0 comments

Scientists Identify Potential Climate Solutions in "Grassy Trees"

https://www.nyu.edu/about/news-publications/news/2025/october/scientists-identify-potential-clima...
3•geox•16m ago•0 comments

At the Root: An Anti-Racist Ethical Source License for Open Source Projects

https://attheroot.dev
4•Kerrick•20m ago•2 comments

Galaxy Brain Resistance

https://vitalik.eth.limo/general/2025/11/07/galaxybrain.html
1•plastic3169•20m ago•0 comments

MD-11 Boeing Converted Freighter [pdf]

https://www.boeing.com/content/dam/boeing/boeingdotcom/company/about_bca/startup/pdf/freighters/M...
1•naves•27m ago•0 comments

I Skied Down Mount Everest (world first, no oxygen) [video]

https://www.youtube.com/watch?v=cjZvFY6__qw
1•charlieirish•29m ago•0 comments

Non-recursively deleting a binary tree in constant space

https://devblogs.microsoft.com/oldnewthing/20251106-00/?p=111771
2•ibobev•32m ago•0 comments

Show HN: Simple Instagram Unfollowers Tracker

https://socialutils.io/unfollowers-tracker
2•CodeCrusader•33m ago•0 comments

Race to secure 2025 rice crop heats up, lifting prices

https://www.japantimes.co.jp/news/2025/10/17/japan/new-rice-crop-competition/
1•PaulHoule•33m ago•0 comments

Game-of-Robots / Restarts on every double-click

https://hexbot-genesis.netlify.app/
1•cpuXguy•35m ago•0 comments

Stronghold of the Dwarven Lords.BAS

https://basic-code.bearblog.dev/stronghold-of-the-dwarven-lords/
2•ibobev•35m ago•0 comments

RotMG Map Seeds

https://www.redblobgames.com/blog/2025-11-07-rotmg-seeds/
1•ibobev•36m ago•0 comments

James Watson, who co-discovered DNA's double helix shape, dies at age 97

https://apnews.com/article/james-watson-obituary-dna-double-helix-nobel-c1f6d589f2d0d4751859168f9...
3•colinprince•37m ago•0 comments

Duolingo stock plunges as company prioritizes user growth

https://www.cnbc.com/2025/11/06/duolingo-duol-stock-q3-earnings-2025.html
2•amelius•43m ago•0 comments

DC-10 engine separation American Airlines Flight 191

https://www.faa.gov/lessons_learned/transport_airplane/accidents/N110AA
2•qwertyuiop_•44m ago•1 comments

BYD Pulls Ahead of Tesla in UK, Closes Sales Gap in Germany

https://www.bloomberg.com/news/articles/2025-11-05/byd-pulls-ahead-of-tesla-in-uk-with-sales-incr...
4•breve•44m ago•0 comments

Coding Assistant wiped my Mac

https://www.decisional.com/blog/coding-assistant-wiped-our-mac
3•groovetandon•45m ago•3 comments

Async live-stream platform: How to remove elements from embeded web-page

https://livechannels.pages.dev/
1•LandOfMightDev•45m ago•1 comments

How I Built a Kindle Reading Stats Dashboard That Works

https://aacevski.com/blog/kindle-reading-stats-dashboard/
1•andrejsshell•47m ago•0 comments

Speed or Felixibility? For Beginner Creators Only

2•fkhasiyev•49m ago•0 comments

Show HN: Zettelkasten Interactive – 60KB knowledge tool for ADHD brains

https://zettelkasten.site/
2•SlaWisni73•51m ago•1 comments