HackerTrans
TopNewTrendsCommentsPastAskShowJobs

manuel_w

670 karmajoined 7 ปีที่แล้ว
Software engineer from Vienna, Austria.

[ my public key: https://keybase.io/mwagesreither; my proof: https://keybase.io/mwagesreither/sigs/zinG7bbpyC7OzuO1l49y7Bu7DE5I4zmFYm5-g-BSGTo ]

comments

manuel_w
·5 วันที่ผ่านมา·discuss
Nice to stumble over this thread.

I'm not sure if Flint is the right tool for me. I'd like to have a tool that expresses code in visual form for me. For example, right now I need to reverse engineer some code for debugging purposes.

I already found out there are three tasks:

    * Task one fills task two's queue and waits for an event to get notified
    * Task two reads from its queue, forwards elements to task three's queue.
    * Task three reads from its queue and sends a success/fail message back to task two's queue
    * Task two then notifies the waiting task one.
Visually it's easily expressed: 3 bubbles lined up with 2 connections between the neighboring ones.

Which ML tools suited best for that?
manuel_w
·5 เดือนที่ผ่านมา·discuss
The pro-swap stance has never made sense to me because it feels like a logical loop.

There’s a common rule of thumb that says you should have swap space equal to some multiple of your RAM.

For instance, if I have 8 GB of RAM, people recommend adding 8 GB of swap. But since I like having plenty of memory, I install 16 GB of RAM instead—and yet, people still tell me to use swap. Why? At that point, I already have the same total memory as those with 8 GB of RAM and 8 GB of swap combined.

Then, if I upgrade to 24 GB of RAM, the advice doesn’t change—they still insist on enabling swap. I could install an absurd amount of RAM, and people would still tell me to set up swap space.

It seems that for some, using swap has become dogma. I just don’t see the reasoning. Memory is limited either way; whether it’s RAM or RAM + swap, the total available space is what really matters. So why insist on swap for its own sake?
manuel_w
·7 เดือนที่ผ่านมา·discuss
Finnix seems to serve the same use case as GRML Linux it seems.

I never tried Finnix, but GRML helped me a few times so far.
manuel_w
·7 เดือนที่ผ่านมา·discuss
Me, Austrian and two Austrian friends were doing a road trip through western Canada. We had a rental car with a remote key fob, and forgot the key fob on the cars roof when driving off for a multi-hundred kms trip. It obviously got lost and when stopping the engine at some random town along the way, we couldn't start the car anymore. (Luckily we had the trunk open when realizing that.)

An elderly lady we met at the parking lot offered us, three random strangers in their 30s stay at her place for the night. Her nephew even drove to the camping area where we headed off and probably lost the key. It was heart-warming.

After returning home we sent her a huge Christmas packet with typical specialties from Austria. (Pumpkin seed oil and others. :-) )

I'll write her a letter this Christmas.
manuel_w
·8 เดือนที่ผ่านมา·discuss
What exactly is overly bureaucratic in the EU?

I as an European get the feeling people usually hate on the EU just because it dares to interfere with local legislation. But that's its job. And usually the EU interferes for a good reason. Usually because member countries falling back to only thinking about themselves and forgetting that we Europeans are in this shit together.

> you can't do that

It's good that you can't call sparkling wine that's not from the Champagne "Champagne". It's good that you can't screw over flight passengers the way they do in the US. It's good that you can't annoy customers with phone power sockets that change with every model.

When I hear about actual examples of excess bureaucracy, it's usually on the country-level.
manuel_w
·11 เดือนที่ผ่านมา·discuss
Doesn't he just say that Romanian Jews overperform?

I don't think there's a need to read the authors words in the worst possible way.

> I understand this as ‘it makes sense for a group with skin color X and hair color Y to be better at school’

It wouldn't make sense for the author to mean it that way, because the "white skin black hair" classification likely includes more non-Jewish than Jewish Romanians.

> followed by ‘it must be Jews’

I mean, it's not that hard to believe. If you look at (Eastern) European history, A LOT of the people of scientific or cultural significance were Jews. Don't pin me on the numbers, but if you check the Wikipedia article of a random Easter European person that left a mark in science, there is an 33-50% chance that person has some sort of Jewish background.
manuel_w
·11 เดือนที่ผ่านมา·discuss
I'm not sure I understand. Estonia invested a lot? In what? Military? So the optics are positive?
manuel_w
·ปีที่แล้ว·discuss
It sounds like you attended this workshop and can recommend it. Is that true?
manuel_w
·2 ปีที่แล้ว·discuss
Which edge cases do you mean? Are you confusing it with YAML? I know YAML has some serious footguns [1]. In JSON I'm not aware of any.

[1] https://ruudvanasseldonk.com/2023/01/11/the-yaml-document-fr...