HackerTrans
トップ新着トレンドコメント過去質問紹介求人

hackerInnen

no profile record

コメント

hackerInnen
·2 か月前·議論
Because if you have the time and opportunity to study something in depth, then it should be taken imo.

If I just want to get a working product I only need the basic algorithm, but understanding "all" of it is never wrong
hackerInnen
·2 か月前·議論
What do you mean by this? Have the DOS features inside of templeos?

I am thinking about how hard it'd be to port this to risc-v and then run it on an FPGA dev board as real computer. That could be fun
hackerInnen
·3 か月前·議論
A ban for people born before 2010 would be reasonable
hackerInnen
·3 か月前·議論
Just from my subjective view and observation, I'd say yes. It feels like a lot more people (younger than 30 roughly) smoke more than people around my peer group (mid 30s).

I could be totally wrong tho, but at least that's what it feels like. It feels like "all of them" smoke. Either vape or real cigarettes and quite a few of them using cigarettes
hackerInnen
·3 か月前·議論
I just subscribed this month again because I wanted to have some fun with my projects.

Tried out opus 4.6 a bit and it is really really bad. Why do people say it's so good? It cannot come up with any half-decent vhdl. No matter the prompt. I'm very disappointed. I was told it's a good model
hackerInnen
·3 か月前·議論
To be honest, I don't have that much fun in playing around with the recipe, but I found this one and it just works for me: https://github.com/xil-se/FreeMate

But nowadays I just drink plain yerba mate with a splash of lemon juice, no added sugar. I do the FreeMate in summer a bit.

Edit: Btw, if anyone of you bought yerba mate before and thought it didn't taste great, for me personally there are huge differences between them. I like the milder ones a lot more that don't have much powder. If you have been disappointed before maybe try again with a different brand and don't forget the splash of lemon juice, that makes a crazy big difference
hackerInnen
·3 か月前·議論
You are absolutely right! That is exactly the reason why more lines of code always produce a better program. Straight on, m8!
hackerInnen
·4 か月前·議論
> They don't know what the * is going on

I'd assume that a good portion of people working on things like that know what is going on. My (very very subjective) feeling is that they just spit out WAY more tokens than needed, so that it hits the limit as fast as possible and people buy more. And the people responsible for that are probably the evil evil PM's
hackerInnen
·4 か月前·議論
I mainly use (neo)vim because it has a less distracting interface than any other full blown IDE. Not because of some fancy tooling. And because it is faster, but that might be a negligible reason by now.

I purposely try to keep my extension count as low as possible. It's just too distracting for me personally.

If I really want to use AI tools or something else, then I don't mind opening a full suite, but as of right now, I still spend most of my time in vim and use AI mainly in chat mode.
hackerInnen
·4 か月前·議論
This. While I doubt that there will be a good (whatever that means) desktop risc-v CPU anytime soon, I do think that it will eventually catch up in embedded systems and special applications. Maybe even high core count servers.

It just takes time, people who believe in it and tons of money. Will see where the journey goes, but I am a big risc-v believer
hackerInnen
·4 か月前·議論
Over the past couple of years I have been quite obsessed with VHDL. Somehow I like the strict typing much better than verilog.

I should give Ada a try and build something fun with both of them
hackerInnen
·4 か月前·議論
> There’s enough market competition to not allow this.

Why do people think it will NOT happen? There are tons and tons of examples out there where it happened exactly like this over and over again. Why would AI suddenly be the exception?

It's really not about competition. It's about who gets the users first and/or does the best marketing
hackerInnen
·6 か月前·議論
Anything that is safety related or needs signal control. So embedded systems and anything related. Aerospace, defense, anything. There is so so much stuff.

Not even talking about AI writing HDL's. They just can't do it and put latches everywhere (they are bad. you should put registers instead)
hackerInnen
·6 か月前·議論
> This field is truly on its way to full automation.

What do you even mean by that? Full automation of irrelevant, simple as hell, saas apps? Maybe yes. Everything else that actually needs some thought? Nah, not happening anytime soon - given that no genius with a brand new architecture comes around tomorrow. LLMs just ain't getting any better really. It's just micro steps by now
hackerInnen
·6 か月前·議論
True and nowadays I would take that into consideration too. But I was young when I created that account (I think it was around some leak scandal or whatever that made me move from hotmail to posteo). But it turned out to be a nice decision.

For a business email this might not be cool tho. I get that
hackerInnen
·6 か月前·議論
Okay looks like proton does a lot nowadays. But if someone wants a nice email provider that just works I can't stop to recommend posteo. A german email provider. 1€/month and they are just great. Been using them for 15 years now or something like that and I never had any problems. At least I can't remember any. They also always give out a transparency report[1] and apparently can't hand out much data to governments, because the data is just encrypted and they can't access it.

The only down side I have heard, that people have, is that you cannot use your own domains.

- [1] https://posteo.de/en/site/transparency_report
hackerInnen
·9 か月前·議論
Why all the animations? Not only for this WM, but hyprland, too, for example. They are just way too distracting, I don't understand why people like them.

Yes, i know they can usually be deactivated, but it's stupid to have them as default
hackerInnen
·10 か月前·議論
I think there are dozens of boards by now, but what I found interesting and pledged to is this:

https://www.kickstarter.com/projects/starfive/visionfive-2-l...

I don't have a first version visionfive2 myself, but i heard good things about it and the eco-system sounds like it's growing. There are still rough edges. Lets hope they ship soon (tm)

Edit: What I currently have for my personal projects is a PolarFire SoC Discovery Kit. That's a quad-core RISC-V system with FPGA embedded. Maybe too expensive and not for everyone (130 bucks, fun fact: The dev board is cheaper than the chip itself).

https://www.microchip.com/en-us/development-tool/MPFS-DISCO-...

Also the microchip documentation, toolchain and so forth feel really crappy and old, but once you get used to it, it's not that bad and actually getting to run bare-metal risc-v code is easy. There are easy examples for linux and bare-metal