frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Giant of the Attic: On the Majesty of Alan Moore

https://www.metropolitanreview.org/p/giant-of-the-attic
1•CharlesW•5m ago•0 comments

Built autonomous AI with ethical consensus (SE45 Triad) Need bridge funding

1•Eidollona•7m ago•0 comments

A Tale of Two AI Failures: Debugging a Simple Bug with LLMs

https://bitmovin.com/blog/hackathon-debugging-ai-tools-llms/
2•slederer•9m ago•0 comments

Count of Git Pushes Globally

https://innovationgraph.github.com/global-metrics/git-pushes
3•brokensegue•12m ago•0 comments

How to Short the Bubbliest Firms

https://www.economist.com/finance-and-economics/2025/11/26/how-to-short-the-bubbliest-firms
2•1vuio0pswjnm7•13m ago•0 comments

universal-tbxi-patchset: Mac OS New World ROM patchset to boot System 7.5

https://github.com/Wack0/universal-tbxi-patchset
2•classichasclass•14m ago•0 comments

Seattle passes 70% college grads for first time

https://www.seattletimes.com/seattle-news/data/seattle-passes-70-college-grads-for-first-time/
1•mbrubeck•15m ago•0 comments

"Bird flu virus could risk pandemic worse than Covid if it mutates"

https://www.reuters.com/business/healthcare-pharmaceuticals/bird-flu-poses-risk-pandemic-worse-th...
1•MilnerRoute•16m ago•1 comments

TextPert

https://chromewebstore.google.com/detail/textpert/ogfhfgojcfmgjnalejpbomllbkehmmch
1•Spark88•16m ago•0 comments

Logographs, World Models, and the Next Front in the Global AGI Race

https://medium.com/@ersun.warncke/logographs-world-models-and-the-next-front-in-the-global-agi-ra...
1•logsr•18m ago•0 comments

A first look at Django's new background tasks

https://roam.be/notes/2025/a-first-look-at-djangos-new-background-tasks/
3•roam•24m ago•0 comments

New Linux Patches Enhance Single-Threaded Performance on Many-Core CPUs

https://www.phoronix.com/news/Better-ST-Perf-Many-Core-CPUs
4•nateb2022•24m ago•0 comments

Personal finance burn rate tracker

https://paperright.xyz/
2•polalavik•25m ago•0 comments

Ulam-Like Spiral Experiments

https://alganet.github.io/spiral/
1•gaigalas•26m ago•0 comments

Poetiq: SOTA Reasoning on ARC-AGI

https://github.com/poetiq-ai/poetiq-arc-agi-solver
1•gfortaine•26m ago•0 comments

Google Shenanigans

https://huijzer.xyz/posts/128/google-shenanigans
4•huijzer•28m ago•0 comments

Optimizations in C++ compilers: a practical journey

https://queue.acm.org/detail.cfm?id=3372264
2•fanf2•28m ago•0 comments

Airbus A320 – intense solar radiation may corrupt data critical for flight

https://www.airbus.com/en/newsroom/press-releases/2025-11-airbus-update-on-a320-family-precaution...
2•pyrophoenix•30m ago•2 comments

Natural Language OS (NL-OS): An OS written and executed in natural language

https://zenodo.org/records/17755098
1•takeshi_sakamo•32m ago•0 comments

The quadratic knapsack problem (2025)

https://www.sciencedirect.com/science/article/pii/S0377221724009743
1•ahsillyme•34m ago•0 comments

Show HN: Convert Your Docs to Beauty

https://www.doc2q.com
1•rokontech•36m ago•0 comments

Why Study History? (1988)

https://www.theatlantic.com/magazine/archive/1988/11/why-study-history/670027/
3•breve•36m ago•0 comments

Africa's forests are now emitting more CO2 than they absorb

https://www.newscientist.com/article/2506287-africas-forests-are-now-emitting-more-co2-than-they-...
3•hackernj•37m ago•1 comments

Langjam Gamejam: Build a programming language and then use it to make a game

https://austinhenley.com/blog/langjamgamejam.html
4•azhenley•39m ago•0 comments

