HN user

lis

952 karma
Posts32
Comments16
View on HN
claude.com 3mo ago

Redesigning Claude Code on desktop for parallel agents

lis
1pts0
mistral.ai 3mo ago

Spaces: A CLI Built for Humans and Agents

lis
2pts1
mistral.ai 4mo ago

Rails Testing on Autopilot: Building an Agent That Writes What Developers Won't

lis
3pts0
volla.online 4mo ago

Volla OS remains open source and without restrictions for apps

lis
3pts0
mistral.ai 5mo ago

Terminally online Mistral Vibe 2.0

lis
4pts1
github.com 5mo ago

Whenwords: An Open Source Library Without Code

lis
1pts0
tripletime.de 11mo ago

Gigabit Ethernet over Telephone Lines

lis
3pts0
www.usine-digitale.fr 11mo ago

Qwant and Ecosia launch Staan, their search index as an alternative to Google

lis
5pts2
www.heise.de 12mo ago

Intel gives up Magdeburg fab and announces end of foundry

lis
6pts0
github.com 12mo ago

GitHub Spark: Dream it. See it. Ship it

lis
4pts0
blog.teufelaudio.com 1y ago

Insights on Teufel’s first open-source speaker

lis
105pts22
www.youtube.com 1y ago

Cyber Resilience Act and Open Source: What Maintainers Need to Know [video]

lis
2pts0
goldenowlhunt.com 1y ago

Golden Owl Hunt: The Solutions

lis
2pts0
goldenowlhunt.com 1y ago

Golden Owl Hunt: The 'supersolution' controversy

lis
3pts0
goldenowlhunt.com 1y ago

The Golden Owl treasure hunt is won after 31 years

lis
2pts1
malithr.com 1y ago

AWS Nat Gateway

lis
2pts0
cerebras.ai 1y ago

Cerebras brings instant inference to Mistral Le Chat

lis
3pts0
johnsalvatier.org 1y ago

Reality has a surprising amount of detail (2017)

lis
386pts210
pragtob.wordpress.com 1y ago

What does a staff engineer do?

lis
3pts0
b310.de 1y ago

Optimizing Test Execution Runtime in Gitlab's Codebase

lis
2pts0
b310.de 1y ago

Phoenix 1.7: function components and bootstrap

lis
4pts0
major.io 1y ago

A new future for icanhazip (2021)

lis
3pts0
github.com 2y ago

ArgoCD: Use of Risky or Missing Cryptographic Algorithms in Redis Cache

lis
33pts6
www.top10vpn.com 2y ago

New WiFi Vulnerability: The SSID Confusion Attack

lis
18pts8
radar.cloudflare.com 2y ago

Cloudflare Radar – Year in Review 2023

lis
3pts0
www.karl.berlin 2y ago

Simple Testing with Git Diff

lis
5pts0
dwdraju.medium.com 2y ago

“It works on my machine” turns to “it works in my container” (2019)

lis
217pts239
hackaday.com 3y ago

Raspberry Pi Pico W now supports Bluetooth

lis
3pts0
mailbox.org 3y ago

Mailbox.org discovers unencrypted password transmission in myMail

lis
83pts29
forum.mattermost.com 3y ago

Mattermost – Cloud Free Deprecation

lis
3pts0

It depends. The key for their vibe-cli is actually different. You need to get a separate key if you have a subscription and don't want to pay API usage prices.

We've forked excalidraw a while ago to allow running excalidraw without firebase as a backend. This can already be self-hosted. It needs some love, but it's a good starting point:

  * https://github.com/b310-digital/excalidraw
  * https://github.com/b310-digital/excalidraw-room/
  * https://gitlab.com/kiliandeca/excalidraw-fork
  * https://gitlab.com/kiliandeca/excalidraw-storage-backend
Devstral 1 year ago

Yes, I agree. I've just ran the model locally and it's making a good impression. I've tested it with some ruby/rspec gotchas, which it handled nicely.

I'll give it a try with aider to test the large context as well.

In a Discord vocal on March 13th 2025 Michel Becker revealed that a documentary film explaining the solution would be shown in cinemas around France on May 2nd 2025. He hoped a broadcast in other countries would follow.

Same here. Also one of the reason I loved building castles in Stronghold so much. It's so much more fun to build than to destroy.

That's also why I love Anno 1800 (as well as its predecessors). You can (mostly) avoid combat.

Recently someone mentioned that it's hard to deploy Phoenix applications. Starting from 1.6 the process has been greatly improved, so I decided to showcase a more complex application than a simple hello world.

I've migrated one larger project with several containers / databases to AWS Fargate / RDS and a smaller one to Scalingo [0]. In both cases, I'm happy with how it turned out and the migration went fine.

One of the main drivers behind the decision was that Heroku required us to move to the Enterprise tier to run private databases.

If the architecture of your application is not too complex, I would suggest trying Scalingo (or Fly.io, Render, etc.) first. It took me around a day to get the application running on Scalingo, Fly.io and Render. This allowed us to be able to compare them a bit. In the end, we went with Scalingo, since the Review Apps feature to automatically launch environments from pull request worked well for our workflow.

You can see the configuration for Scalingo for a smaller elixir app on Github [1].

[0] https://www.mindwendel.com

[1] https://github.com/mindwendel/mindwendel

We’ve put mindwendel[0] out for free - no tracking, no ads, no data harvesting.

It’s a tool to brainstorm and vote on ideas.

We did so because we are using it ourselves and the resource usage is so low it doesn’t cost us more to share it with others.

[0] https://www.mindwendel.com/

In the last couple of weeks two friends and I have built a simple brainstorming tool, written in Elixir, using Phoenix Live Views.

Features

* Anonymously invite people to your brainstorming - no registration needed. Usernames are optional.

* Easily create and upvote ideas, with live updates from your companions.

* Preview of links to ease URL sharing

* Cluster your ideas with labels

* Export your generated ideas to html or csv (currently comma separated)

You can host it yourself or use a service like gigalixir to spin up an instance quickly.