HN user

vorticalbox

1,507 karma

Senior Software engineer at financial-cloud.com

made a coin trading game https://coin-vlmj.onrender.com/ui/

Posts18
Comments869
View on HN
uk.pcmag.com 5mo ago

Colorado Lawmakers Push for Age Verification at the Operating System Level

vorticalbox
6pts4
gateway.pydantic.dev 8mo ago

Pydantic AI Gateway: Open Beta

vorticalbox
1pts0
brave.com 8mo ago

Brave Earns SoC 2 Type II Attestation for Brave Search API

vorticalbox
4pts0
brave.com 9mo ago

Privacy in LLMs

vorticalbox
1pts0
www.nature.com 2y ago

First fetus-to-fetus transplant demonstrated in rats

vorticalbox
1pts1
www.theregister.com 2y ago

OpenAI GDPR Complaint

vorticalbox
20pts8
arstechnica.com 2y ago

OpenAI accuses NYT of hacking ChatGPT

vorticalbox
6pts0
news.ycombinator.com 2y ago

Ask HN: Navigating Private Browsing Amidst Google's Shadow

vorticalbox
3pts1
www.theguardian.com 4y ago

‘Mini-Neptunes’ beyond solar system may soon yield signs of life

vorticalbox
2pts0
www.theguardian.com 4y ago

Delta variant renders herd immunity from Covid ‘mythical’

vorticalbox
4pts0
www.youtube.com 4y ago

3x+1

vorticalbox
3pts0
www.bbc.co.uk 5y ago

Hundreds of thousands of police records accidentally wiped

vorticalbox
1pts2
app.releasly.co 6y ago

Deno v0.20.0

vorticalbox
3pts0
venturebeat.com 7y ago

Mozilla releases iodide, open source tool for publishing dynamic data science

vorticalbox
1pts0
www.cnet.com 7y ago

Google new data centres powered by 1.6m solar panels

vorticalbox
1pts0
www.theverge.com 9y ago

Electric flying car

vorticalbox
3pts0
www.eteknix.com 9y ago

Tesla Predicts Accident and Gives Warning Before It Happens

vorticalbox
3pts1
www.tweaktown.com 9y ago

Qualcomm 10 nm 48 core arm server cpu

vorticalbox
2pts0

I have to kick the hell out of its plans in ways that I don't think someone without a ton of real world experience could do

I think that’s the real point the article’s making. Unless you already know the ropes, you can’t tell if a plan is actually any good. I use LLMs all the time for work, but only because I get the system well enough to spot the nonsense or catch when a plan duplicates something that already exists. They really do keep rewriting the same functions over and over in the code.

in the same way claude and codex both use their paid models by default.

at least codex and grok are open source so we can see what is going on.

Maybe you can enlighten me.

My question that once you mined the materials for the car + battery, shipped that somewhere to be built, then shipped that to be sold.

Then you have the added waste battery once it not longer hold enough charge. Is it actually better for the environment?

If we add all this extra pull on the grid we need to generate the power for that too.

There's a much cleaner way to do this - a shared helper

disagree, then you end up with something this this

function checkAll(target, conditions) { return Object.entries(conditions).every(([path, expected]) => { const value = path.split('.').reduce((o, k) => o?.[k], target); return typeof expected === 'function' ? expected(value, target) : value === expected; }); }

and const ok = checkAll({ user, account }, { 'user.isActive': true, 'user.isSuspended': false, 'account.status': 'open', 'user': u => u.hasPermission('read'), // predicate for the trickier bit });

how is that better?

if you child breaks the law and are under the age of an adult you as a parent are responsible, as a parent you are responsible to feed, wash, look after, keep dangerous stuff like medicine out of reach, if you live in a place that allows gun you have to keep that away too.

but suddenly because its a screen suddenly that responsibility to parent goes away?

i'm not trying to provoke I simple don't understand the other side of the argument.

They are offloading thinking to the AI too.

It then has to look over everything see how it connects together and then decide the best way to do something.

Giving it small and very focused plans when you already understand the system gets it done fast and cheap.

CursorBench 3.1 20 days ago

this is my finding too, i have moved to it fully for most of the plan/coding.

for most tasks is capable and very cheap, for a days worth of tasks is costing about $10

This happened after he received CPR for several hours at a cabin on the Hardangervidda plateau before rescue arrived.

This means although his heart wasn’t technically beating, he did have blood being circulated via cpr.

When I read the title I assumed he was alone before rescuing.

security by only obscurity is bad. Having both is better.

For example say I have a hollowed out wall that is hidden behind a painting.

Just putting my money in the hole is bad once it’s found it’s gone but if I put my money in a safe in the hole. Well now you need to find it and break the safe and a hidden safe is objectively better than just having a safe on the floor because you need to find it first.