frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Flutter application development: feedback (2/2)

https://joinpeertube.org/news/flutter-app-dev-feedback-2
1•kevincox•25s ago•0 comments

1•react-cto•30s ago

Whistleblower: Lockheed Martin Awarded Bonuses Based on Race

https://www.city-journal.org/article/lockheed-martin-civil-rights-law-bonuses-race-merit
1•eadmund•1m ago•0 comments

Anker is recalling over 1.1M power banks due to fire and burn risks

https://www.theverge.com/news/686084/anker-recall-uscpsc-power-bank-battery-powercore-a1263
1•vidyesh•4m ago•0 comments

Show HN: Job Compass – AI agents that help you find jobs, not replace you

https://jobcompass.ai/
1•dloku•4m ago•0 comments

Meta confirms $14.3B investment in Scale

https://www.nytimes.com/2025/06/12/technology/meta-scale-ai.html
1•akharris•5m ago•0 comments

Alex Wang's note on his move to Meta

https://twitter.com/alexandr_wang/status/1933328165306577316/photo/1
1•akharris•7m ago•0 comments

Israeli Commandos Attacked Iranian Air Defenses

https://www.twz.com/air/israel-hid-drones-missiles-around-iran-to-target-nuclear-facilities-and-more-report
1•uticus•8m ago•0 comments

Night Mail (1936) [video]

https://www.youtube.com/watch?v=-EZxJ9Bkoeg
1•1317•8m ago•1 comments

In a Zero-Click World, Traffic Is a Terrible Goal

https://sparktoro.com/blog/in-a-zero-click-world-traffic-is-a-terrible-goal/
1•dotcoma•9m ago•0 comments

Sending electricity prices to devices is not sufficient

https://climate.davis-hansson.com/p/price-signals/
1•jakewins•9m ago•0 comments

AI doubling capacity in Intercom engineering

https://fin.ai/ideas/2x/
2•bscanlan•9m ago•0 comments

Show HN: OpportunAI – Find potential customers on Reddit by analyzing posts

https://www.opportunai.co/
1•Kirsanov•13m ago•0 comments

What a startup does to you. Or: A celebration of new life (2012)

https://longform.asmartbear.com/startup-life/
1•mooreds•21m ago•0 comments

Auth Providers and the Zero Trust Architecture

https://fusionauth.io/articles/security/zero-trust-identity-provider
1•mooreds•21m ago•0 comments

Cheatsheet: Agentic AI Identity Security

https://radar.thecyberhut.com/p/cheatsheet-agentic-ai-identity-security
1•mooreds•21m ago•0 comments

Show HN: My [sci-fi] book, free forever to listen/download

https://archive.org/details/stargazer-steven-pitzl
1•HocusLocus•23m ago•0 comments

How to Solve a NullPointerException Correctly

https://sergiolema.dev/2024/04/15/how-to-solve-a-nullpointerexception-correctly/
2•sergiolema•24m ago•1 comments

Amsterdam's high-stakes experiment to create fair welfare AI

https://www.technologyreview.com/2025/06/11/1118233/amsterdam-fair-welfare-ai-discriminatory-algorithms-failure/
1•sohkamyung•26m ago•0 comments

Single-material electronic skin gives robots the human touch

https://www.cam.ac.uk/stories/robotic-skin
1•geox•28m ago•0 comments

AI Sludge Is Coming to a Feed Near You

https://www.trend-mill.com/p/ai-sludge-is-coming-to-a-feed-near
1•moomoy•28m ago•0 comments

You Should (Not) Meet Your Heroes

https://msgtn.io/heroes
1•msgtn•33m ago•0 comments

From MI350 to MI500: AMD's Bold AI Accelerator Roadmap Through 2027

https://www.storagereview.com/news/from-mi350-to-mi500-amds-bold-ai-accelerator-roadmap-through-2027
1•rbanffy•35m ago•0 comments

Paik: Misanthropy and Narcissism

https://docs.google.com/document/d/1-3q70tJV7A-Y99uGO6bd8Hrx4uE0iZtn-QrIa6wWag8/edit
1•jger15•37m ago•0 comments

Humanity takes its first look at the sun's poles

