frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

GNU Health

https://www.gnuhealth.org/about-us.html
145•smartmic•2h ago•32 comments

The <output> Tag

https://denodell.com/blog/html-best-kept-secret-output-tag
558•todsacerdoti•9h ago•132 comments

Microsoft Amplifier

https://github.com/microsoft/amplifier
99•JDEW•2h ago•76 comments

Vibing a non-trivial Ghostty feature

https://mitchellh.com/writing/non-trivial-vibing
93•skevy•3h ago•33 comments

Show HN: Gnokestation Is an Ultra Lightweight Web Desktop Environment

https://gnokestation.netlify.app
9•edmundsparrow•44m ago•4 comments

Testing two 18 TB white label SATA hard drives from datablocks.dev

https://ounapuu.ee/posts/2025/10/06/datablocks-white-label-drives/
29•thomasjb•5d ago•13 comments

AMD and Sony's PS6 chipset aims to rethink the current graphics pipeline

https://arstechnica.com/gaming/2025/10/amd-and-sony-tease-new-chip-architecture-ahead-of-playstat...
242•zdw•13h ago•263 comments

The World Trade Center under construction through photos, 1966-1979

https://rarehistoricalphotos.com/twin-towers-construction-photographs/
120•kinderjaje•4d ago•48 comments

Superpowers: How I'm using coding agents in October 2025

https://blog.fsck.com/2025/10/09/superpowers/
156•Ch00k•10h ago•96 comments

Crypto-Current (2021)

https://zerophilosophy.substack.com/p/crypto-current
5•keepamovin•5d ago•3 comments

Windows Subsystem for FreeBSD

https://github.com/BalajeS/WSL-For-FreeBSD
151•rguiscard•10h ago•41 comments

A Quiet Change to RSA

https://www.johndcook.com/blog/2025/10/06/a-quiet-change-to-rsa/
56•ibobev•4d ago•18 comments

How to Check for Overlapping Intervals

https://zayenz.se/blog/post/how-to-check-for-overlapping-intervals/
28•birdculture•2h ago•7 comments

I built physical album cards with NFC tags to teach my son music discovery

https://fulghum.io/album-cards
502•jordanf•21h ago•175 comments

Building a JavaScript Runtime from Scratch using C

https://devlogs.xyz/blog/building-a-javaScript-runtime
24•redbell•3d ago•15 comments

A Library for Fish Sounds

https://nautil.us/a-library-for-fish-sounds-1239697/
23•pistolpete5•4d ago•4 comments

Wilson's Algorithm

https://cruzgodar.com/applets/wilsons-algorithm/
10•FromTheArchives•4h ago•1 comments

(Re)Introducing the Pebble Appstore

https://ericmigi.com/blog/re-introducing-the-pebble-appstore/
239•duck•20h ago•43 comments

How hard do you have to hit a chicken to cook it? (2020)

https://james-simon.github.io/blog/chicken-cooking/
150•jxmorris12•16h ago•90 comments

Daniel Kahneman opted for assisted suicide in Switzerland

https://www.bluewin.ch/en/entertainment/nobel-prize-winner-opts-for-suicide-in-switzerland-261946...
404•kvam•10h ago•356 comments

Tangled, a Git collaboration platform built on atproto

https://blog.tangled.org/intro
276•mjbellantoni•20h ago•71 comments

Programming in the Sun: A Year with the Daylight Computer

https://wickstrom.tech/2025-10-10-programming-in-the-sun-a-year-with-the-daylight-computer.html
141•ghuntley•18h ago•47 comments

Let's Take Esoteric Programming Languages Seriously

https://feelingof.com/episodes/078/
63•strombolini•3d ago•13 comments

Does our “need for speed” make our wi-fi suck?

https://orb.net/blog/does-speed-make-wifi-suck
236•jamies•23h ago•278 comments

Show HN: I invented a new generative model and got accepted to ICLR

https://discrete-distribution-networks.github.io/
610•diyer22•1d ago•82 comments

AV2 video codec delivers 30% lower bitrate than AV1, final spec due in late 2025

