HackerLangs
TopNewTrendsCommentsPastAskShowJobs

vorticalbox

1,490 karmajoined 10년 전
Senior Software engineer at financial-cloud.com

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

Submissions

Colorado Lawmakers Push for Age Verification at the Operating System Level

uk.pcmag.com
6 points·by vorticalbox·5개월 전·4 comments

Pydantic AI Gateway: Open Beta

gateway.pydantic.dev
1 points·by vorticalbox·8개월 전·0 comments

Brave Earns SoC 2 Type II Attestation for Brave Search API

brave.com
4 points·by vorticalbox·8개월 전·0 comments

Privacy in LLMs

brave.com
1 points·by vorticalbox·10개월 전·0 comments

comments

vorticalbox
·11시간 전·discuss
then why not just use threads/processes in python?
vorticalbox
·11시간 전·discuss
[dead]
vorticalbox
·12시간 전·discuss
> 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?
vorticalbox
·19시간 전·discuss
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.
vorticalbox
·그저께·discuss
do we know that Mythos is in fact a bigger model then opus?
vorticalbox
·3일 전·discuss
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.
vorticalbox
·8일 전·discuss
i can see why they want to stop it but 1. you have to pay for the "attack" 2. these AI companies trained on copyrighted content without permission or attribution to anyone who's data was used to train.
vorticalbox
·9일 전·discuss
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
vorticalbox
·12일 전·discuss
Isn’t this already a thing because it requires an adult and a payment method to get a connection to your house.

I’ve already stated who I am when I paid.
vorticalbox
·14일 전·discuss
You want to compact early though as sending the whole chat you will end up with a lot of tokens not in the cache which 1. Costs way more and 2. Will slow the request down as it has to process it all.
vorticalbox
·17일 전·discuss
i jump about a lot, for coding gemini and grok are definitely not as strong as gpt 5.5/opus/sonnet/composer.

composer 2.5 is actually very good and use it for a good chunk of tasks.
vorticalbox
·18일 전·discuss
There are actually fine tunes of qwen on opus “thinking” tokens that teach it to think like opus does.

https://huggingface.co/Jackrong/Qwen3.5-27B-Claude-4.6-Opus-...
vorticalbox
·21일 전·discuss
even if they did it it wouldn't be of much use because correct or not the output was the likely output 100% of the time.
vorticalbox
·21일 전·discuss
Well one can no longer search for information in the big search engines without it just giving you the answer.

This ruins “search and topic and write about it”
vorticalbox
·21일 전·discuss
> 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.
vorticalbox
·23일 전·discuss
I find opus for planning and sonnet for coding but codex for code review.
vorticalbox
·23일 전·discuss
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.
vorticalbox
·24일 전·discuss
This is a problem I find with opus is will spend so long thinking then going “but wait what if”

To point where I stop it and simple tell it to “start writing code you can work it out as you go along”

Seems writers block also effects LLM
vorticalbox
·24일 전·discuss
Yeah, is that a bad thing? They did some really interesting stuff when fine tuning.

https://cursor.com/blog/composer-2-5#targeted-rl-with-textua...
vorticalbox
·24일 전·discuss
[dead]