https://www.space.com/astronomy/sun/humanity-takes-its-1st-look-at-the-suns-poles-this-is-just-the-first-step-of-solar-orbiters-stairway-to-heaven-images
1•benkan•37m ago•1 comments

Google and Meta AI repeated satirical time zone article as fact

https://www.cbc.ca/radio/asithappens/a-satirical-article-said-cape-breton-has-its-own-time-zone-google-and-meta-ai-repeated-it-as-fact-1.7559597
2•andy99•37m ago•0 comments

Meta inks a new geothermal energy deal to support AI

https://www.theverge.com/news/686387/meta-ai-data-center-geothermal-energy-xgs
1•benkan•38m ago•0 comments

Amazon Doubles Prime Video Ads to 6 Minutes per Hour

https://www.adweek.com/media/amazon-doubles-prime-video-ad-load/
4•benkan•38m ago•0 comments

Can Tim Cook stop Apple going the same way as Nokia?

https://www.economist.com/business/2025/06/08/can-tim-cook-stop-apple-going-the-same-way-as-nokia
4•retskrad•38m ago•1 comments

It must be worth it even if it doesn't work (2021)

https://world.hey.com/dhh/it-must-be-worth-it-even-if-it-doesn-t-work-1e7f49fc
1•azhenley•40m ago•0 comments
Open in hackernews

Show HN: McWig – A modal, Vim-like text editor written in Go

https://github.com/firstrow/mcwig
123•andrew_bbb•23h ago
Hey! Check out my "toy" text editor which I use as my daily driver.

Features LSP autocomplete, goto definition, hover info

Tree-sitter support

Color themes (borrowed from the Helix text editor)

Lots of bugs

Macro support

Something like Emacs org-mode: Open test.txt, place the cursor at line 15, and press "Ctrl-C Ctrl-C".

This project was written as a "speed run" — not for speed in terms of time, but rather as an exercise to explore the text editor problem space without overthinking or planning ahead. It’s a quick and "dirty" implementation, so to speak.

https://github.com/firstrow/mcwig

Comments

90s_dev•22h ago
This is incredible! It looks beautiful, with a perfect type of minimalism, and supports modern features out of the box. Very good job! If I used terminal editors anymore, I would certainly use this!
andrew_bbb•18h ago
I appreciate your feedback!
sdegutis•13h ago
No problem. Glad it made it to the front page quickly like I said it would. Now I don't look so dumb :D
tempfile•16h ago
Looks lovely. Where does it deviate from vim? Evidently it is modal. What features make it more effective than vim is?
lsllc•16h ago
So interesting that you use diffs for undo/redo! Ingenious!
nickandbro•15h ago
Like the color schemes! I myself am working on an app called https://vimgolf.ai to make it easier to learn how to use vim. Might copy what you did with copying the color schemes from the helix code editor.
paddy_m•13h ago
That's a lot of code for a toy project, impressive commitment!

How does the VIM family generally handle extensibility?

Do you have any unique takes there?

I use Emacs, and I get how emacs does it (smallish runtime for text display and lisp interpreter, everything else in lisp).

scuff3d•12h ago
I love bugs being a feature lol.

Awesome project man. I'll have to spend some time exploring the code base when I have time.

iamkoch•5h ago
That got me chuckling too
hit8run•4h ago
Love it! I'm a big fan of code terminal ui code editors. Currently for that purpose Helix is my daily driver. Will try out yours shortly and don't let anyone discourage you! Keep going. Adaption will follow.
xlii•4h ago
When it comes to Go editors (IMO Go is perfect language for such editors) I also need to mention https://anvil-editor.net

It's ACME inspired, open source (although I don't think it's published on GitHub, one needs to download), and it's actually quite nice to work with due to its composability).

Takes some time to use, but it's really fun to use for stuff like ad-hoc documentation, completion etc. Oh, and it also has REST API for interaction with external tools so you can Go (pun intended) crazy on it.

imiric•3h ago
Looks great. Awesome job!

I know you haven't planned ahead, but have you thought about extensibility? One of the main benefit of Vim and Emacs is that the user can customize it exactly to fit their needs, and the large ecosystem that exists around that. I suppose it would be smart for any new editor nowadays to be able to leverage existing plugins from other ecosystems, rather than starting from scratch.

wyclif•1h ago
Just name it Wig. It's cleaner. <SeanParker.gif>