https://videocardz.com/newz/av2-video-codec-delivers-30-lower-bitrate-than-av1-final-spec-due-in-...
233•ksec•9h ago•140 comments

Synthetic aperture radar autofocus and calibration

https://hforsten.com/synthetic-aperture-radar-autofocus-and-calibration.html
160•nbernard•3d ago•9 comments

Learn Turbo Pascal – a video series originally released on VHS

https://www.youtube.com/watch?v=UOtonwG3DXM
91•AlexeyBrin•6h ago•32 comments

Firefox is the best mobile browser

https://kelvinjps.com/blog/firefox-best-mobile-browser/
169•kelvinjps10•4h ago•94 comments

Show HN: A Digital Twin of my coffee roaster that runs in the browser

https://autoroaster.com/
120•jvkoch•5d ago•35 comments
Open in hackernews

Learn Turbo Pascal – a video series originally released on VHS

https://www.youtube.com/watch?v=UOtonwG3DXM
91•AlexeyBrin•6h ago

Comments

florians•5h ago
This is entertaining. I learned Turbo Pascal in high school.

What I like from watching it again: the aspect of structured programming.

It’s quite refreshing to see a language that doesn’t rely so much on brackets.

It even got away without syntax highlighting by using all uppercase REPEAT, BEGIN, END or capitalising function calls.

Thanks for sharing!

ofrzeta•4h ago
People tend to complain about excessive verbosity of some languages. However today with completion in every editor this should not be an issue, so why not use Pascal?
schwartzworld•1h ago
The problem with verbosity isn’t writing the boilerplate. It’s adding to the mental overhead of reading it
ofrzeta•1h ago
I'll claim without proof that if you are used to the language the mental overhead of "begin" and "end" is not bigger than for { and }.
virgil_disgr4ce•4h ago
I also learned Turbo Pascal in high school, it's quite a trip returning to that time. I'm pretty sure that was the last year they taught Pascal at that school, and after that.... Java. Well, it was the 90s, I guess.
bajsejohannes•3h ago
Capitalization is ignored by the compiler. So you can call it REPEAT, repeat, rEpEaT and so on. Same for variable names, functions, etc.
sph•5h ago
This is just lovely. I wish modern languages came with an introductory video like this, though I feel the programming world's got complex enough that 2 hours might be barely enough just to cover the build system.
virgil_disgr4ce•4h ago
Well, a youtube search for "typescript" returns about 13 trillion videos, does that count?
glimshe•4h ago
The manuals that came with development tools used to be excellent, too. Gosh, the manuals that came with computers used to be better than many technical books on the market today.
virgil_disgr4ce•4h ago
Haha yeah, I talked my dad into getting me the Borland Turbo C++ compiler for DOS when I was 12 or so and it came with a big ol' thick book that I attempted to teach myself with X-) https://winworldpc.com/product/turbo-c/3x
bdcravens•2h ago
The first language I used professionally, in the late 90s, was Allaire ColdFusion. I worked for a small regional ISP, doing tech support, basic sysops, and some web development (we used FrontPage, hah!). We installed ColdFusion on our server, and since no one else was really taking initiative, I took home the books that came with, as well as the disk, and just devoured the information, and in roughly a week, I "learned" the language.
jstummbillig•56m ago
I feel that's a bitter feature, mostly enabled by comparatively slow and expensive update cycles.
moltar•4h ago
My first language!
bluedino•4h ago
I remember seeing the Mix C video courses in computer shopper magazine

http://www.mixsoftware.com/product/cvideo.htm

AlexeyBrin•4h ago
Would be great if they can release it on YT fully. I doubt anyone buys it today since it is so dated, but would be interesting from a historical perspective.
jhbadger•3h ago
I loved Mix/Power C. That's how I learned C on DOS in the late 1980s. Mix also had a neat set of DOS tools that simulated UNIX on DOS -- no multitasking, but you got a Bourne-like shell and various utilities like grep and sed -- and the source code to them!

http://www.mixsoftware.com/product/utility.htm

(it's funny that their store's still up; I wonder if anyone buys from them in 2025)

glimshe•1h ago
I learned C on PowerC that I got in a bundle that also included a C Primer from the Waite group. The primer came with a DOS-based C course with interactive quizzes. It was a fantastic combo.

