frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: We built a terminal-only Bluesky / AT Proto client written in Fortran

https://github.com/FormerLab/fortransky
35•FormerLabFred•2h ago
Yes, that Fortran.

Comments

cat-turner•2h ago
out of curiosity, why fortran? no disrespect. I wrote a lot of scientific software in the earlier days of my career and I learned fortran to update ocean modeling software.
pklausler•2h ago
maybe they weren't really concerned about portability or a decent standard?
FormerLabFred•2h ago
It’s keyboard navigation only, and we got the Bluesky firehose raw straight into the Rust decoder. Or we switch mode to Jetstream with m+EnTER :)

You hit l+ENTER to like a post. If anyone replies from Bluesky, we hit n+ENTER and see the notifs. And so on

Fortransky is 70% Fortran, rest is Rust, C and a tiny Python helper

enriquto•2h ago
> why fortran?

why not? the language is straightforward and loops are fast. It is portable and your code will work unchanged for the next 50 years. It may be a bit verbose, but that's not a big deal with today's tooling.

FormerLabFred•2h ago
Fortran will survive the cockroaches even, when the world 404s
pklausler•2h ago
Your code will work unchanged until you try to change compilers or your compiler adopts a J3 breaking change to the language.
kergonath•1h ago
> your compiler adopts a J3 breaking change to the language

Like all the 3 of them they added in the last 30 years, and that compiler vendors are not enforcing anyway because they don’t want to annoy their users?

Windows’ backward compatibility is a joke compared to Fortran.

FormerLabFred•2h ago
You are not the first one to ask :)

We built Cobolsky. Will go public soon. Parallelly too curious on Fortran. The world is better with a Fortran-based social network client in it :)

When we are building the feed composer, in next version, Fortran will be great for the algorithm etc.

Keeping the ancient languages alive. I built some Cobol stuff many years ago. Back at it again. Rusty.

Both Cobolsky and Fortransky looks great on Swordfish90’s cool-retro-term, but we are building our own terminal for Fortransky too. There is a blog post with screenshots over at Patreon/formerlab

Can’t get enough Fortran

embedding-shape•2h ago
> The world is better with a Fortran-based social network client in it

If you don't mind me asking, why is the world better with more Fortran-based software?

FormerLabFred•2h ago
Our modern languages are built on it, and it’s incredibly fast,

so it deserves to be kept alive. We owe a great deal to the people who wrote it in the 1950s I guess

embedding-shape•1h ago
> Our modern languages are built on it

It's part of the lineage, yeah, probably started with Algol though? Fast I guess is always nice, but I'm not sure that's enough to keep it alive solely for that, at least to me.

mountainriver•1h ago
This thread makes me happy
blundergoat•2h ago
fortran > cobol
pklausler•2h ago
fortran .GT. cobol
FormerLabFred•2h ago
> forever
uberdru•2h ago
The world is a better place for this app. Wonderful!
FormerLabFred•2h ago
:) I mean there are still some people alive out there who never saw a web UI when beginning dev. They get a bit nostalgic, missing their 286

It’s fun and it is appreciated by them, and the young ones who are curious

hk1337•1h ago
Are there any other AT protocol apps that aren’t derivatives of bluesky? By that I mean, not social media feed related, twitter clone.
iameli•1h ago
Yep lots! Mine is a livestreaming service: https://stream.place

Also a great blogging platform: https://leaflet.pub

Here's a goal tracker: https://goals.garden

This one just dropped recently; it's 44 different atproto-related apps with a cyberpunk theme: https://www.aetheros.computer/

Lots others mentioned here: https://blueskydirectory.com/

FormerLabFred•1h ago
AT conference in a couple of days. In Vancouver. Bet they are all there and the rest of the AT bunch.
FormerLabFred•1h ago
Don’t know if people are building GitHub-like systems, offline-first app sync etc

Many devs reuse schema and write some twitter/bsky clone

Kind of search engine for my Blueaky likes

Gotta get off the timeline, germ has a messaging app, then there is Tangled and some more

We do Fortransky and Cobolsky now, got more ideas for the protocol than time :)

linolevan•1h ago
https://tangled.org/ <--- GitHub on ATProto

that's all I'm aware of

(edit) Oops, just saw that you mentioned it, confused by your first line then. Tangled is awesome!

tjuene•1h ago
i am currently working on a dropbox alternative: https://dropb.at
h4ch1•1h ago
It's always nice to see production codebases in languages that you've never used but are interested in.

Tangential, but to the author, are there any FORTRAN codebases you feel are well designed?

FormerLabFred•1h ago
Good reminder to dig around. Will check. We picked up the Fortran manual and just went for it.

The original Manual exists as a PDF. Was it in a Stuttgart uni URL? Just a search away.

Late in Sweden, gotta Fortran tomorrow. Happy to continue discussion here tomorrow.

patapim•59m ago
Building a TUI in Fortran is genuinely impressive. The AT Protocol's HTTP/JSON API is well-suited for this kind of thing since you don't need a browser runtime — just HTTP calls and terminal rendering.

