frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Spotify to Begin Labelling AI-Generated Artist Profiles

https://thequietus.com/news/spotify-to-begin-labelling-ai-generated-artist-profiles/
1•cdrnsf•47s ago•0 comments

To Improve Student Mental Health, University of Michigan Eases Grading

https://www.nytimes.com/2026/08/11/us/university-michigan-grades-freshmen-pass-fail.html
1•tejohnso•1m ago•0 comments

A Multi-Agent AI Framework Used to Compromise Government Entities in Asia

https://dreamgroup.com/blog/inside-a-multi-agent-ai-framework-used-to-compromise-government-entit...
1•mikeleeorg•3m ago•0 comments

Ten customers paying for early access to Donald Trump's social media posts

https://www.rte.ie/news/business/2026/0811/1587435-trump-social-media/
2•derriz•4m ago•0 comments

DeepSeek v4 pro 0813 released

1•alexwwang•4m ago•0 comments

When fewer commits don't mean less work

https://andreasthinks.me/posts/ai-tools-and-the-shape-of-commits/
1•speckx•7m ago•0 comments

Hungary to sink barges and build a sill on Danube to keep nuclear plant running

https://www.nbcnews.com/world/hungary/hungary-sink-barges-build-sill-danube-river-keep-nuclear-pl...
1•ceejayoz•7m ago•1 comments

Signal adds new security feature to thwart man-in-the-middle attacks

https://www.bleepingcomputer.com/news/security/signal-adds-new-security-feature-to-thwart-man-in-...
3•DemiGuru•9m ago•0 comments

USS Abraham Lincoln sailors tried to jump overboard amid extended deployment

https://www.theguardian.com/us-news/2026/aug/12/uss-abraham-lincoln-overboard-extended-deployment
4•hggh•9m ago•0 comments

How do you run a steam locomotive without fire?

https://www.youtube.com/watch?v=ruU793kSDuA
1•fanf2•10m ago•0 comments

Lazarus hackers exploited Windows zero-day to target defense firms

https://www.bleepingcomputer.com/news/security/lazarus-hackers-exploited-windows-zero-day-to-targ...
3•DemiGuru•10m ago•0 comments

Cryptic but Consistent

https://www.johndcook.com/blog/2026/08/12/cryptic-but-consistent/
1•ibobev•10m ago•0 comments

Peter – graph-based agent orchestration as a Claude Code skill

https://github.com/robertkeus/peter
1•robertkeus•10m ago•0 comments

Show HN: AutoCorrect PC – Autocorrect, predictive text, AI writing for Windows

https://www.autocorrectforpc.com
1•Enyaaba•12m ago•0 comments

Open Source Equivalence Checking Tool for FPGA Design

https://github.com/keplertech/kepler-formal/tree/main/examples/xilinx
1•nanocoh•14m ago•1 comments

Aaron Rodgers secretly funded his town's Flock-style cameras

https://www.foiaball.com/p/aaron-rodgers-secretly-bought-police-alpr-cameras
8•hn_acker•14m ago•0 comments

S. R. Ranganathan

https://en.wikipedia.org/wiki/S._R._Ranganathan
2•_doctor_love•15m ago•0 comments

Show HN: Programmdle, a daily Wordle game for guessing programming languages

https://programmdle.dev
1•RajMayekar•15m ago•0 comments

Hibbey – An anonymous encounter space with no profiles or tracking

https://hibbey.com/
1•bimbaxer•15m ago•0 comments

AI Tool Aims to Help Conserve Japan's Cherry Trees by Assessing Many Photos

https://japannews.yomiuri.co.jp/science-nature/technology/20250423-250572/
1•mushstory•16m ago•0 comments

I Measured Mario's Gravity and It Makes No Sense [video]

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

A gas-enshrouded and gas-reddened black hole at cosmic dawn

https://www.nature.com/articles/s41586-026-10846-4
1•i_no_can_eat•18m ago•0 comments

AI programming: are you angry yet? [video]

https://lemire.me/blog/2026/08/12/ai-programming-are-you-angry-yet/
1•ibobev•18m ago•0 comments

Sign of the Times: An Account of the First Tech Workers' Strike

https://longhaulmag.com/first-tech-workers-strike/
2•cdrnsf•18m ago•0 comments

Show HN: Reallyfrom.me – vouch that your message is from you

1•kiddz•19m ago•0 comments

Researchers Show How Meta's 'Pervert Glasses' Are Used to Harass Women

https://www.404media.co/meta-ray-ban-smart-glasses-pov-instagram-pickup-artists/
2•cdrnsf•19m ago•0 comments

Hadamard Matrix of Order 668

https://epoch.ai/frontiermath/open-problems/hadamard
1•vok•20m ago•0 comments

Privacy-First Smart Home Cameras and Doorbells: Local Processing vs. Cloud

https://capytoolkit.com/blog/buying-guides/privacy-smart-home-cameras-doorbells-local-cloud-check/
2•ChillyCapy•22m ago•0 comments

Ninth Circuit Rewrites Section 230 To Remove The Part That Actually Mattered

https://www.techdirt.com/2026/08/12/ninth-circuit-rewrites-section-230-to-remove-the-part-that-ac...
4•hn_acker•23m ago•0 comments

Indirect Lessons from Human Alignment

https://dynomight.substack.com/p/human-alignment
1•paulpauper•24m 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 ??