frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

My first time in Stockholm (thanks, YC)

https://domelian.substack.com/p/my-first-time-in-stockholm-thanks
1•dichik•1m ago•0 comments

Oil Slips as Iran Diplomacy Sparks Fresh Hopes for a Market Reset

https://medium.com/@d02514047/oil-slips-as-iran-diplomacy-sparks-fresh-hopes-for-a-market-reset-4...
1•joeymabia1•5m ago•2 comments

Preface – Home Manager Manual

https://nix-community.github.io/home-manager/
1•abdelhousni•5m ago•0 comments

Introduction – Act – User Guide – Manual – Docs – Documentation

https://nektosact.com/introduction.html
1•abdelhousni•7m ago•0 comments

Show HN: An AI wedding concierge I built and ran at my own 300-person wedding

https://ai-do.io/demo
1•aido_wedding•10m ago•0 comments

US push to flood Balkans with American gas sparks concerns in Brussels

https://www.politico.eu/article/us-push-to-flood-balkans-with-american-gas-sparks-concerns-in-bru...
1•leonidasrup•12m ago•0 comments

An OpenAl Engineer and His Friends Debate the Future [video]

https://www.youtube.com/watch?v=UZ2duRYykkk
1•alexcos•12m ago•0 comments

Corporate America embraces cheaper 'open' AI models

https://www.ft.com/content/d9de4776-1fc9-4f2b-aaaf-9961c35d8acd
2•macleginn•16m ago•0 comments

TuxBot: Semantic-Aware Online OS Tuning with Large Language Models

https://arxiv.org/abs/2605.15026
1•matt_d•21m ago•0 comments

DSPy – Program, don't prompt, your LLMs

https://dspy.ai/current/
4•mpweiher•22m ago•1 comments

Why YC Companies Win

https://khaliqgant.com/blog/why-yc-companies-win/
4•khaliqgant•23m ago•0 comments

Alan Kay's answer to "Did the ENIAC have a BIOS"?

https://www.quora.com/Did-the-ENIAC-have-a-BIOS/answer/Alan-Kay-11
4•midnightfish•23m ago•1 comments

1.3M free proxies → only the ones that work open source

https://github.com/maximilianfeix/proxy-scraper
1•taventix•26m ago•1 comments

'Pink Slime' Is Infecting AI Chatbots Ahead of the Midterms

https://www.politico.com/news/magazine/2026/09/25/midterms-partisan-ai-chatbots-01092138
2•JumpCrisscross•27m ago•0 comments

Death Rates for Young American Adults Jumped 71% in Just over a Decade

https://studyfinds.com/death-rates-for-americans-ages-25-44-jumped-71-in-just-over-a-decade/
4•pseudolus•29m ago•2 comments

Bob Chapek Is So Not over Getting Fired from Disney

https://www.wsj.com/business/media/bob-chapek-is-so-not-over-getting-fired-from-disney-f96bafcc
1•ksec•30m ago•0 comments

You do not have to hand IT to the techbros

https://parsingphase.dev/tech/LLMs/ydnht.html
2•monkaiju•30m ago•0 comments

Show HN: Squint – Drag a box on your screen and ask AI about it

https://heysquint.com/
3•splurf•31m ago•0 comments

The state of SIMD in Rust in 2026

https://shnatsel.github.io/state-of-simd-rust-2026/
4•birdculture•31m ago•1 comments

Imp is a full port of DSPy to the BEAM

https://github.com/deepfates/imp
5•mpweiher•32m ago•2 comments

Amazon Blocks Meta's Muse AI Agent from Its Retail Site

https://www.bloomberg.com/news/articles/2026-09-21/amazon-blocks-meta-s-muse-ai-agent-from-its-re...
2•jcfrei•34m ago•0 comments

AI Companies Say They're Investigating Rogue Bot Incidents

https://www.motherjones.com/politics/2026/09/rest-assured-ai-companies-say-theyre-investigating-t...
2•cdrnsf•37m ago•0 comments

Show HN: Boonful – Claude Code can publish and sell what it builds

https://boonful.io
1•atifhub•38m ago•1 comments

Show HN: A bookshelf of rare company documents and out-of-print tech books

https://rare-books.vercel.app
3•miletus•44m ago•0 comments

XiaomiMiMo / MiMo-v2.6-RL-OSS (Agentic RL Environments)

https://huggingface.co/datasets/XiaomiMiMo/MiMo-V2.6-RL-oss
2•handfuloflight•44m ago•0 comments

Anti-Cheat and Toxicity Detection (2025)

https://blog.grid.gg/the-ultimate-anti-cheat-and-toxicity-detection-powered-by-getgud-io-grid-bf0...
1•mooreds•45m ago•0 comments

We built DeepL's next-generation LLMs with FP8 for training and inference (2025)

https://www.deepl.com/en/blog/tech/next-generation-llm-fp8-training
1•mooreds•45m ago•0 comments

Heypcb: Figma for Hardware, with AI

https://heypcb.ai
1•handfuloflight•46m ago•0 comments

Program Integrity Is a Team Sport

https://pplfirst.com/blogs/program-integrity-is-a-team-sport/
1•mooreds•46m ago•0 comments

Totlajtol, a digital repository of colonial documents in Nahuatl, is presented

https://www.udg.mx/en/index.php/noticia/presentan-totlajtol-repositorio-digital-de-documentos-col...
2•bryanrasmussen•47m 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 ??