frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Billions Flow to New Hedge Funds Focused on AI-Related Bets

https://www.wsj.com/finance/investing/billions-flow-to-new-hedge-funds-focused-on-ai-related-bets-48d97f41
1•achow•3m ago•0 comments

The great myth of empire collapse

https://aeon.co/essays/the-great-myth-of-empire-collapse
1•marojejian•3m ago•0 comments

Mechanical Turk

https://en.wikipedia.org/wiki/Mechanical_Turk
1•geox•3m ago•0 comments

Think Linux desktop market share isn't over 6%?

https://www.zdnet.com/article/think-linux-desktop-market-share-isnt-over-6-this-15-million-system-scan-says-otherwise/
1•dotcoma•5m ago•0 comments

Strategies for controlling my Instagram Reels usage

https://zsuss.substack.com/p/strategies-for-controlling-my-reels
1•z-mach9•5m ago•0 comments

What to Do When Critical Open Source Projects Go End of Life

https://thenewstack.io/what-to-do-when-critical-open-source-projects-go-end-of-life/
1•theruss•6m ago•0 comments

GPT-5 Pushes Vibe Coding Beyond My Wildest Dreams

https://parkerortolani.blog/2025/08/10/gpt-pushes-vibe-coding-beyond.html
1•ingve•8m ago•0 comments

Perseids Meteor Shower over Spruce Knob, West Virginia

https://www.nasa.gov/image-article/perseids-meteor-shower/
1•toomuchtodo•10m ago•0 comments

Ukraine Creates Reusable Interceptor Drone Equipped with Automated Shotgun

https://militarnyi.com/en/news/ukraine-creates-reusable-interceptor-drone-equipped-with-shotgun/
3•giuliomagnifico•16m ago•0 comments

The Record Label That Reset My Expectations for Classical Music: ECM New Series

https://www.nytimes.com/2025/08/05/arts/music/ecm-new-series.html
1•mitchbob•18m ago•1 comments

What is personalized pricing, and how do I avoid it?

https://theconversation.com/what-is-personalized-pricing-and-how-do-i-avoid-it-262195
1•dotcoma•23m ago•0 comments

Counting Leading Zeros in a Byte

https://nemanjatrifunovic.substack.com/p/counting-leading-zeros-in-a-byte
1•whobre•24m ago•0 comments

Experiment with Local AI: Q2 Edge Chat for iPhone (No Data Leaves Your Device)

https://github.com/Q2-Development/q2-edge-chat
1•Michaelgathara•25m ago•0 comments

Scientists shrink the genetic code of E. coli to contain only 57 codons

https://phys.org/news/2025-08-scientists-genetic-code-coli-usual.html
1•PaulHoule•25m ago•0 comments

Stop Guessing: Use Event Sourcing to Feed Your AI the Right Data

https://www.eventsourcing.ai/
1•goloroden•25m ago•0 comments

Last day where all humans were together on Earth was 25 years ago

https://www.tyla.com/news/last-day-all-humans-on-earth-25-years-iss-929567-20250806
2•Bluestein•26m ago•0 comments

Ask HN: A class where students design tests to stump AI but not humans?

1•amichail•26m ago•0 comments

Paddle froze my account – migrated to Dodo Payments in 48 hours

https://www.gostudio.ai
1•gostudio_ai•27m ago•1 comments

Try the Goddamned Thing Out

https://sundaystopwatch.eu/techwriting/
1•dominicq•29m ago•0 comments

My Plan to Build an AI Chat Bot in My Bedroom

https://joeldare.com/my_plan_to_build_an_ai_chat_bot_in_my_bedroom
1•codazoda•30m ago•0 comments

AI Nurturing Framework–Developing AI through guidance instead of control

https://github.com/Wertoz777/educable-ai
1•wertoz777•30m ago•1 comments

UGC Creators for DTC Brands

https://creatornetwork.gumroad.com/l/nhumr
1•chiswanjo•30m ago•0 comments

Big Coffee Boxer: From boxer engine to espresso machine

https://www.ecm.de/big-coffee-boxer-en.html
1•rntn•31m ago•0 comments

How Boom uses software to accelerate hardware development

https://bscholl.substack.com/p/move-fast-and-dont-break-safety-critical
2•flabber•31m ago•0 comments

Money and Macroeconomics from First Principles for Elon Musk and Other Engineers

https://www.amazon.com/dp/B0FLWJ8LXY
1•dave333•31m ago•1 comments

