frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How to run latest Vegas Pro 22 in Windows 7 x64

https://trackerninja.codeberg.page/post/how-to-run-latest-vegas-pro-22-in-windows-7-no-matter-what/
1•spacedrone808•1m ago•1 comments

Tell HN: I Found Out Who the Russian Chief Designer Was Who Spat on Elon Musk

1•freefaler•1m ago•0 comments

AWS Joins the DocumentDB Project

https://aws.amazon.com/blogs/opensource/aws-joins-the-documentdb-project-to-build-interoperable-o...
1•mariuz•1m ago•0 comments

VS Code Dev Days – Join an event near you to learn about AI-assisted development

https://code.visualstudio.com/blogs/2025/08/27/vscode-dev-days
1•feross•3m ago•0 comments

I Found Out Who the Russian Chief Designer Was Who Spat on Elon Musk [video]

https://www.youtube.com/watch?v=Haoq1xAuCeU
1•freefaler•4m ago•1 comments

Abe Hiroshi's homepage uses HTTPS

https://www.itmedia.co.jp/news/articles/2508/27/news086.html
1•rendaw•5m ago•0 comments

Front End Development Trends in 2025 – My Overview

https://www.dropinks.com/top-frontend-development-trends-in-2025-you-should-know/
1•dropinksblog•6m ago•0 comments

News Subscriptions Should Be Subsidized

https://www.cjr.org/opinion/news-subscriptions-should-be-subsidized.php
2•giuliomagnifico•7m ago•0 comments

Apple vs. The Beatles – A short story [video]

https://www.youtube.com/shorts/sdnfI4GWDuQ
1•samdung•8m ago•0 comments

Chemists show how RNA might have started to make proteins on early Earth

https://phys.org/news/2025-08-chemists-rna-proteins-early-earth.html
1•wallflower•9m ago•0 comments

Show HN: A college tool for PDF chat, academic source search, and paper writing

https://app.ubik.studio/chat
1•ieuanking•10m ago•0 comments

Trump Tries to Strong-Arm Nations to Retreat on Climate Goals

https://www.nytimes.com/2025/08/27/climate/trump-international-pressure-climate-oil.html
4•breadwinner•11m ago•0 comments

Why is AI search still bad at trust and context?

1•zyruh•11m ago•0 comments

To what extent is philosophy axiomatically intuited from science and vice versa?

1•phoenixhaber•13m ago•1 comments

A 20-Year-Old Algorithm Can Help Us Understand Transformer Embeddings

http://ai.stanford.edu/blog/db-ksvd/
1•jemoka•13m ago•0 comments

Intel details everything that could go wrong with US taking a 10% stake

https://arstechnica.com/tech-policy/2025/08/intel-details-everything-that-could-go-wrong-with-us-...
2•ndsipa_pomu•15m ago•0 comments

Robot Fleets at Changi Airport in Singapore Powered by Open Source

https://www.changiairport.com/en/corporate/our-media-hub/publications/changi-journeys.html
1•kscottz•16m ago•0 comments

Chef Creator Unveils AI Platform to Fix Flaws with Infrastructure Automation

https://thenewstack.io/chef-creator-unveils-ai-platform-to-fix-flaws-with-infrastructure-automation/
1•wmf•17m ago•0 comments

Ask HN: Why does macOS assume apps can reliably maintain settings files?

1•amichail•18m ago•0 comments

Show HN: Play a game to learn what products/services were killed by Google

https://killedbygoogle2048.com
1•spillman•19m ago•0 comments

Nx NPM Packages Compromised in Supply Chain Attack Weaponizing AI CLI Tools

https://socket.dev/blog/nx-packages-compromised
2•feross•19m ago•1 comments

Study Links Thumb Length to Brain Size and Cognition

https://neurosciencenews.com/thumb-length-cognition-evolution-29623/
1•begueradj•24m ago•0 comments

Show HN: Whose p*nis is that now? Probably the weirdest website I've ever made

https://whosepenis.com/pages/fun
2•acofranc•25m ago•2 comments

Google Pixel 10 Pro Review: This A.I. Phone Can Save Time If You Surrender Data

https://www.nytimes.com/2025/08/27/technology/personaltech/google-pixel-10-pro-review-ai-phone.html
1•mitchbob•26m ago•1 comments

Show HN: Open-source SDK for AI agent audit trails

https://www.traceprompt.com/
1•paulmbw•27m ago•0 comments

The 3D Software Rendering Technology of 1998's Thief: The Dark Project (2011)

https://nothings.org/gamedev/thief_rendering.html
1•redbell•30m ago•0 comments

Europe's 'century of humiliation' could be just beginning

https://www.politico.eu/article/europes-century-of-humiliation-could-be-just-beginning/
1•silverkite•30m ago•1 comments

The Gunther Werks F-26 Takes the Porsche 911 Design Somewhere New

https://www.thedrive.com/news/the-gunther-werks-f-26-takes-the-porsche-911-design-somewhere-new
3•PaulHoule•31m ago•1 comments

"Ratfucking" – American political sabotage

https://en.wikipedia.org/wiki/Ratfucking
7•Kapura•33m ago•2 comments

PromptLock: The AI-Powered Ransomware – A Dive into ESET's Discovery

https://blog.sofiane.cc/post/the-growing-threat-the-dark-side-of-ai-and-llms
1•SofianeHamlaoui•33m ago•1 comments
Open in hackernews

ASCIIFlow

https://asciiflow.com/
123•marcodiego•6h ago

Comments

