>press "Download for Linux"
>appimage
:(
@vigneshmani.com.bsky.social
Programming, software architecture, Linux, retro tech, books, and running. #csharp and #golang github.com/vgnh
>press "Download for Linux"
>appimage
:(
Andrej Karpathyโs take on AI coding agents feels grounded. The industryโs chasing full autonomy when models still hallucinate too much.
Agents that churn out a thousand lines of code leave you either blindly trusting them or slogging through reviews. These tools should embrace their fallibility.
confident ignorance as tribal identity works great until reality selects for people who actually learned how things work
17.10.2025 22:15 โ ๐ 75 ๐ 12 ๐ฌ 3 ๐ 0It's really amazing to me, a person born in the 90s, that I have a 13" laptop that has 24 CPU cores that go up to 5.1Ghz and 96GB of ram and it weighs under 3 pounds. So easy to take for granted just how far compute performance has improved.
Young me would not believe it
I couldnโt find a decent syntax highlighting library for .NET โ so I built one while working on my AI coding assistant CodePunk.
Say hello to CodePunk.Highlight
๐ github.com/neil-gilbert...
Yearly reminder that: in web browsers and many apps, you can select text inside a link by holding the Alt key.
02.10.2025 15:00 โ ๐ 67 ๐ 12 ๐ฌ 4 ๐ 1A group of physicists claim they have proof that true randomness exists. This has implications for encryption protocols and computing, but (if true) would also indicate that the past does not determine the present.
www.youtube.com/watch?v=9uk7...
Using Linux long enough and you start to unironically believe that GUIs were a mistake.
29.08.2025 00:19 โ ๐ 16 ๐ 1 ๐ฌ 3 ๐ 0So many things are impossible only because someone told you they were impossible and you believed them
19.08.2025 14:48 โ ๐ 77 ๐ 20 ๐ฌ 3 ๐ 0reddit post screenshot. whatโs the point of vibe coding if i still have to pay a dev to fix it? whatโs the point of vibe coding if at the end of the day i still gotta pay a dev to look at the code anyway. sure it feels kinda cool while iโm typing, like iโm in some flow state or whatever, but when stuff breaks itโs just dead weight. i cant vibe my way through debugging, i cant ship anything that actually matters, and then iโm back to square one pulling out my wallet for someone who actually knows what theyโre doing. makes me think vibe coding is just roleplay for guys who want to feel like hackers without doing the hard part. am i missing something here or is it really just useless once you step outside the fantasy
youโre so close
19.08.2025 11:38 โ ๐ 3954 ๐ 636 ๐ฌ 113 ๐ 64GitHub is no longer independent at Microsoft, as CEO Thomas Dohmke resigns. GitHub is now moving to Microsoft's AI engineering team, CoreAI, with a new structure for GitHub's leadership team. Details ๐ www.theverge.com/news/757461/...
11.08.2025 15:44 โ ๐ 685 ๐ 440 ๐ฌ 20 ๐ 511looks like the latest build of windows 11 shipped with a broken version of pow() that says (-1)ยฒ = -1:
github.com/ppy/osu/issu...
What is a micro-retirement? Inside the latest Gen Z trend (Fast Company) Gen Z is rethinking retirementโby taking it in mini doses. The rising trend of *micro-retirements* means career professionals are pressing pause for 1-2 weeks every year to avoid burnout and boost well-being. While it's gaining traction (even among non-Gen Z workers), experts warn these breaks could come with long-term financial and career tradeoffs. Is unplugging worth the risk? Here's what to consider before booking your "someday" now.
the zoomers have rebranded vacation
03.07.2025 12:47 โ ๐ 6524 ๐ 1078 ๐ฌ 72 ๐ 1021Good stuff, Windows 11.
26.06.2025 15:09 โ ๐ 259 ๐ 14 ๐ฌ 10 ๐ 0watching microsoft engineers fight their own AI as it's allowed to publicly run wild across massive in-production projects is certainly ... something
github.com/dotnet/runti...
Amjad Masad & @amasad Obserwuj Vibe Coding is flooding the internet with vulnerabilities. Novices in Cursor and Windsurf expose their API keys by default. And services like Lovable make it too easy to expose private data. We can't have that-announcing Safe Vibe Coding on Replit:
>Vibe coding is introducing vulnerabilities, thatโs why weโre introducing safe vibe coding
Iโm legit crying wtf lmao
`dotnet run file.cs` is coming:
Allows running C# source files with no need for an explicit backing project. We call these file-based programs (as opposed to project-based programs).
github.com/dotnet/sdk/b...
๐ Exciting news! Microsoft.Testing.Platform is now available across Expecto, MSTest, NUnit, TUnit, and xUnit.net!
A modular, extensible test platform for any .NET projectโwhether in CI/CD, CLI, VS, or VS Code.
Check it out: devblogs.microsoft.com/dotnet/mtp-a...
#dotnet #testing #unittesting
you know what I love: web sites. Fewer apps, more web sites.
06.02.2025 08:29 โ ๐ 250 ๐ 16 ๐ฌ 12 ๐ 2Itโs strange to think that between our parents growing up without household devices, and- skating to where the puck is going- levels of abstraction developing higher and higher, we might be in the only time period where itโs decently common to understand computers
25.01.2025 16:57 โ ๐ 186 ๐ 9 ๐ฌ 17 ๐ 4Added a way to diff two assemblies at the byte level.
This is what I really needed it for - to debug deterministic builds. I needed to see why is the assembly different even though nothing has changed. In this case it was SourceLink stamping the Git SHA into the embedded pdb.
atompds github.com/PassiveModdi...
14.12.2024 11:44 โ ๐ 35 ๐ 12 ๐ฌ 4 ๐ 2Ebitengine in 2024 / 2024 ๅนดใฎ Ebitengine
English: ebitengine.org/en/blog/2024...
Japanese: ebitengine.org/ja/blog/2024...
LLMs are an absolute game changer for information retrieval. The ability to ask follow up questions and iterate/rubber duck makes it 10x more useful than a search engine.
07.12.2024 21:33 โ ๐ 53 ๐ 2 ๐ฌ 13 ๐ 1Elon built the worlds largest GPU cluster and grok is still gonna sound like an average Redditor
04.12.2024 08:39 โ ๐ 344 ๐ 30 ๐ฌ 12 ๐ 1.NET Blog, dotnet scaffold โ Next Generation Project Creation for .NET. #dotnet devblogs.microsoft.com/dotnet/intro...
20.11.2024 19:10 โ ๐ 3 ๐ 2 ๐ฌ 0 ๐ 0Googleโs Gemini AI randomly spit out a long unhinged rant at a college student: โThis is for you, human. You and only you. You are not special, you are not important, and you are not needed. โฆ You are a stain on the universe. Please die. Please.โ
Jump to the last message in this transcript.
Hey new Blueskiers? Skeeps? Whatever.
Did you know that every profile has an RSS feed, just like Mastodon? Here's mine:
Just add /rss to the end of any profile!
bsky.app/profile/did:...
The Half Life Alyx booze / liquid / bottle shader which I worked on at the start of the Covid lockdown and got a ridiculous amount of attention
10.11.2024 01:43 โ ๐ 196 ๐ 30 ๐ฌ 8 ๐ 2