frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI will not trigger employment collapse, staffing company Adecco Group says

https://www.reuters.com/business/ai-will-not-trigger-employment-collapse-staffing-company-adecco-...
1•gnabgib•7m ago•0 comments

Flux 3: From AI image generation to visual intelligence

https://textideo.com/model/flux-3
1•Nancylily•9m ago•0 comments

Why hasn't AI increased unemployment?

https://twitter.com/PeterMcCrory/status/2079979321607745905
1•Ariarule•9m ago•0 comments

Ageless Atlas – a biological age proxy across the 12 hallmarks of aging

https://agelessatlas.com/
1•luciabazanw•10m ago•0 comments

A Great Deal of Information About Hacker News

https://vale.rocks/posts/hacker-news
1•YounesDz•12m ago•0 comments

Kat-Coder-v2.5 Technical Report (Qwen3.6-35B-A3B base for post-training)

https://arxiv.org/abs/2607.05471
1•truth_seeker•12m ago•0 comments

Midscroll – Windows mm autoscroll for Linux, works on Wayland and X11

https://github.com/gnhen/midscroll
1•gnhen•14m ago•0 comments

De-link: open-source eInk reader (hardware)

https://de-link.me/
1•Naracion•17m ago•2 comments

UK AISI / Caisi Preliminary Assessment of Kimi K3's Cyber Capabilities

https://www.nist.gov/news-events/news/2026/07/uk-aisi-caisi-preliminary-assessment-kimi-k3s-cyber...
3•madars•18m ago•0 comments

Intel committed to manufacturing 14A node

https://bsky.app/profile/rogoway.bsky.social/post/3mrdwvtowxa2n
1•osnium123•20m ago•1 comments

The cost model of microfront ends, from first principles

https://medium.com/@andrew.redican.mejia/microfrontends-from-first-principles-178aafe02ce5
2•andrew_redican•20m ago•0 comments

Russian head of World Chess suspends activity over EU sanctions

https://www.reuters.com/sports/russian-head-fide-suspends-activity-over-eu-sanctions-2026-07-23/
2•ChrisArchitect•20m ago•1 comments

Tinfoil – Private AI

https://tinfoil.sh
1•gurjeet•26m ago•0 comments

Starlink v5 flat vs. v4 flat (standard) dimension and weight comparison

https://starlink.com/bl/support/article/5465736f-fa8d-3ac1-dd3a-7a259d12fa8d
1•walrus01•31m ago•0 comments

Show HN: GlossaryPage – Turn customer questions into knowledge pages

https://glossarypage.com/
1•morioka•34m ago•0 comments

Elon Musk Melts Down over Perfectly Normal Questions in Wild New Interview

https://gizmodo.com/elon-musk-economist-interview-2000790016
3•makerdiety•37m ago•2 comments

Seeing Is Not Believing: Realistic AI Videos Disrupt Confidence in Real Videos

https://www.media.mit.edu/publications/seeing-is-not-believing/
1•abhas9•38m ago•0 comments

just surf

https://ben.page/surf
3•jer0me•39m ago•0 comments

Gigatoken-rb – A Ruby port of gigatoken that's 1.6x faster

https://github.com/jetpks/gigatoken-rb
1•jetpks•45m ago•0 comments

Show HN: Bohay – Mission control for your AI coding agents

https://bohay.dev/
1•ariestiyansyah•47m ago•0 comments

MLFlow Alternative Written in Go

https://github.com/zeddo123/mlsolid
3•zeddo123•51m ago•0 comments

In the 1950s, a Soviet engineer proposed damming the Bering Strait

https://economictimes.indiatimes.com/us/news/in-the-1950s-a-soviet-engineer-proposed-damming-the-...
2•iancmceachern•52m ago•0 comments

Ask HN: Is HN's duplicate url detection broken?

3•khaledh•56m ago•1 comments

Show HN: RefurbAlert – Never miss a refurbished deal again

https://refurbalert.com/us
1•RioRaby•56m ago•0 comments

Tesla Sinks on Investor Angst over AI Spending, Profit Drop

https://news.bloomberglaw.com/texas-brief/tesla-profit-falls-well-short-of-expectations-as-costs-...
2•1vuio0pswjnm7•59m ago•0 comments

U of T mathematician Jacob Tsimerman awarded prestigious Fields Medal

https://www.utoronto.ca/news/nobel-prize-mathematics-u-t-mathematician-jacob-tsimerman-awarded-pr...
3•crescit_eundo•1h ago•1 comments

Show HN: I built a local Node.js conduit for the BorgIOS network

https://github.com/bitmonky/borgHUI
2•BorgIOS•1h ago•1 comments

Don't Trust the Label: License Laundering in AI Supply Chains

https://arxiv.org/abs/2607.20300
3•sbulaev•1h ago•0 comments

Uber's New Litigation Funding Terms Would Hinder Accountability

https://news.bloomberglaw.com/legal-exchange-insights-and-commentary/ubers-new-litigation-funding...
1•1vuio0pswjnm7•1h ago•0 comments

AI Was Supposed to Lift Everybody., The Price Tag Says Otherwise

https://AllyAgentOperations.com/blog/ai-pricing-access-everyone/
3•marvinlewis•1h 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 ??