VMware isn't budging in its pursuit of Siemens for alleged unpaid licenses

https://www.theregister.com/2025/11/28/vmware_vs_siemens_fresh_filings/
2•ipeev•40m ago•1 comments

Open Source Pledge: Posit contributed $0.75M to OSS in the past 12 months

https://posit.co/blog/posit-open-source-pledge-2025
1•ionychal•42m ago•0 comments

Show HN: Browser Calendar: Track Safari, Chrome, Firefox, Edge & Opera Releases

https://browsercalendar.com/
1•grosmar•42m ago•1 comments

Show HN: Minimalistic hex/binary text visualizer for educational UTF-8 demo

https://chessnawk.vercel.app/tools/hex
2•vitaly-pavlenko•49m ago•0 comments

Jedi Blue

https://en.wikipedia.org/wiki/Jedi_Blue
9•redbell•50m ago•0 comments

Common database for Chat Applications

https://progressdb.dev
1•hasante•52m ago•1 comments
Open in hackernews

Vibe Coding: Developer Slot Machines (Cursor, Windsurf)

https://prototypr.io/note/vibe-coding-cursor-windsurf-slot-machine
37•graylien•7mo ago

Comments

Arn_Thor•7mo ago
I was coding with VSCode for a while and just this week decided to try Cursor which everyone have been raving about. Was quite disappointed to find no meaningful difference with VSCode (so far, after 30 minutes of working with it).
jmisavage•7mo ago
It's a fork of VS Code that still uses the official extensions, despite that violating the license terms. Functionally, it's pretty similar to using VS Code with Copilot, but with the added bonus of choosing from multiple models. I’ve only just started using it at work, so my experience is also pretty limited, but so far the results seem slightly better.
bitpush•7mo ago
How is it violating license terms? As far I know, vscode is released under a permissive open source license.

Isn't the situation similar to Brave et al built on top of Chromium but supports Chrome extensions?

elashri•7mo ago
It is violating the license terms of the official MS extensions like Pylance, C/C++ suite, Jupyter, remote development suite ...etc. They state that they must be used with the official release of the VSCode and not any fork.
Hasnep•7mo ago
Vscode is permissively licensed, but some of the Microsoft created extensions are proprietary, e.g. the C/C++ extension and the Pylance extension. They state in their license that they can only be used with Visual Studio and Visual Studio Code and crash if you try to use them with VSCodium for example.

There are open source alternatives, the basedpyright extension is better than Pylance and I've heard the clangd extension is good.

almostdeadguy•7mo ago
Can you not choose from multiple models in Copilot? My understanding is you can.
RobinL•7mo ago
Yes, you can. It's a relatively recent addition. The original commenter probably doesn't see much difference between copilot and Cursor because copilot has caught up quite a lot in the last couple months
jmisavage•7mo ago
I'm not aware of that, but I also lost access to Copilot when we switched to Cursor so I can't check at the moment. That's great if you can because Claude is why people like Cursor.
TuxSH•7mo ago
For ask/edit models: yes, but you have to enable them (which you don't get a choice over if it's an account managed by your company -- just saying)

For completion models: no, they retired gpt-35-codex, leaving only 4o-copilot.

From my experience (GH Copilot Pro with engaged_oss SKU, ie. for free), after they announced their "pricing changes", they also made the performance worse. The completions went from good, to actively distracting. tldr; they enshittified it / did a rugpull.

Right now, it is not worth paying for. ChatGPT Plus is far better value for money if you don't care about autocompletions/pure vibe coding.

graylien•7mo ago
Do these forks keep updating with the new versions of VS Code? I wonder if once they're forked, they are stuck with that version they forked from?

On the other hand, I think MS are pretty much cloning the good stuff from Cursor, like agent mode: https://www.youtube.com/watch?v=dutyOc_cAEU

Leaves me thinking VS Code might be the best in the long long run, but for now they're all kinda similar?

