Forgot your password?
typodupeerror

Comment Re:Crypto Is For Crime! (Score 1) 31

No, it's not. Watch this video: https://www.youtube.com/watch?...

It's a guy who tried to pay a freelancer he hired. Hours after he wired the money, his bank contacted him and told him his transaction was canceled, and his account had to be closed. and the bank "legally couldn't tell him why".

I know it's easy to say such things from a "first world country where things work", but there are things out there that don't work. Sending money abroad is a headache. Always. Because governments DO NOT like money moving from one country to another. So they keep adding more "compliance requirements". And those compliance requirements just end up hitting the "high risk, low income" people. People who want to sell their services to a global marketplace but are prevented by regulations. This is not about taxes, but about how incredibly difficult the global trade system is.

Usually, even in first world countries, regular citizens can't receive an international bank transfer. You can however get PayPal or similar services - but the problem is that again those services will then keep your money imaginary and refuse to send it to a bank in your country (if you even had one), unless you're in one of a handful of countries where they integrate with banks.

There are thousands of people working around the world who have to rely on shitty services like Payoneer which loves to take 3% fees for anything - and will close your account, no warning and no recourse, with your money inside it, if you do anything wrong (for example, if someone wires you money instead of doing it as a "business transaction").

If you want to be more cynical about it: the system is working exactly as intended. Regulations are there to make sure that money can only flow in the direction your government wants to. You can only do business with friendly countries - usually in the G7 or the EU. Everyone else is not allowed in this cool kids club. The system is designed to keep poor countries poor and only allow vetted transactions to reach "dangerous" countries (big oil never has a problem with that). But individuals? Fuck them. We don't want them.

That's where crypto comes in. It's the big equalizer. Now suddenly you can send your money in minutes. You don't have to explain to your bank why you want to send or receive money, or justify it, or have them seize it while they decide if you're trustworthy or not. People don't like doing things "illegally" but my options are: either the banks and governments allows me to get paid, or I look for an alternative. People in poor countries want to exit poverty, not "do things legally and stay in poverty forever because that's the only thing that the legal frameworks accepts".

The "crypto is for criminals" narrative is pushed by the countries that want to maintain the status quo. Instead of that, try giving people legal ways to get paid and only then, you can make wide claims that "crypto is for criminals".

Comment Re:Thinking vs drudge work (Score 1) 78

anecdotical:

I'm a Ham and I wanted to CAT control multiple radios and a couple serial port devices. I currently do this with multiple USB serial ports which is a pain because if you ever move them you'll get a different enumeration and have to reconfigure everything.

I asked an LLM to create a project for a multiport card with hardcoded serial numbers and configurable settings (speed, parity, polarity etc - even inter-byte delays).

It did everything as I requested. The only issue I had is that when I bootstraped the project i selected a different microcontroller target. But the result is now a serial port that 1) works exactly as intended, 2) has serial numbers which allows me to move it around ports without reconfiguring (Linux by-id path), 3) whatever quirks i can either fix or add as workarounds for badly behaving devices. 4) Is not a chinese clone that will refuse to work on windows because the official drivers detect it as counterfeit.

