frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Tortoise and the Birds – an African folktale recreated with Lego animation [video]

https://www.youtube.com/watch?v=EVHlqLa7-u0
1•CodePapi_•1m ago•1 comments

Show HN: Nuzzle – adorable live wallpapers of your pets

https://usenuzzle.com
1•13001r•1m ago•0 comments

Against Dumb Vibe Coding, Not Vibe Coding

https://funnygeek.com/essays/vibe-coding-speech/
1•ifoo•3m ago•1 comments

Show HN: Drop a SQL schema, get an interactive ER diagram

https://mcdview.dev/
1•PatuDev•3m ago•0 comments

Mitchell Hashimoto: Basic Superlogical Demo

https://twitter.com/mitchellh/status/2093451043661316217
1•mdrachuk•6m ago•0 comments

The U.S. Munitions Crisis

https://www.cfr.org/articles/the-u-s-munitions-crisis
1•Betelbuddy•6m ago•0 comments

Show HN: Time tracking for solo consultants that ends in a PDF invoice

https://hourtobill.com/demo
1•Stackedboost•7m ago•0 comments

Tja – TUI for learning German verbs in your terminal, one-armed-bandit style

https://github.com/progapandist/tja
1•progapandist•7m ago•1 comments

US Threatens Britain over Falklands

https://www.telegraph.co.uk/world-news/2026/08/28/us-uk-boost-defence-spending-lose-falklands-sup...
1•Betelbuddy•10m ago•0 comments

Iceland votes against restarting talks on joining EU

https://www.bbc.com/news/articles/c70le8ed1plo
2•vinni2•10m ago•0 comments

Show HN: Train 300M/32-Layer Model in 1.5GB RAM on Base M1 Mac

1•vlad_kalinkin•10m ago•0 comments

Only believe what you can validate: a verification framework for agentic AI

https://devblogs.microsoft.com/all-things-azure/only-believe-what-you-can-validate/
1•yani__•12m ago•0 comments

Delhi Metro Jazz

https://www.delhimetrojazz.com/
1•mscholz•14m ago•0 comments

Veldo: Stop paying for App Store keywords that never pay back

https://veldo.app/
1•welsenesbros•16m ago•0 comments

Show HN: Rose – reusable foundation embeddings for industrial 1H NMR

https://github.com/romboai/rose-1h-nmr
1•zaza3311•17m ago•0 comments

The Complex Tech Behind Growing Diamonds in Minutes [video]

https://www.youtube.com/watch?v=SPAMTs6Ug20
1•binyu•17m ago•0 comments

Berlin is being blackmailed by hackers

https://www.bbc.com/news/articles/cm2q7gv3l5qo
2•dudefeliciano•20m ago•0 comments

VibeGuard – security linter for AI-generated code

https://github.com/zeroFhacker/vibeguard
1•obadafid•22m ago•0 comments

Lamb Grazing in Solar Farms

https://spacedaily.com/b-lambs-grazing-under-an-oregon-solar-farm-had-38-percent-less-grass-in-fr...
2•anu7df•25m ago•0 comments

My fat loss experiments with ChatGPT and water fasting

https://community.webminal.org/t/my-fat-loss-experiments-with-chatgpt-and-water-fasting/8846
6•giis•27m ago•1 comments

Observations Around Prominent Programmer Sentiment and AI

https://blog.g9n.com/observations-around-prominent-programmer-sentiment-and-ai
1•gb2d_hn•28m ago•0 comments

Fair Work Commission condemns 'plain wrong' AI legal advice

https://www.abc.net.au/news/2026-08-29/fair-work-commission-condemns-ai-legal-advice/107089766
5•martyvis•28m ago•0 comments

What We Tell AI

https://www.whatwetellai.com/
3•thm•32m ago•0 comments

Structure is cheaper than intelligence

https://jeroensangers.com/2026/08/30/structure-is-cheaper-than-intelligence.html
3•meetpateltech•37m ago•0 comments

A pure Rust Layer-1 with 2,048 concurrency lanes and static scheduling

https://synapticchain.xyz
2•abdulshabazz•39m ago•0 comments

Ask HN: Which repos have merged PRs worth reading?

1•justabuilder•43m ago•0 comments

RoyalSonic – Affordable business email and groupware suite

https://www.royalsonic.com/shop-2/
1•dhamanij•45m ago•0 comments

Which repos have merged PRs worth reading?

1•justabuilder•45m ago•0 comments