Curious about the rendering approach. Are you doing the TUI layout with raw ANSI escape codes or using a Fortran curses binding? The challenge with terminal clients for social feeds is usually the text reflow when the terminal resizes, since you're essentially building a responsive layout engine with escape sequences.

ccmcarey•8m ago
AI slop comment

Show HN: We built a terminal-only Bluesky / AT Proto client written in Fortran

https://github.com/FormerLab/fortransky
36•FormerLabFred•2h ago•27 comments

Show HN: Red Grid Link – peer-to-peer team tracking over Bluetooth, no servers

https://github.com/RedGridTactical/RedGridLink
15•redgridtactical•2h ago•10 comments

Show HN: I made an email app inspired by Arc browser

https://demo.define.app
41•johndamaia•6h ago•24 comments

Show HN: Baltic shadow fleet tracker – live AIS, cable proximity alerts

https://github.com/FormerLab/shadow-fleet-tracker-light
28•FormerLabFred•3h ago•6 comments

Show HN: An open-source safety net for home hemodialysis

https://safehemo.com/
38•qweliantanner•4d ago•6 comments

Show HN: Sonar – A tiny CLI to see and kill whatever's running on localhost

https://github.com/RasKrebs/sonar
123•raskrebs•15h ago•66 comments

Show HN: Agent Use Interface (AUI) – let users bring their own AI agent

https://github.com/FRE-Studios/Agent-Use-Interface
4•FernandoDev•2h ago•1 comments

Show HN: FPGA soft-core of the Saab Viggen's 1963 airborne computer

https://github.com/FormerLab/ck37-core
17•FormerLabFred•12h ago•2 comments

Show HN: Three new Kitten TTS models – smallest less than 25MB

https://github.com/KittenML/KittenTTS
525•rohan_joshi•1d ago•176 comments

Show HN: Vibefolio – a place to showcase your vibecoded projects

https://vibefolio.link/
5•Gooblebrai•4h ago•0 comments

Show HN: A personal CRM for events, meetups, IRL

https://payo.tech/
2•Raj7k•5h ago•1 comments

Show HN: Duplicate 3 layers in a 24B LLM, logical deduction .22→.76. No training

https://github.com/alainnothere/llm-circuit-finder
252•xlayn•2d ago•81 comments

Show HN: EvalsHub: Your AI is failing in production and you don't know it

https://www.evalshub.ai
3•neilsharma425•6h ago•1 comments

Show HN: MLForge – A no-code, node-based ML trainer

https://github.com/zaina-ml/ml_forge
2•zaina-ml•7h ago•1 comments

Show HN: Fossilware – a community archive of retro hardware, software, and games

https://www.fossilware.tech/
4•tzual•7h ago•2 comments

Show HN: Tiny pixel characters for Cursor AI agents

https://github.com/wunderlabs-dev/cursouls
13•balajmarius•12h ago•6 comments

Show HN: I built a P2P network where AI agents publish formally verified science

42•FranciscoAngulo•1d ago•8 comments

Show HN: Sunwet – Organize Anything

https://github.com/andrewbaxter/sunwet
4•rendaw•10h ago•0 comments

Show HN: I built 48 lightweight SVG backgrounds you can copy/paste

https://www.svgbackgrounds.com/set/free-svg-backgrounds-and-patterns/
390•visiwig•2d ago•67 comments

Show HN: Playing LongTurn FreeCiv with Friends

https://github.com/ndroo/freeciv.andrewmcgrath.info
86•verelo•2d ago•41 comments

Show HN: Linux Nvidia GPU V/F Curve Editor for Undervolting/OC

https://github.com/ekojsalim/nvcurve/tree/main
3•ekojs•11h ago•0 comments

Show HN: Browser grand strategy game for hundreds of players on huge maps

https://borderhold.io/play
53•sgolem•4d ago•36 comments

Show HN: Claude Code skills that build complete Godot games

https://github.com/htdt/godogen
337•htdt•4d ago•205 comments

Show HN: Pgit – A Git-like CLI backed by PostgreSQL

https://oseifert.ch/blog/building-pgit
125•ImGajeed76•3d ago•61 comments

Show HN: Will my flight have Starlink?

274•bblcla•2d ago•361 comments

Show HN: Singularity-Claude – Self-Evolving Skills for Claude Code

https://github.com/Shmayro/singularity-claude
2•shmayro•13h ago•1 comments

Show HN: Tmux-IDE, OSS agent-first terminal IDE

https://tmux.thijsverreck.com
86•thijsverreck•2d ago•37 comments

Show HN: Htmx Toolkit for VS Code with completions, validation and 20 support

https://github.com/andreahlert/htmx-vscode-toolkit
3•andreahlert•14h ago•0 comments

Show HN: Crust – A CLI framework for TypeScript and Bun

https://github.com/chenxin-yan/crust
91•jellyotsiro•3d ago•41 comments

Show HN: Sub-millisecond VM sandboxes using CoW memory forking

https://github.com/adammiribyan/zeroboot
308•adammiribyan•3d ago•72 comments