HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sandruso

no profile record

Submissions

Struct Memory Alingment Minigame

rybarix.com
2 points·by sandruso·vor 5 Monaten·0 comments

Can you treat AI as a tool?

rybarix.com
1 points·by sandruso·vor 5 Monaten·4 comments

Going Fast, yet Standing Still

blog.rybarix.com
2 points·by sandruso·vor 7 Monaten·0 comments

No AI December 2025

noaidecember.com
3 points·by sandruso·vor 7 Monaten·2 comments

Age of "Don't do it yourself"

blog.rybarix.com
5 points·by sandruso·vor 8 Monaten·3 comments

No AI December 2025

noaidecember.com
5 points·by sandruso·vor 8 Monaten·0 comments

Railway Oriented Programming

fsharpforfunandprofit.com
3 points·by sandruso·vor 8 Monaten·0 comments

Cross-platform GUI applications using Rust and Skia

freyaui.dev
5 points·by sandruso·vor 9 Monaten·0 comments

comments

sandruso
·vor 2 Monaten·discuss
Not reviewing outputs, which is my main issue, is one-way to subpar experience. No amount of "make it right" will fix that.

I hope that professionalism still matters as these new ways of doing things strikes me as unprofessional as f...

Yeah, the next macOS will be worse... time to place bet on prediction market
sandruso
·vor 2 Monaten·discuss
Minecraft is becoming DOOM in terms of crazy technical feats.

I love it.
sandruso
·vor 2 Monaten·discuss
100%. I'm not really sure why we all agreed that deployment is somehow the hardest thing that you need to outsource when setting the linux server is one the richest experience you can get and it will pay dividents forever.
sandruso
·vor 2 Monaten·discuss
I had xcede[0] setup that worked well.

[0] https://codeberg.org/luxmentis/xcede
sandruso
·vor 3 Monaten·discuss
Programmers have ultimate (or they had) skill to solve anything if you have enough resources.

Now, you don't do thing and do other things when LLMs get stuck. There is no "given enough time I can do it".

I can't see how somebody would go solving slop bugs (slugs :)) in heavy AI generated codebase.

Hope, I'm wrong but that's somehing I personally encountered. Stay sharp.
sandruso
·vor 5 Monaten·discuss
Author here. I understand that you need to prompt in a way that is similar to training set.

It makes sense but it's still weird that your instructions to the machine needs to sound like talking to human. This is just side effect of how is the machine trained and constructed.
sandruso
·vor 5 Monaten·discuss
> Pre-training is, actually, our collective gift that allows many individuals to do things they could otherwise never do, like if we are now linked in a collective mind, in a certain way.

The question is if you can have it all? Can you get faster results and still be growing your skills. Can we 10x the collective mind knowledge with use of AI or we need to spend a lot of time learning the old wayTM to move the industry forward.

Also nobody needs to justify what tools they are using. If there is a pressure to justify them, we are doing something wrong.
sandruso
·vor 6 Monaten·discuss
https://rybarix.com

New year, new website to keep it simple.
sandruso
·vor 6 Monaten·discuss
Use of gun should be the last resort. Can you imagine to shoot somebody like that?
sandruso
·vor 6 Monaten·discuss
I'm in the exact same situation as the author.

It's not productive but hell it is rewarding to dive deep into lower levels.

No regrets so far.
sandruso
·vor 7 Monaten·discuss
What was you approach? Where one starts such a project?
sandruso
·vor 7 Monaten·discuss
I missed last train due to delays and there was a group of in the same situation. One nice person offered me to that I can sleep on their couch. And they were so nice to give me a ride to the station the next day.

I was so angry at first when I found out that this was my last train and I missed it but it turned out to be great story I can tell :)

Thank you strangers, I'll repay it back to somebody in the future
sandruso
·vor 7 Monaten·discuss
I'm betting against wasm and going with containers instead.

I have warm pool of lightweight containers that can be reused between runs. And that's the crucial detail that makes or breaks it. The good news is that you can lock it down with seccomp while still allowing normal execution. This will give you 10-30ms starts with pre-compiled python packages inside container. Cold start is as fast as spinning new container 200-ish ms. If you run this setup close to your data, you can get fast access to your files which is huge for data related tasks.

But this is not suitable for type of deployment Cloudflare is doing. The question is whether you even want that global availability because you will trade it for performance. At the end of the day, they are trying to reuse their isolates infra which is very smart and opens doors to other wasm-based deployments.
sandruso
·vor 7 Monaten·discuss
it's back on

but wow, it must be stressful to deal with this
sandruso
·vor 7 Monaten·discuss
The ongoing issue is the maintenance.

This can't be solved without fully trusting the LLM period.

Just don't autopilot on important code you want to own. That's good start.
sandruso
·vor 7 Monaten·discuss
Related submission to the mentioned No AI December https://news.ycombinator.com/item?id=46098433
sandruso
·vor 7 Monaten·discuss
One of the guys running the challenge here.

No cloud based AI is the hardcore version of it for sure.

I hope local models will fill 80% of use-cases so we are not tight to the big guys.

How long are you using your setup?
sandruso
·vor 8 Monaten·discuss
Author here.

I would add that doing things on your own, which is probably never optimal from time perspective, may open doors to solutions that you haven't seen before.

I recently experienced this is by not going through the beaten path - installing well-known dependencies and building solution based on that. I chose to experiment a bit and it turned out that I usually use small % of imported code.

It really changed how I look at dependencies.
sandruso
·vor 8 Monaten·discuss
You can go very far with just node alone (accepts typescript without tsc, has testing framework,...). Include pg library that has no dependencies. Build a thin layer above node and you can have pretty stable setup. I got burnt so many times that I think it is simply impossible to build something that won't break within 3 months if you start including batteries.

When it comes to frontend, well I don't have answers yet.
sandruso
·vor 8 Monaten·discuss
You have to have at least one contact you can start with. One person you actually know but not your childhood friend. Start there and then ask them if they know somebody else.

Casually ask for help. You will make them look important and that's what we humans strive for.

This is how you can get manually to the first 10 conversations. No tools are needed just your current network.

AFAIK there are no special messages nor best practices. Ask for help and be specific.

Good luck!