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
·قبل 12 ساعة·discuss
then why not just use threads/processes in python?
vorticalbox
·قبل 12 ساعة·discuss
[dead]
vorticalbox
·قبل 13 ساعة·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
·قبل 20 ساعة·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
·قبل 4 أيام·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
·قبل 19 يومًا·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]