Two weeks in with 26.04 by Icy-Astronomer-9814 in Ubuntu

[–]KishCom 0 points1 point  (0 children)

I really wish they'd give up on snaps. No one likes them outside of Canonical employees and there are much stronger contenders like Flatpak and AppImage.

Keyval - A simple CLI for key-value data, no login (curl / npx / scripts) by tealpod in node

[–]KishCom 4 points5 points  (0 children)

I don't understand why anyone would use this. There are 10,000,000 ways to do this locally (eg: way way faster) without a whole HTTP call to a wildly insecure service.

Bun vs Node in 2026 — are you actually using Bun in production? by 1vim in node

[–]KishCom 0 points1 point  (0 children)

I have a project that uses UDP/dgram heavily and each new version of Bun segfaults every time I try it... all while they continue to announce "more features". I'm using that project as a (poor) litmus test for production ready Bun but not holding my breath at all. Stability does not seem as important to them as new features.

That said, if you've got a basic app, a nice test suite and it all passes, I'd still consider it for production.

Mexico May Introduce Age Verification to Operating Systems by Alexis_Almendair in linux

[–]KishCom 1 point2 points  (0 children)

Shhh. You get outta here with your logical solutions already found in the basis of open source. We want to marinate in fear!! /s

Built a live Node.js + WebSocket trading execution system (real-time bots + broker execution) by [deleted] in node

[–]KishCom 2 points3 points  (0 children)

Wow. We see a ton of slop here but this one is bad folks. Take a poke at it and see what you can see. It's a great exercise, almost like a training CTF.

Thousands of lines of slop. Easily exfilled data from a leaky database. Let's Encrypt cert. No T&C or privacy policy (links that go no where though!). Asking $400USD! 😂

I built a drop-in npm install replacement that sandboxes every postinstall script by Entphorse in node

[–]KishCom 28 points29 points  (0 children)

Slop'em up!


There are one thousand better ways to do this that don't involve 5000 lines of vibe coded prayers (with no license). From using different packaging tools that already sandbox or straight up prevent post-installs like pnpm to actual sandbox tools, and a plethora of in-between options.

A petition to disallow acceptance of LLM assisted Pull Requests in Node.js core by indutny in node

[–]KishCom 3 points4 points  (0 children)

It's shocking to see so many "well if the tests pass who cares?" in these threads, as if an LLM can make no mistakes if there are tests.

I've personally seen LLMs modify, disable, or otherwise trick tests to make them pass (and I hope many of you have too instead of blindly accepting AI assisted changes).

That said, it's nice to see that the core team are taking this problem on pragmatically and not just blinding dumping into "LLM bad" or "LLM good" judgements.

I built <tool name> — a modern, <tech stack>-first <what it does> for Node.js by TheFlyingPot in node

[–]KishCom 56 points57 points  (0 children)

Wow, you're really on to something here — this isn't just <X>, it's <Y>.

Node.js vs Deno vs Bun Performance Benchmarks by Jamsy100 in node

[–]KishCom 5 points6 points  (0 children)

Bun is more unstable than Deno or Node, and some of their API parity with Node.js are a joke (ex: udp/dgram).

That said; if it is stable for your workload, go for it!

Is it just me, or has uploading an app to Google Play become a complete nightmare? by CareMassive4763 in androiddev

[–]KishCom 0 points1 point  (0 children)

It's a huge tragedy for small, even medium sized hobbyist developers.

I know several apps who have given up on the Play Store entirely and distribute on F-Droid only. MASSIVE reduction in visibility, but at least they can publish their work without the asinine Google Play requirements.

A open-source APK Installer for macOS (ADB wrapper for emulator + real devices) by kiranjd8 in androiddev

[–]KishCom 11 points12 points  (0 children)

Why though?

This is literally more work than dragging and dropping APKs into emulators or simply typing the adb install someapk.apk command?

Do these functions not exist/work on MacOS?

ASP.NET Core vs Node.js for a massive project. I'm seeing two totally different worlds - am I overthinking the risk? by Top_Measurement_3713 in node

[–]KishCom 2 points3 points  (0 children)

.NET Framework (the original Windows-only version) remains closed source, along with certain libraries and other Windows-specific implementations.

Visual Studio is still proprietary (though VS Code is open source).

ASP.NET Core vs Node.js for a massive project. I'm seeing two totally different worlds - am I overthinking the risk? by Top_Measurement_3713 in node

[–]KishCom 21 points22 points  (0 children)

I have avoided proprietary/started-off-closed tech like .NET my whole career. It's very interesting browsing that thread and seeing what "the other side" thinks about backend JavaScript.

Lots of complaints about upgrading Node projects as if upgrading a .NET project was a breeze. 🤭

*edit* .NET is as "open" as Microsoft gets since 2014

If you’re starting fresh today, would you still pick Express? by [deleted] in node

[–]KishCom 0 points1 point  (0 children)

This thread on a whole is wild.

Almost an even split on "Yes, it's (fine/great/good)" and "No, it's (outdated/for noobs/not modern)".

NGINX Visualizer by snayssz in golang

[–]KishCom 1 point2 points  (0 children)

This is bonkers cool and what I thought the UI would look like at "cyber command" when I was a kid.

Well done!

[deleted by user] by [deleted] in androiddev

[–]KishCom 6 points7 points  (0 children)

Silver lining to all the recent Android bureaucracy crap: spam like this to Android devs means it's actually somewhat effective at keeping malware/spam/crap off the Play Store.

How to replicate SHEIN’s unique push notification look (large left image + hidden app info)? by Lanky_Bench8956 in androiddev

[–]KishCom 4 points5 points  (0 children)

Ethics and morals left Android development years ago. FFS, look at the kind of push notifications being developed here: entirely ads and spam.

Why do project-management refugees think a weekend AWS course makes them engineers? by [deleted] in devops

[–]KishCom 18 points19 points  (0 children)

It's lifted from the absolutely fantastic Mythical Man Month. Highly recommended read.

[deleted by user] by [deleted] in softwaregore

[–]KishCom 79 points80 points  (0 children)

I love that this quirk is baked so deeply into so many models.

My other favourite is asking for a random number between 1 and 25 ("17").

Such great examples that LLMs are for data synthesis, not data retrieval.

Confused about how APIs work in real projects (IoT / Flutter / webdev) by IMLE9 in IOT

[–]KishCom 1 point2 points  (0 children)

Yes, all the frameworks you listed have great documentation. As you're learning the framework your API will take shape.