codelikeawolf•7mo ago
I've spent an inordinate amount of time in the VS Code codebase. Given the complexity and size (I ran cloc on the src directory and it's > 1M lines of code) coupled with the amount of churn, I'm guessing most of the forks are woefully behind.
Arn_Thor•7mo ago
I’ve been juggling different models with Copilot in VSCode already
graylien•7mo ago
Were you using Copilot? I haven't tried VS Code for a while, I guess I can have that one open too. You can even have Windsurf inside VS Code with the plugin I think..

Maybe Cursor/Windsurf could've just been plugins? Only Zed.ai seems really different of the popular IDEs

Arn_Thor•7mo ago
I was using Copilot within VSCode and it seemed very well integrated, making changes in files for me and letting me choose between AI models
softwaredoug•7mo ago
Maybe I'm a luddite, but I like having ChatGPT generate my code the old fashioned way...
graylien•7mo ago
funny how ChatGPT is already old fashioned
hu3•7mo ago
This is a way to bypass alleged hidden prompt trimming by IDEs.

Some people say AI IDEs might summarize or even trim prompt to reduce token input.

rgoulter•7mo ago
Since LLMs are sometimes wonderfully useful, and sometimes not, I'd suggest effective use involves figuring out in which cases it's likely to succeed, which it's likely to fail.

For example, the mentioned graph has "initial prompt with iterative tweaks", followed by iterations of 'starting from scratch'. -- I don't understand why you'd think "this is an ineffective way of doing things", and then keep doing it.

Describing LLMs as "slot machines" seems like the author has no curiosity about the shape of what LLMs can/can't do.

okamiueru•7mo ago
Answer is useful as a suggestion, and doesn't need to be factually correct: Good

Answer is useful as is, and needS to be factually correct: Bad

nonethewiser•7mo ago
I do think its a bit slot machine like because the output isnt deterministic.
graylien•7mo ago
and they prompt you to add more credits, it's seamless to spend more - slot machine is referring to the experience using it, not what is happening technically
bilekas•7mo ago
This article is really difficult to read or its just me? The breaks with the adds are really distracting and I don't know what the author actually is saying here, that he will try windsurf? Do I need to watch the video?
ratatoskrt•7mo ago
Not just you. Why is on the front page?
graylien•7mo ago
Hey, to clarify it's about the user experience of IDEs - how it feels to jump from one to the other, how the UI prompts you to add more credits (so you can end up spending a lot if you're not careful with prompts).

This has often drawn similarities to a slot machine, the way it is not deterministic what code will come out, and what changes to which files will be made.

stavros•7mo ago
I had the same thought, basically here's a summary, as far as I can tell:

> AIs are sometimes good for code, sometimes not so good. I put some money in but don't know what code will come out, and it's so easy to put more money in. My friend told me to use Windsurf instead of Cursor, and it's easy to switch IDEs, they have no moat. Where's the moat?

AFAICT, that's the whole article.

hu3•7mo ago
Speaking about agentic coding I have a question about Copilot in VSCode.

In agent mode (need to enable it manually in settings), did anyone test forcing Copilot to run unit tests after code changes and fix code to pass tests if they break?

_joel•7mo ago
That's what I do as standard in Windsurf. I set memories for it to run the tests too. That's standard, right?
hu3•7mo ago
I just tested and yes, it works.

My issue was my instructions.md file telling it to think too much before writting files and running tests. So it was in a rabbit hole of ethernal thinking.

Now I can tell it to create crud pages and it will generate and run tests for those pages as well.

hu3•7mo ago
How do you solve the risk of AI writting and executing unit tests with something like `rm -rf /` and wiping your files?

I'm looking for solutions. Docker looks like one but I like to keep things simple.

_joel•7mo ago
You can set only allowed filepaths for file handling. I don't there's an explicit way to guardrail it to not run something bad from a shell though (althogh you need --no-preserve-root nowadays in that rm command). You'd have to check every command before running. It's anecdata but I've been doing this stuff for a good few months now and it's not tried to delete my filesystem or lock me out of an airlock, just yet.
zerosleep•7mo ago
I find VS Code + Cline extension and it's memory-bank pattern far easier to control while still feeling like I'm "vibing". Anyone else use that setup or is it already antiquated?