frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Rapira (Рапира) – Soviet programming language interpreter

https://github.com/begoon/rapira
7•begoon•3d ago

Comments

gus_massa•1d ago
It feels like Pascal in Cyrillic. Autotranslation, with a little manual correction, but I can't fix КНЦ (autotranlated to KNC):

  FUNC FACT (N);
     NAME: R;
     1 -> P;
     FOR I FROM 1 TO N ::
        R * I -> R
     ALL
  RES: R
  KNC;

  FOR N FROM 0 TO 6 ::
     ? "FACT(", N, ") = ", FACT(N)
  ALL;
yeputons•1h ago
I would read «КНЦ» as «КОНЕЦ», literally “an end” or “the end” (Russian does not have anything resembling articles). Who needs vowels, anyway.

Also, «ВСЕ» feels like «ВСЁ» in this context, I’d translate that as “that’s all”.

vbezhenar•1h ago
Few fixes:

1. "ИМЕНА" is plural, so instead of "NAME:" it's a bit more appropriate to use "NAMES:". Probably should be "VARIABLES" or "VARS" in modern context.

2. You've got few typos mixing "R" and "P". Should be "R" everywhere.

3. Instead of "ALL" you should use "DONE".

4. Instead of "KNC" you should use "END".

So it would look like this:

    FUNC FACT (N);
      NAMES: R;
      1 -> R;
      FOR I FROM 1 TO N ::
        R * I -> R
      DONE
    RES: R
    END;

    FOR N FROM 0 TO 6 ::
      ? "FACT(", N, ") = ", FACT(N)
    DONE;

YouTube to automatically label AI-generated videos

https://blog.youtube/news-and-events/improving-ai-labels-viewers-creators/
868•nopg•13h ago•533 comments

A Eureka machine that thinks like nature and explores what AI cannot

https://iisc.ac.in/a-eureka-machine-that-thinks-like-nature-and-explores-what-ai-cannot/
68•kunalsin9h•3h ago•24 comments

I analysed 20 years of my chats

https://drobinin.com/posts/am-i-a-bad-friend/
122•valzevul•10h ago•41 comments

Hallucinate – Massively Multiplayer Online Rave

https://hallucinate.site
197•stagas•6h ago•78 comments

I think Anthropic and OpenAI have found product-market fit

https://simonwillison.net/2026/May/27/product-market-fit/
866•simonw•17h ago•991 comments

AI Datacenters Were Built for GPUs. What Happens When You Remove the GPUs?

https://almartis.xyz/gpu-free-datacenter.html
30•AlassaneSakande•2d ago•20 comments

SimCity 3k in 4k (2025)

https://www.thran.uk/writ/hdid/2025/12/simcity-3k-in-4k.html
366•speckx•16h ago•142 comments

What Apple and Google are doing to push notifications

https://www.jacquescorbytuech.com/writing/what-apple-and-google-are-doing-your-push-notifications
282•iamacyborg•14h ago•287 comments

The Green Side of the Lua

https://arxiv.org/abs/2601.16670
51•radiator•3d ago•37 comments

I'm Getting into Mesh Networks (Meshtastic, MeshCore, and Reticulum)

https://www.jonaharagon.com/posts/im-getting-into-mesh-networks-meshtastic-meshcore-and-reticulum/
199•Panda_•13h ago•71 comments

The Ask

https://randsinrepose.com/archives/the-ask/
72•digitallogic•2d ago•44 comments

Rust (and Slint) on a Jailbroken Kindle

https://sverre.me/blog/rust-on-kindle/
161•homarp•13h ago•20 comments

DuckDuckGo search saw 28% more visits after Google said people love AI mode

https://www.pcgamer.com/hardware/duckduckgos-ai-free-search-saw-nearly-28-percent-more-visits-in-...
862•HelloUsername•17h ago•407 comments

FBI Arrests CIA Official with $40M in Gold Bars in His Home

https://www.nytimes.com/2026/05/27/us/politics/fbi-arrest-cia-official-gold-bars.html
327•cwwc•10h ago•216 comments

A New Typst Template for Pandoc (2025)

https://imaginarytext.ca/posts/2025/typst-templates-for-pandoc/
75•ankitg12•2d ago•13 comments

RamAIn (YC W26) Is Hiring

https://www.ycombinator.com/companies/ramain/jobs/hqvmyKN-founding-gtm-engineer
1•svee•7h ago

Warm up your MacBook (2019)

https://z3ugma.github.io/2019/11/18/warm-up-your-macbook/
80•kristianp•13h ago•77 comments

Biff is a command line datetime Swiss army knife

https://github.com/BurntSushi/biff
22•burntsushi•6h ago•8 comments

Incident with Pull Requests, Issues, Git Operations and API Requests

https://www.githubstatus.com/incidents/xy1tt3hs572m
301•maxnoe•21h ago•195 comments

Go: Support for Generic Methods

https://github.com/golang/go/issues/77273
248•f311a•1d ago•207 comments

Investigating how prompt politeness affects LLM accuracy (2025)

https://arxiv.org/abs/2510.04950
72•KnuthIsGod•2d ago•72 comments

Google employee charged with $1M Polymarket insider trading bet on search term

https://www.cnbc.com/2026/05/27/google-employee-polymarket-insider-trading.html
172•pseudolus•9h ago•106 comments

Rapira (Рапира) – Soviet programming language interpreter

https://github.com/begoon/rapira
7•begoon•3d ago•4 comments

Can we have the day off?

https://mlsu.io/posts/day-off/
1047•mlsu•9h ago•617 comments

Zero Lines Maze: What the 8-Bit Guy's One-Liner Can Still Teach Us

https://retrogamecoders.com/zero-lines-maze/
43•ibobev•1d ago•15 comments

Seeing Around Corners Using Smartphone-Grade Lidar

https://spectrum.ieee.org/smartphone-grade-lidar
4•marc__1•2d ago•0 comments

Stress disrupts hippocampal integration of overlapping events, memory inference

https://www.science.org/doi/10.1126/sciadv.aea5496?user_id=66c4bf745d78644b3aa57b08
122•gmays•17h ago•20 comments

Mini Micro Fantasy Computer

https://miniscript.org/MiniMicro/index.html#about
255•nicoloren•23h ago•80 comments

My new obsession: A horse-racing board game of pure luck

https://alexanderbjoy.com/horse-race-board-game/
77•surprisetalk•2d ago•52 comments

Interleaved Deltas

https://mmapped.blog/posts/51-interleaved-deltas
63•surprisetalk•1d ago•1 comments