frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Website Font Usage Explorer

https://explorer.withfudge.com
1•sim04ful•4m ago•0 comments

Title: Show HN: Gitoro – European Git Hosting, CI/CD and Collaboration Platform

https://gitoro.com/
1•steffenrudk•5m ago•1 comments

Hard to wake up for Fajr prayer so Ive developped an impossible to snooze alarm

https://play.google.com/apps/testing/com.appforfajr.app;https://groups.google.com/g/betatesters-f...
1•luckylokman•6m ago•1 comments

Title: DeepSeek V4 Is Live on ClawBox, and the Agentic Coding Jump Is Real

https://clawbox.com/blog/2026-08-14-deepseek-v4-is-live-on-clawbox-agentic-coding-jump
1•PeturID•7m ago•0 comments

Europe is stuck between "rock and a hard place" on launch costs & rocket reuse

https://arstechnica.com/space/2026/08/policy-experts-europe-stuck-between-rock-and-a-hard-place-o...
1•bell-cot•8m ago•0 comments

Writing and Reading Practices Revisited

https://www.laviniamarin.eu/writing-and-reading-practices-revisited/
1•plastic-enjoyer•12m ago•0 comments

Show HN: Agent-shell – vendor-neutral chat with AI agents in Emacs

https://xenodium.com/agent-shell-0-73-updates#agent-shell-enters-the-chat
1•xenodium•13m ago•1 comments

Build Airbnb on WordPress – Steem WP Plugin Generator

https://steem.dev/signin?next=%2Fapp%3Fproject%3D4e4419f5-0fbd-4371-9bec-0e4334a46388
1•startuphubai•13m ago•0 comments

STL Studio – a free, self-hosted library manager for 3D print files

https://github.com/RBStephenson/STL-Studio
1•azulrathas•14m ago•0 comments

Show HN: A Control Panel for Electronics Prototypes

https://blog.oxplot.com/electronics-prototype-control-panel/
2•oxplot•18m ago•0 comments

Double limits (in Calculus) Understood Visually [pdf]

https://projecteuclid.org/journals/bulletin-of-the-american-mathematical-society/volume-3/issue-2...
1•srean•22m ago•0 comments

Show HN: Build SaaS Applications Without Writing Back End Code [video]

https://www.youtube.com/watch?v=qdGSEJaJS78
1•WolfOliver•22m ago•0 comments

New YouTube changes target automated content farms [video]

https://www.youtube.com/watch?v=bB3WUap3aSM
2•Gecko4072•23m ago•0 comments

Predicting delivery times without asking devs for a single estimate

https://tyle-brown.vercel.app/about
1•byronical•23m ago•0 comments

Lilo – A tiny Markdown notes widget with a knowledge graph

https://github.com/HellterEnjoy/Lilo
1•HellterEnjoy•26m ago•2 comments

Lazy loading YouTube embeds in Hugo

https://eternodevir.com/palimpsests/logs/lazy-loading-youtube-embeds/
1•sedboyz•29m ago•0 comments

Ask HN: Have you worked or collaborated with anyone from HackerNews?

1•miroljub-petrov•30m ago•0 comments

Map: 5.2-Magnitude Earthquake Strikes Southern Spain

https://www.nytimes.com/interactive/2026/08/14/world/europe/spain-quake-tracker.html
2•Bluestein•35m ago•0 comments

Agentic Reasoning for Large Language Models

https://arxiv.org/abs/2601.12538
1•Anon84•40m ago•0 comments

A community for ideas that haven't earned their place yet

https://articles.ideaorbits.org/a/ideaorbits-design-guide/
1•yannana•43m ago•0 comments

Instagram's New Logo

https://www.theverge.com/tech/979583/this-is-instagrams-new-logo
2•embedding-shape•47m ago•2 comments

Minnesota Senate Primary: The Growing Partisan Divide over Israel

https://medium.com/freedomofthought/minnesotas-senate-primary-and-the-growing-partisan-divide-ove...
1•raynchad•47m ago•0 comments

OpenAI slows release of Astra model citing cyber capabilities

https://www.axios.com/2026/08/07/openai-astra-model-delay-cybersecurity-risks
2•Bluestein•48m ago•0 comments

The Download: Flock's new rules, cloning's future, and children's cells

https://www.technologyreview.com/2026/08/14/1142033/the-download-flock-new-rules-cloning-future/
1•joozio•53m ago•0 comments

Reliance on Vision Drove Varied Brain Development in Primates

https://trinity.duke.edu/news/brain-development-primates-research
2•wjSgoWPm5bWAhXB•54m ago•0 comments

Anthropic sees AI risks rising, no plan to release stronger "Model 2"

https://www.axios.com/2026/08/14/anthropic-model-2-ai-risk
2•ironyman•54m ago•0 comments

Auto-research with codex: How I achieved a 232x Faster Kernel

https://sankalp.bearblog.dev/autoresearch/
3•tosh•55m ago•0 comments

Chrome Web Store will remove all MV2 extensions on August 31st

https://developer.chrome.com/docs/extensions/develop/migrate/mv2-deprecation-timeline
2•insin•56m ago•1 comments

DNA reveals a society organised around women in pre-Roman Britain

https://www.newscientist.com/article/2584364-dna-reveals-a-society-organised-around-women-in-pre-...
3•Anon84•57m ago•1 comments

OpenAI rolling out ads for Europe later this month

https://openai.com/policies/eu-privacy-policy-preview/
8•notenlish•1h ago•2 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 ??