HackerTrans
TopNewTrendsCommentsPastAskShowJobs

q3k

8,719 karmajoined 13 tahun yang lalu
email: [email protected]

matrix: @q3k:hackerspace.pl

irc: q3k on libera.chat

Submissions

[untitled]

1 points·by q3k·6 hari yang lalu·0 comments

Computers Can Be Understood

blog.nelhage.com
2 points·by q3k·5 bulan yang lalu·0 comments

Suno, AI Music, and the Bad Future [video]

youtube.com
4 points·by q3k·5 bulan yang lalu·0 comments

Man Charged for Wiping Phone Before CBP Could Search It

404media.co
12 points·by q3k·7 bulan yang lalu·3 comments

NPM package 'debug' v4.4.2 contains malware

social.hackerspace.pl
31 points·by q3k·10 bulan yang lalu·5 comments

comments

q3k
·kemarin dulu·discuss
Doing that is already illegal and should be enforced using appropriate tools. We shouldn't be relying on unrelated technical measures to enforce laws.
q3k
·6 hari yang lalu·discuss
Kids these days...
q3k
·7 hari yang lalu·discuss
Conversely, I expected it to be bad (because I am biased as hell), and it still surprised me with how terrible it is.
q3k
·13 hari yang lalu·discuss
Polish cuisine is very similar to German cuisine.

(This comment will make a lot of Polish people very upset.)
q3k
·15 hari yang lalu·discuss
I don't mind the rejection (I know I'm not _that_ good, I understand there's tons of applications and I'm fine with that), but the wait and lack of clear feedback sucked.

The response was particularly unclear - was I rejected outright? Did I slip through the cracks and then the role got filled by someone else? Should I reapply, or am I not a fit for company culture? Or just maybe not a fit for the role? If I reapply, should it be with the same interview packet, or should I rethink it? Like, is it me or is is it you?

Even when I applied to Google (a famously 'bad' recruitment experience according to most) I was able to at least regularly talk to a human who would give me feedback from interviews. And when there was a lack of team fit they'd tell me so clearly and help me look for another role. They treated me like a human! Like, I could talk to someone! Oxide just gave me a canned answer without a signature attached and no way to actually talk to anyone.

Oh well, in the meantime I've actually found a meaningful job where the recruitment experience didn't feel like I'm just throwing messages in a bottle into the ocean and hoping to get a response.
q3k
·15 hari yang lalu·discuss
The particular 'mess' I've encountered was I applied (wrote 11 pages of interview material) on 2024/09/29 and then received a canned 'yeah whoops sorry for taking this long, not interested' on 2025/03/24. That's almost 6 months of delay from submission to first contact.

Terrible process. You need to give feedback early if you're not interested in someone, not leave them hanging for nearly half a year.
q3k
·18 hari yang lalu·discuss
> Today, 65% of our product team’s code is created by our internal version of Claude Tag.

That explains a lot.
q3k
·19 hari yang lalu·discuss
Art.
q3k
·19 hari yang lalu·discuss
I don't think there's anything novel here?

It's one of those things that every embedded dev kind of cobbles together on their own as they discover the limit of struct arrays stored in EEPROM.

Except this one actually seems worse in some ways, because to find a file you have to keep following what is effectively a single linked list of file headers until you find the file you need.

The authors even acknowledge this is just a copy of tar's approach, and even acknowledge that that was in turn done this way due to a lack of random seeking on tape systems at the time. But a microcontroller's EEPROM/SPI/... data is nothing like this? You can just do arbitrary seeks. So I'm not sure what they were going for here.

The implementation is also full of obvious bugs that will cause crashes or hangs or worse when operating on an untrusted or simply just corrupted filesystem: https://github.com/clisystems/utfs/blob/5f1a6f049a0ca5435afb...
q3k
·21 hari yang lalu·discuss
but why would you restart the whole machine?

(otherwise, congrats for discovering the scientific method!)
q3k
·23 hari yang lalu·discuss
You can physically tell from how the chips look like.

https://www.ifixit.com/Guide/Mac+Mini+(2024)+Chip+ID/178986
q3k
·24 hari yang lalu·discuss
I see cams intersecting eachother and still nothing that is actually ready to be manufactured or even looks like a design that has had any thought put into it. It's the CAD equivalent of idle doodling.

Do you have a single person on your team that's actually a mechanical engineer with practical industry experience?
q3k
·24 hari yang lalu·discuss
> A complete V8 internal combustion engine

Yeah, no, that's a lie. This isn't a CAD model. It's a fantasy 3d model that looks like it's straight out of Gearhead Garage (1999).

Any time I see these 'AI CAD' solutions it's always toys, toys, toys. Show me something functional that you've actually manufactured (shitty 3D prints don't count). Or at least show me something that can actually be assembled and isn't just a bunch of boxes with no fasteners to hold them together.
q3k
·26 hari yang lalu·discuss
I love to warm up a whole rack of servers just so that some shitass buggy TUI can generate a line of bash that comments out my test runner.

We truly live in the dumbest timeline.
q3k
·27 hari yang lalu·discuss
when you have claude everything looks like a software problem :)
q3k
·bulan lalu·discuss
What's your SKILLS.md? Is your flow multi-agentic?
q3k
·bulan lalu·discuss
Kaliningrad is one big military base.
q3k
·bulan lalu·discuss
It's surprising to me how many people here seem offended that someone might just not want their code.

I guess it takes quite a lot of experience as a maintainer to realize that 'free' in 'free code contributions by strangers' is like 'free' in 'free puppy'.
q3k
·bulan lalu·discuss
> So I can find a bug, I can fix it, but I am not allowed to tell them how exactly I did it.

You're allowed, they'll just ignore it. Same as how sqlite and some other projects operate.
q3k
·bulan lalu·discuss
Stopped reading when this turned into a 'look I got AI to do this thing' article.