Show HN: I analyzed why my post got 0 votes and built this

https://hn-gems.sensem.de/
1•fwystup•34m ago•0 comments

How Warby Parker has kept the price of glasses at $95 for 15 years

https://www.nytimes.com/2025/08/09/world/americas/fentanyl-us-mexico-route-cartel-smuggling.html
1•bookofjoe•36m ago•1 comments

The Claude party is almost over

https://www.infoworld.com/article/4033661/the-claude-party-is-almost-over.html
2•indigodaddy•37m ago•0 comments

Add command-line switches to set Chrome theme

https://chromium-review.googlesource.com/c/chromium/src/+/6832165
1•tosh•40m ago•1 comments

List Reveals Websites Meta Is Scraping of Copyrighted Content to Train Its AI

https://www.dropsitenews.com/p/meta-facebook-tech-copyright-privacy-whistleblower
3•smartmic•45m ago•0 comments
Open in hackernews

Show HN: Bolt – A super-fast, statically-typed scripting language written in C

https://github.com/Beariish/bolt
44•beariish•2h ago
I've built many interpreters over the years, and Bolt represents my attempt at building the scripting language I always wanted. This is the first public release, 0.1.0!

I've felt like most embedded languages have been moving towards safety and typing over years, with things like Python type hints, the explosive popularity of typescript, and even typing in Luau, which powers one of the largest scripted evironments in the world.

Bolt attempts to harness this directly in the lagnauge rather than as a preprocessing step, and reap benefits in terms of both safety and performance.

I intend to be publishing toys and examples of applications embedding Bolt over the coming few weeks, but be sure to check out the examples and the programming guide in the repo if you're interested!

Comments

themonsu•1h ago
Looks cool, but please can we stop naming things ”bolt”
acron0•1h ago
If I was still writing games I would be alllllll over this
grodriguez100•1h ago
Sounds very good, and I can see many use cases in embedded systems. But that probably requires 32-bit arm support. Is that planned ?
beariish•1h ago
As of right now no - my primary target when developing this was realtime and games in particular since that's what I know best, but if there's a real target in embedded that's certainly something that could be explored.
MobiusHorizons•1h ago
FYI "the embedded scene" is likely to be interpreted as "embedded systems" rather than "embedded interpreters" even by people who know about embedded interpreters, especially since all the languages you give as an example have been attempted for use on those targets (micropython, lua, and even typescript)
beariish•1h ago
That's a good point, thank you. I've made a small edit to clarify.
thrance•1h ago
Function return type inference is funny but I don't think it's that great of a feature. It makes it harder for a library's consumer to know how to properly use a function, and it also makes it harder for the maintainer to not break backwards compatibility inadvertently. Anyway, I'm all for experimenting.
beariish•1h ago
There's nothing stopping a library author from explicitly annotating return types wherever a stable interface is important, the idea is more for smaller functions or callbacks to make use of this. Perhaps I'll make the examples clearer to reflect the intention.
eulgro•59m ago
The question I ask myself when I see this kind of project is: how long are you willing to maintain it for?

My main concern about a new language is not performance, syntax, or features, but long term support and community.

01HNNWZ0MV43FF•53m ago
In the end, weight is a kind of strength, and popularity is a kind of quality. It looks promising but you can't expect long-term support until there's more contributors and users

At this point it is too early to know. Even JavaScript took like 20 years to catch on

brabel•7m ago
The only way to have any idea of how long a language might be still around is to look at how long it's been already around. From this perspective , you can only use older languages. The benchmarks show that Lua (and the Luau and Lua+JIT variants) is actually very competitive, so I'd stick with one of those.
cookiengineer•10m ago
If functions don't have a return signature, does that mean everything must be satisfied in the compilation step?

What about memory management/ownership? This would imply that everything must be copy by value in each function callsite, right? How to use references/pointers? Are they supported?

I like the matchers which look similar to Rust, but I dislike the error handling because it is neither implicit, and neither explicit, and therefore will be painful to debug in larger codebases I'd imagine.

Do you know about Koka? I think that an effect based error type system might integrate nicely with your design choices.

[1] https://koka-lang.github.io/koka/doc/index.html

Vandash•9m ago
game dev for 15+ years here, love the first example on Github this is compiled right? cannot replace lua?
beariish•4m ago
Bolt is not compiled ahead of time, it's bytecode interpreted just like Lua
IshKebab•2m ago
It's compiled in the same way that Lua is compiled. So yes, it can replace Lua.