staplung•4h ago
Cool. One thing I found odd was that on export there are two listed formats. "ASCII" and "ASCII extended" but as far as I can tell, the ASCII version is actually outputting UTF-8. It's hard to tell for sure though because the output is just text that you can cut and paste and so it's difficult to know what conversions the browser or OS might be doing behind the scenes. But when I paste it into a text editor on my mac, it's definitely UTF-8, not ASCII encoded.

Which is probably more useful anyway given that if it really outputted ASCII encoded line drawing characters, you'd end up with gibberish on a system that assumed UTF-8 encoding.

ilovetux•3h ago
Disclaimer, I just pulled this quote from Google ai which probably took it from somewhere else, but I just wanted to provide a little context. ASCII encoded text is also valid utf8.

> The first 128 characters of Unicode, which are the same as the ASCII character set (characters 0-127), are encoded in UTF-8 using a single byte with the exact same binary value as their ASCII representation. This means that any file containing only ASCII characters is also a valid UTF-8 file

em3rgent0rdr•3h ago
Indeed, UTF-8 "was designed for backward compatibility with ASCII: the first 128 characters of Unicode, which correspond one-to-one with ASCII, are encoded using a single byte with the same binary value as ASCII, so that a UTF-8-encoded file using only those characters is identical to an ASCII file."

https://en.wikipedia.org/wiki/UTF-8

staplung•3h ago
Yes, but the box drawing characters in "ASCII" are all above 127 so they don't encode the same way. So that last AI generated sentence is basically false (or really misleading): ASCII files that consist only of characters in the lower 127 will also be valid UTF-8. But ASCII files that use characters above 127 will not be valid UTF-8.

Now, technically, ASCII only concerns the lower 127 characters. There's no single standard definition as to what the upper half of the byte space represents in ASCII itself so technically it's true that all valid ASCII files are valid UTF-8. By the same logic however, the box drawing characters are not ASCII. They're actually part of something called code page 437, which maps those bit patterns to box drawing characters. With other code pages they map to something else, often non-Latin characters or ones with accents.

So, the name ASCII flow is misleading and the the output options are too. ;-) Basically, if the high bit is set in UTF-8 it indicates that more than one byte is needed to represent the code point.

ilovetux•2h ago
Granted, all of that is true, but GP specifically differentiated between ASCII and ASCII Extended, then GP went on to say that after choosing the ASCII option and pasting the text in a text editor on Mac it was reported as UTF-8, which I was pointing out would be true because if the ASCII option is chosen as opposed to the ASCII Extended option then what he ends up with (ASCII) is valid UTF-8 as reported by the text editor.
numpad0•3h ago
20 20 78 78 78 ... Looks ASCII to me, Firefox on Windows. Could be OS.
craftkiller•34m ago
Firefox on Linux: I just copied and pasted into emacs and did a M-x describe-char and got 0xE29480 which is definitely not ASCII: https://www.compart.com/en/unicode/U+2500

Also confirmed with hexl-mode (hex editor in emacs)

NoSalt•3h ago
Cool concept, but I couldn't get everything to work; namely the "Select & Move" on individual boxes or lines. The select area and move did work, though.
ctenb•3h ago
It works for me, but differently than I first thought. You don't select and move line shapes as a whole, but only segments in a perpendicular direction
ChrisArchitect•3h ago
Some previous discussions:

2022: https://news.ycombinator.com/item?id=30273299

2021: https://news.ycombinator.com/item?id=27536253

2018: https://news.ycombinator.com/item?id=16051428

2014: https://news.ycombinator.com/item?id=7085133

iamunr•3h ago
https://monodraw.helftone.com/

But now on web!

leohart•1h ago
I think monodraw is way better and at a one time price of $10, it's really is a fantastic piece of software.
stronglikedan•1h ago
too bad it's only for a not fantastic piece of OS
leohart•1h ago
While True, I believe the reason Monodraw doesn't expand is because the ASCII / TUI tooling economy is not rewarding. There are few users and even fewer customers who are willing to pay for ASCII/TUI tools.

If you look at tooling companies annual revenue

- Atlassian: 1.4B - Jetbrains: 400M - Vercel: 100M - Supabase: 16M - Prisma: 10M (maybe?)

We dive into the long tail quickly. I would be very surprised if Monodraw make more than 1M a year. At that revenue, it's going to be hard to expand into a multi-platform / web strategy (especially if your existing product is platform-locked).

behnamoh•2h ago
Are there no-mouse alternatives? I hate drawing lines and boxes using mouse and I wish there was a way to write the "structure" and have it generate the ASCII art for that.
nonethewiser•2h ago
>I wish there was a way to write the "structure" and have it generate the ASCII art for that.

How would what it generates be any different than what you wrote?

inanutshellus•2h ago
He doesn't want to click and drag with his mouse. Instead he wants an input box that lets him say "make a box [30] columns wide and [4] rows tall".
behnamoh•2h ago
Yes, exactly! Either in natural language or some DSL.
Aissen•2h ago
It was on HN recently, the open source text-to-diagram tool d2 just launched an ascii output mode: https://d2lang.com/blog/ascii/
behnamoh•2h ago
This is really close to what I wanted, thanks!
PhilipRoman•2h ago
graph-easy? It doesn't give you a lot of control though
johnisgood•2h ago
There are lots of similar projects to this that made top HN the past week. Is there a list of it? I was not logged in and I lost history but the previous one I just saw earlier today was quite nice, too!

Edit: Oh apparently it was "Monodraw". There was yet another one besides that. I am all up for such tools. What was the name of the one that allowed you to specify the diagrams using some custom DSL which in turn would generate the diagrams themselves?

MT4K•1h ago
Doesn’t open in some regions because of Cloudflare.
IceHegel•49m ago
Why is it blurry? If there is one thing I'd expect to be fast and sharp it's an ascii editor.