Does Computer Science Need Computers?

https://www.quantamagazine.org/does-computer-science-need-computers-20260828/
2•Michelangelo11•46m ago•2 comments

Spark: Sparklines in your shell

https://git.zx2c4.com/spark/about/
13•hskimse•46m ago•0 comments
Open in hackernews

Ask HN: Is there a general, multi-PL programming task dataset?

1•quartztz•1y ago
Hello!

Being a student interested in PL design, I have had this idea floating around for a while: the gist is finding out what programming languages LLMs might be the most proficient in, to study their design choices and syntactic features with the goal of designing the perfect language for LLMs. This is, of course, gimmicky, but I entertained the idea for a while as a fun afterschool project.

The challenge is: what would be the best way to evaluate programming performance _in specific languages_? There are two main hypotheses here:

1. There are intrinsic syntactic/structural features that the transformer architecture is uniquely able to parse/reproduce/understand best, leading to higher quality code generated. For example: Lisp dialects make parsing code structure and blocks very easy, so one could assume an LLM can "understand their code better" 2. There is so much Python/JS out there that the question isn't even worth asking, and the performance in those will beat whatever other language you throw at it. This is probably not as much of a point thanks to newer transformer architectures but the question is still up.

I suspect the answer can be made somewhat interesting by considering performance relative to language popularity, but the ground question is: is there a general dataset containing different programming challenges, of varying difficulty, in multiple languages, with standard solutions? I couldn't find anything when I looked around, but I might have missed something obvious. It wouldn't be impossible to build a simple website to crowdsource, but I'm thinking that if I missed something obvious I'd rather find out early than late. Also, if you have any input on the project itself, I'd love to hear your ideas!

Comments

Someone•1y ago
> For example: Lisp dialects make parsing code structure and blocks very easy, so one could assume an LLM can "understand their code better"

I would expect the reverse: lisp has no syntactic sugar, making it harder for a LLM to glue code fragments together in a way that produces valid lisp code. Even guaranteeing that parentheses are correctly nested already can be a challenge.

As to a set of programs: they aren’t exactly what you’re looking for, but I would consider https://projecteuler.net (does not contain solutions, but searching for project Euler solutions” finds some) or https://benchmarksgame-team.pages.debian.net/benchmarksgame.

sargstuff•1y ago
Very open ended questions. Geeks for Geeks loosely organized around computer science topics of study : https://www.geeksforgeeks.org/

nit-pick details:

Ignoring hardware differences, "performance" comparisons can be based on differences between algorithm(s) used vs. how algorithm is implimented. For a given language, "algorithm implimentation performance" can be defined as the trade-offs on how a a given algorithm is implimented in a language (compared to other programming languages, but also easy use/flexibility based on 'language generation level -> https://www.geeksforgeeks.org/generation-programming-languag... )

----------------------

1) General computation language specialty 'modules' not withstanding; "languages" are built/optimised around core algorithmic concepts / anticipated area/concentration of targeted professional environment. aka opencl (gpu), R (statistics), Lisp (engineering design), C (OS level), sql (data selection), jasper reports, cobol (business), etc. Languages tend to be 'popular' because of the ecosystem provided around/for a given language.

snarky side note -> can always write a more standard language that compiles to an esolang & provide appropriate emacs/vim/sed/spacemacs ide support.: https://esolangs.org/wiki/Main_Page

  LLM's are very useful at curating information and recognizing/summarizing "statisical" relevance. aka apl is great for engineering mind set, not so good for business use cases aka cobal.  LLM might recognize a language for a given user that combines commonly used 'apl' aspecs of user and commonly used 'cobal' aspecs of user and recommend a language(s) with suitable commonalities for given user. 


2) Search engine topic 'coding challenges' 'algorithmic coding challenges' brings up many types of answers/sites for honing one's coding skills (various languages, beginner to expert, etc). Coding 'algorithms' vs. coming up with algorithm(s) to code is sort of a side aspect. Also differences in 'competition' challenges vs. 'technical challenges' (aka 512 c64 vs. 1 raspberry pi) ; vs. "computer science coding challenges" vs. 'computational genomic challenges'

     ?? how easy / hard based on 'profession' aka artist vs. software designer 20 years experience programming in scheme; environment -- NASA vs. google vs. insurance company.

   ?? from scratch : https://synoptek.com/insights/it-blogs/10-challenges-every-software-product-developer-faces/

   ?? based on industry standards ?? ; just trying to keep skills honed ??