Oh... And my powerC edition included the full source code of their standard C library!

analog31•4h ago
I learned BASIC in high school, so I'm mentally mutilated, but with that said, my dad got me a copy of Turbo Pascal for my birthday, in the early 80s. He knew virtually nothing about computers, but had read an article in the Wall Street Journal about it. And my older brother was learning Pascal in college.

The manuals were a joy. I read them cover to cover. I think I only skipped one update, up through version 5, and was still using it long after MS-DOS was obsolete.

Today, in my rare moments of writing good code, I program like a Pascal programmer. I think you can easily do worse, but it's hard to do much better. One of the ideas that was prevalent at the time, was that as you learned programming, you should also be learning good programming practices.

pb060•2h ago
I hear you, I can write BASIC in any language.
breppp•1h ago
spaghetti gotoing everywhere and leaving space lines in between code if you might need to insert something later?
sph•1h ago
The good old On Error Resume Next

https://www.npmjs.com/package/on-error-resume-next

woodylondon•4h ago
I feel old - remember watching this when i started out, later went on to use Delphi before moving to the web.
bdcravens•3h ago
Turbo Pascal was the first language I learned, in high school in the mid-90s. While I've never written it professionally, it'll always be important to me.
JoeDohn•2h ago
I learned Turbo Pascal in high school (early 2000), once in college I had to learn java yikes.
mentos•1h ago
was searching for a rolling pin and tore apart my closets came across a box of like 20 books i havent looked at since before chatgpt

had this sad moment when i realized i could probably toss all of the books on programming

and this sinking feeling that i dont know how anyone ever sits down to learn this shit ever again

satisfice•1h ago
That’s Zack Urlocker. He’s a real guy. I mean, not just a spokesmodel.

I worked with him at Borland in the early 90’s. He stands out for me because he’s gracious in debate. You don’t mind losing an argument to him.

OCTAGRAM•49m ago
There is a love and hate relation from programmers who started from it. Hate goes from the fact different Pascals didn't manage to settle an agreement on standard. Well, there are ISO Standard Pascal and ISO Extended Pascal. But does Turbo Pascal conform to any of them? No. So do Apple Pascal, UCSD Pascal, whatever.

As much as I hate C enemies, I must admit they were for some reason better at standard. If Pascals were such religiously adopting the standard and if C was remaining as fragmented as Pascal, with "otherwise" in one dialect and "else" in another one, then Pascal could win. Probably not the Turbo Pascal as we know it. Another Pascal, standard enough Pascal.

Or maybe it should have been Modula-2. Amiga had TDI Modula-2. Don't know if TopSpeed Modula-2 and TDI Modula-2 were source compatible, but I guess far more than different Pascals.

This table is built by ex. Pascal developer that moved to Ada: https://p2ada.sourceforge.net/pascada.htm

Indeed, Ada's standard conformance is a breathe of fresh air.

But Amiga had no Ada compiler, and had Modula-2 compiler. So for the sake of good guys' winning, if time machine moves me to 80s, I would pick Modula-2 for every platform. Nowadays Ada is a choice of good guy

skopje•46m ago
Wish I had saved my VHS C++ Tutorials from 1990 with Bjarne Stroustrup. It was mostly him staring into the camera teaching C++. They don't appear to be on his homepage either. Bummer, because this was back before C++ went crazy, and they were a great intro to the "simpler" days.
ta12653421•13m ago
have you tried to reach out to him?

Im pretty sure he is willingly sharing it, if there is no copyright issue or similar

WalterBright•22m ago
Zortech produced a "Learn C++" series of videos in the 80's. They were popular and sold well. I never paid much attention, but a few years ago thought I might find them, and make them available on the internet.

I did find them, and watched some of it, but the content was not worth preserving.

ta12653421•12m ago
Im wondering:

NObody seems to remember the superhigh speed of the compiler? :))

It was lightspeed compared to GCP++ or BC++

ta12653421•12m ago
Though: I have to admit - GCP brought 32bit protected mode via CWSDPMI, which was a clear killer.