HackerTrans
トップ新着トレンドコメント過去質問紹介求人

laurentiurad

no profile record

投稿

Show HN: I built a website showing the likelihood of the AI bubble to pop

laurentiugabriel.github.io
11 ポイント·投稿者 laurentiurad·9 日前·6 コメント

I built a page showing the likelihood of the AI bubble to pop

laurentiugabriel.github.io
3 ポイント·投稿者 laurentiurad·11 日前·1 コメント

[untitled]

1 ポイント·投稿者 laurentiurad·3 か月前·0 コメント

Show HN: I built Comrade – the security-focused AI agent

5 ポイント·投稿者 laurentiurad·3 か月前·2 コメント

Show HN: I Recreated Encarta's MindMaze

medium.com
6 ポイント·投稿者 laurentiurad·3 か月前·8 コメント

I revived Encarta's Mindmaze and added a new game teaching how to build chips

laurentiu-raducu.medium.com
2 ポイント·投稿者 laurentiurad·3 か月前·1 コメント

[untitled]

1 ポイント·投稿者 laurentiurad·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 laurentiurad·5 か月前·0 コメント

[untitled]

1 ポイント·投稿者 laurentiurad·6 か月前·0 コメント

[untitled]

1 ポイント·投稿者 laurentiurad·6 か月前·0 コメント

Ask HN: What personal project do you plan to scale in 2026?

6 ポイント·投稿者 laurentiurad·6 か月前·3 コメント

[untitled]

1 ポイント·投稿者 laurentiurad·7 か月前·0 コメント

I launched a directory with well-made products because everything seems buggy

select.supply
10 ポイント·投稿者 laurentiurad·8 か月前·3 コメント

[untitled]

1 ポイント·投稿者 laurentiurad·8 か月前·0 コメント

[untitled]

1 ポイント·投稿者 laurentiurad·10 か月前·0 コメント

コメント

laurentiurad
·9 日前·議論
thanks a lot! Will update this on the daily basis.
laurentiurad
·9 日前·議論
You are right, one might happen before the other one. However it's impossible to measure when the bubble might pop, whereas looking at how much money hyperscalers and governments put into this might provide a quantitative metric.
laurentiurad
·10 日前·議論
nitpick about what you said: you don't wanna postpone that plan too much. At 40 you won't have the energy to keep up with the needs of the kid. You will hate your life and you'll make a ton of mistakes. I had them young, and my career and financial situation weren't affected at all.
laurentiurad
·11 日前·議論
I recently built this page which uses data like CapEx from the quarterly forms of the 5 biggest hyperscalers, or how many data centers are being built, and it calculates a composite index showing how likely it is for the AI bubble to pop.
laurentiurad
·2 か月前·議論
What do you expect them to say? More annoying ads? They're trying to wrap this in a positive way. Everyone knows that ads are annoying.
laurentiurad
·2 か月前·議論
Excellent tool for scammers.
laurentiurad
·2 か月前·議論
I cannot agree more. Useful idiots and people working in private equity which have a direct financial interest to hype this tech.
laurentiurad
·2 か月前·議論
It's tech bros like you that are to blame for the shortage of radiologists supporting statements since 2016 which state that radiologists will disappear. Your great SOTA LLMs will tell you to walk 5 mins to the car wash instead of taking the car.
laurentiurad
·2 か月前·議論
Good luck to you if the prompt is written by health insurance.
laurentiurad
·2 か月前·議論
next year bro, I promise, now give me 60 billion more in funding
laurentiurad
·2 か月前·議論
You are confusing the job with a subset of tasks. Some tasks can be automated, some won't. That doesn't mean LLMs, which cannot tell how many r's are in strawberry, will replace anyone.
laurentiurad
·3 か月前·議論
This program was brought to you by the private equity engagement pod.
laurentiurad
·3 か月前·議論
Try Opencode or Comrade. Both OSS and working great with OSS models too.
laurentiurad
·3 か月前·議論
not a full AI stack. Training still runs on NVIDIA chips.
laurentiurad
·3 か月前·議論
I designed Comrade to have a "common sense" engine, where each plan/action goes through a filter before being suggested to the user to be approved. This is particularly enforced when the agent goes on a web page. It will always be aware of the source of the prompt, and if it's different from the Electron app where the user can interact with the agent, it will drop that instruction altogether.
laurentiurad
·3 か月前·議論
Thanks for the feedback!
laurentiurad
·3 か月前·議論
Thanks a lot!

I have created my own engine for testing the simulations in TypeScript. There is no external logic circuit library under the hood.

The simulation itself is tick-based with a light event-driven flavor. Each tick I compute an evaluation order using a topological sort of the circuit graph (based on wire connections). Then I iterate through components in that order, gathering inputs from connected wires. Each component runs an evaluate() function, producing outputs and a nextState. Outputs propagate through wires immediately within the same tick.
laurentiurad
·3 か月前·議論
Thank you so much! I have this on my list, so I will try to add this tonight.
laurentiurad
·3 か月前·議論
In the article I have also talked about a different game as well that teaches players how chips work. I have added that here too: https://select.supply/game/chipbuilder.
laurentiurad
·3 か月前·議論
I revived Encarta's Mindmaze and added a new game teaching how to build chips on my affiliate website select.supply. The games are 100% free and no account is needed. I used to spent lots of hours on Mindmaze and just wanted to relive that experience again.