The experience was honestly just fantastic. I do NOT want to write code for a multiport serial card. It's completely boring drudge. There is nothing fun in it. There is just hundreds of #define and compiler guards for everything. This thing had a working solution in 10 minutes, of something that would probably take me an entire weekend to do myself - a weekend of, you know, not actually using my radios because I was too busy writing code. I was able to do what I really wanted (focus on the high level requirements and then actually use the product) instead of digging deep into a datasheet developing a skill I'll never use in my work (I don't do embedded code for work).

Comment Re:25,000 lines of code (Score 1) 78

its during those sprints when I'm pumping out thousands of lines per day that I write the code that turns out to be the highest quality, requiring the fewest number of bugfixes later

yeah, all of us write (or copy/paste) great boilerplate code. that's not really something to be proud of.

we all make mistakes when writing business functions which are never 25k LOC in a week.

Comment Re:25,000 lines of code (Score 1) 78

except no. because when you ask it to generate test cases it comes up with cases you didn't think of. and it then run the tests and fixes the errors.

my experience with both 20 years as a software developer in multiple teams, and LLM user, is that they are very similar in results to what a human produces without enough context.

every time I got a "ticket" to add a feature, the ticket wasn't 100% clear, it only provided happy path solutions, and LOL if it ever provided any test cases. The "extras" I added myself by just thinking "maybe it should have this. The LLM behaves 100% the same. except in the case of humans we call them "peer reviews" which usually just means "the control freak lead engineer who wrote the bad ticket is now extending the scope because what you developed exposed the 1000 ways that he didn't think of"

Comment Re:it's a tool (Score 1) 150

Maybe I'm out-of-date or a control freak, but I don't want my codebases to contain custom code that I need to rely on but that I didn't write myself.

Apparently you're just a person who never worked in a team. Working in a team requires accepting other people's code. Code that you may not have written the same way but it works, and it's efficient. It's just not "your way".

If you're working in a team, I hope you're not making your coworker's lives miserable by dissecting every PR with 80+ comments and dragging it for days on end, because what you really want is that they will rewrite it the way you solved it in your head.

Comment it's a tool (Score 5, Interesting) 150

It's a tool. You need to know how to use it. But before all, you need to know what you want it to do.

I don't "vibe code". I explicitly tell an LLM what's the output I want. This works great. It's also helped me take care of long-standing low-priority tickets.

For example, I had it rewrite a backend function that reads from DB/returns JSON. But I had it do it "streaming" from the database instead of buffering-and-stringifying the database response. This has been long in my to-do list. I knew how to implement it (as I had done it in the past). I just didn't want to do it because it was a "nice to have" but not a must for our use case. And it's honestly boring to write.

The LLM did it for me in a few minutes.

I also tried "Vibe coding an app" to see how that would work. It didn't. It shows awesome progress at the beginning and then it starts failing. It deletes entire files, rewrites unnecessary parts, keeps looping and burning through tokens so, I honestly don't know what the "vibe coders" are really doing. It just didn't give me any results when I tried it.

Comment good (Score 5, Insightful) 76

in a world of "age verification laws" and governments pushing for "cashless", and precedents like Canada freezing protesters bank accounts, yes.

governments are turning ultra fascist everywhere. doesn't matter if they say they're left wing progressive. they're after your internet anonymity and want you to keep your money in banks, mostly to avoid tax evasion.

(cue in europeans saying they're not fascist and i'm a dumb american etc and canadians justifying the bank account freezing because it was aligned with the party's interest)

Comment Re:Erm (Score 4, Interesting) 55

Because an alarmingly high number of developers believe that, if code isn't being changed, it's dead. And dead code is "VuLNeRaBle".

Have you ever tried anything in Python or JS? Breaking changes are the norm. And if the app broke, it's YOUR FAULT for not reading the changelog, not their fault for changing the API for no good reason (so many changes in JS for "consistency", like, someone developed something and spelled it "colour" and 3 versions later some dev is incredibly irritated that the rest of the spelling of the app is in american english, so they "fix" it for consistency. Yes, they broke thousands of apps out there that had been running for years, but, isn't it nice how the code is now all consistent?

And don't let me get started on shit like React Router, which, last time i checked was in V6 and every version was a full rewrite, completely incompatible with the previous version - because of conceptually different behavior. Imagine doing this SIX TIMES in less than a decade.

Comment Re:This is a good example of (Score 1) 37

believing AI is not here to stay is just delusional. and universities better start adjusting accordingly.

I'm tired of hearing that this is just "a bubble that's going to burst anytime soon". You know what was also a bubble, that also burst? The fucking internet.

And now we can't even imagine our lives without the internet.

Slashdot Top Deals

Nothing is finished until the paperwork is done.

Working...