frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

I Miss Visual Basic

https://micro.webology.dev/2025/05/11/i-miss-visual-basic/
19•speckx•6mo ago

Comments

lysace•6mo ago
There has been so much VB love here lately. Here are some counterpoints:

In the 90s, when you saw that a Windows app needed Visual Basic DLLs, you kind of knew that the app in question was very likely created by a complete amateur.

The best apps tended to be tiny and written in C by wizards.

pvg•6mo ago
Some miss old handy tools, others miss the old gatekeeping.
lysace•6mo ago
Gatekeeping or not, it was a useful indicator. There was so much crap.
rbanffy•6mo ago
I’ve seen terrible programs written in all sorts of languages.
lysace•6mo ago
And there were no patterns, particulary between 1992-1995, for MS Windows apps?
tptacek•6mo ago
Bracketing this with '92-'95 makes the claim so much funnier.
rbanffy•6mo ago
One thing VB allowed was horrible visual design. When you wrote a Windows app in C or C++, you are happy when the button appears in the UI and you leave it alone at that point. VB allowed people to customise their buttons with all sorts of colours and patterns no sane UI designer would attempt.
pvg•6mo ago
Same with Hypercard, perhaps even more so since Hypercard let you respond to UI gestures the standard UI didn't really use like mouseovers.
rbanffy•6mo ago
HyperCard, at least initially, didn’t have color, so it somewhat limited how horrendous the UI could be.
tptacek•6mo ago
[Nobody][1] [ever][2] [wrote][3] [crap][4] [in][https://en.wikipedia.org/wiki/Sendmail] [C][6].
guidedlight•6mo ago
Most apps in the 90’s/early 00’s were tiny. They did one thing well.

It’s in that context, VB did really well. The thing that VB didn’t do well is scale due to language limitations, but for tiny apps it didn’t matter.

mattl•6mo ago
When you go to a modern website and you see it downloads 900kb of JavaScript just to show you the homepage, how do you feel about that?

I was a VB developer for a few years. I'm trying to remember the name of the tool we used to bundle VB applications into a single binary. It wasn't a Microsoft tool.

lysace•6mo ago
> When you go to a modern website and you see it downloads 900kb of JavaScript just to show you the homepage, how do you feel about that?

That shipping sites like that should cause you to pay some kind of tax. Use that tax income to invest in software security.

mattl•6mo ago
I saw a thread the other day on creating a website without JavaScript and so many people were saying it couldn’t be done.
rbanffy•6mo ago
I like the idea of an IDE with integrated GUI builder. We had a couple - I used NetBeans to make Java ME applications for phones.

Shouldn’t be too hard to build a framework that loads a GUI definition and auto-binds UI events to functions according to a naming convention. I wouldn’t be surprised if there isn’t already such a thing for Python.

guidedlight•6mo ago
VB UI’s tended to be fixed and designed for a world where everyone ran a 4:3 640x480 VGA monitor. This made VB’s UI builder very easy to achieve good results.

I’m not sure the same approach would work today.

rbanffy•6mo ago
Just replace pixels with millimetres and we are safe.

At some point it got anchors in the widgets so you could position it at a distance of another control or the window border (at least). The same effect can be done with layout managers and other tricks.

jenkstom•6mo ago
Why not Delphi? And why not Lazarus?
mattl•6mo ago
> Why not Lazarus?

I've never heard of this or if I have, I don't remember it.

It's an open source IDE that's Delphi compatible. The author of the article is trying to make a Mac app.

* Downloads are from an ad-ridden SourceForge page.

* I download Lazarus I don't get a nice little Mac app... I get a folder full of stuff

* Starting the app, macOS tells me “lazarus” is damaged and can’t be opened. You should move it to the Trash.

* On the project screenshots page, ReactOS is shown before macOS and macOS screenshots are from a while ago.

Contrast that experience with... VSCodium, the open source community version of VSCode.

* Download is from GitHub, no ads.

* Downloads a disk image with a familiar pattern

* Drag the VSCodium app bundle to my Applications folder

* I get prompted if I want to open it as it's something downloaded... and VSCodium opens (slowly at first) -- up pops a message saying I've downloaded the x86 version by mistake and I should download the ARM64 version and there's a link to do it... downloading the correct version and it opens instantly.

--

All of this to say... with any project, open source or proprietary there is a sense of native/correctly packaged for your OS that's obvious, and if a project doesn't do that I wonder if anyone is using it for that OS.

TrackerFF•6mo ago
VB.NET works just fine, no? Granted it is 13-14 years since I last time touched VB.NET, but slapping together apps in visual studio was a breeze. If something serious hasn't happened since then, it should still be easy.
gschizas•6mo ago
Modern VB.NET (and C#) suffer from overcomplication, from trying to do too much. And at the same time, not doing enough.

There are (at least) three ways to make a desktop application (Classic Windows Forms, XAML and other, more different XAML, for what used to be Metro/Windows Store apps). Not all functionality overlaps between them.

There are a plethora of (paid) custom controls which reimplement the wheel for all of those (because Microsoft didn't bundle in some elementary Windows controls)

That being said, I personally miss LightSwitch.

neonsunset•6mo ago
You are confusing platform-specific(!) GUI frameworks with the languages themselves, which have been long "divorced" from the platform they initially targeted.
jperoutek•6mo ago
VB.NET is still a supported platform by microsoft, with the GUI builder and everything. We still use VB.NET exclusively at my current job, for better or for worse. With the addition of tools and libraries like DevExpress, its honestly not a bad setup.
mattl•6mo ago
IIRC, VB.NET disregarded the 20+ years of VB developers for the most part.
nom•6mo ago
VB will always have a special place in my heart.

  On Error Resume Next
dyl000•6mo ago
I was a real big fan of vb.net! Built so much with it.
sph•6mo ago
I started with VB6, but I was not a great fan of the language. Soon, I moved to MSVC++6 with MFC, and even though it had its own RAD system for designing dialogs, it was so half-arsed and limiting compared to Visual Basic. You couldn't even change the foreground colour of a label!

I still remember the envy when I found out Delphi developers were not subject to these silly restrictions, and their GUIs were always so colourful.

The Era of Agentic Organization: Learning to Organize with Language Models

https://arxiv.org/abs/2510.26658
1•nrsapt•13m ago•0 comments

Facebook Text Log Between Mark Zuckerberg and Kevin Systrom(Instagram Cofounder)

https://www.dropbox.com/scl/fo/0e4qbvj7w8cwxdlpo010c/AHCMfNHmj03nPnJ-VKDYRvA?dl=0&e=1&noscript=1&...
1•Fiveplus•15m ago•0 comments

A simple tool to calculate the total length of any YouTube playlist

https://www.ytplaylistlength.info/
1•xiaomohaha•26m ago•0 comments

$1900 Bug Bounty to Fix the Lenovo Legion Pro 7 16IAX10H's Speakers on Linux

https://github.com/nadimkobeissi/16iax10h-linux-sound-saga
3•pabs3•34m ago•0 comments

AI-Driven Partner in Cybersecurity, Ethical Hacking, and VAPT

https://zehrasec.com/
1•salkahfi•38m ago•0 comments

I know you don't want them to want AI, but

https://www.anildash.com//2025/11/14/wanting-not-to-want-ai/
1•Fiveplus•38m ago•0 comments

What's in a Passenger Name Record (PNR)?

https://hasbrouck.org/articles/PNR.html
1•rzk•39m ago•0 comments

EU Digital Markets Act litigation against Apple: a quick recap

https://fsfe.org/news/2025/news-20251015-01.en.html
1•pabs3•41m ago•0 comments

Never Say "Let's Stay in Touch"

https://psychotechnology.substack.com/p/never-say-lets-stay-in-touch-1530
2•eatitraw•43m ago•0 comments

Low Latency Optimization: Understanding Huge Pages (Part 1)

https://www.hudsonrivertrading.com/hrtbeat/low-latency-optimization-part-1/
2•pykello•48m ago•0 comments

$10k RTX Pro reportedly snaps under its own weight during transit

https://www.tomshardware.com/pc-components/gpus/usd10-000-rtx-pro-6000-blackwell-workstation-gpu-...
2•praptak•52m ago•0 comments

'Trash Pandas' Are Physically Evolving into Pets; SF'S Raccoons Could Be NEXT

https://hoodline.com/2025/11/trash-pandas-are-physically-evolving-into-pets-sf-s-raccoons-could-b...
2•aranchelk•53m ago•0 comments

Earth Has Tilted 31.5 Inches Since 1993 – and It's Because of Us

https://techoreon.com/earth-has-tilted-31-5-inches-since-1993-study-finds/
3•ashishgupta2209•1h ago•1 comments

Show HN: Supogen – A customer support agent built for technical teams

https://app.supogen.com/
1•hacker1234444•1h ago•0 comments

Be Simple

https://corrode.dev/blog/simple/
2•vinhnx•1h ago•0 comments

Nvim-orgmode/orgmode: Orgmode clone written in Lua for Neovim

https://github.com/nvim-orgmode/orgmode
2•edward•1h ago•0 comments

Scaling and Normalizing Arrays – A Practical Guide for Data Preprocessing

https://ferdo.us/p/scaling-normalizing-array/
2•ferdous•1h ago•1 comments

How to run exceptional 1:1 for Engineers

https://newsletter.techworld-with-milan.com/p/how-to-run-exceptional-11-for-engineers
2•taubek•1h ago•0 comments

Ubiquiti Flex Mini 2.5G Review Ubiquiti Does a Cheap 5-Port 2.5GbE Switch

https://www.servethehome.com/ubiquiti-flex-mini-2-5g-review-ubiquiti-does-a-cheap-5-port-2-5gbe-s...
5•ksec•1h ago•0 comments

Bypassing the Branch Predictor

https://nicula.xyz/2025/03/10/bypassing-the-branch-predictor.html
2•signa11•1h ago•0 comments

AI-Assisted Reverse Engineering with Ghidra

https://github.com/biniamf/ai-reverse-engineering
2•mars_wonder•1h ago•1 comments

Show HN: Helping Aussies compare their body corporate fees

https://bodycorporatefees.com/
1•justinos•1h ago•0 comments

Denmark's drive to conscript teenage girls: "We're pretty scared"

https://www.thetimes.com/world/europe/article/denmark-conscription-russia-teenage-girls-ktrl57xn2
5•TMWNN•1h ago•0 comments

How is it that Grok 4 is the ONLY model that can run this kind of task

https://grok.com/share/c2hhcmQtMg_8b2b4384-d983-4125-ac52-420a4e49887c
1•01-_-•1h ago•0 comments

Department of Dirty

http://www.departmentofdirty.co.uk/
2•wyclif•1h ago•0 comments

The (Overdue) Collapse of Corporate Consulting [video]

https://www.youtube.com/watch?v=ysEAIIHzvXo
1•mgh2•1h ago•0 comments

Show HN: ChronoGuard–Zero-trust proxy for browser automation with temporal ctrls

https://github.com/j-raghavan/ChronoGuard
2•j-raghavan•1h ago•0 comments

Personalized QR Code Generator

https://qrcode.chdaoai.com/en
1•ace520•2h ago•0 comments

Show HN: Xeus-Haskell – a lightweight Haskell kernel for JupyterLite

https://github.com/tani/xeus-haskell
1•tanimasa•2h ago•0 comments

Behind Zohran Mamdani's impactful and colourful campaign

https://www.thehindu.com/life-and-style/zohran-mamdani-new-york-mayor-campaign-handdrawn-visual-d...
2•thunderbong•2h ago•2 comments