HackerTrans
TopNewTrendsCommentsPastAskShowJobs

manuel_w

670 karmajoined 7 jaar geleden
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
·6 dagen geleden·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 maanden geleden·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 maanden geleden·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 maanden geleden·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 maanden geleden·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 maanden geleden·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 maanden geleden·discuss
I'm not sure I understand. Estonia invested a lot? In what? Military? So the optics are positive?
manuel_w
·vorig jaar·discuss
It sounds like you attended this workshop and can recommend it. Is that true?
manuel_w
·vorig jaar·discuss
Wow this is bringing back youth-hood memories. Great to see this page is still around. Thanks for bringing this up. SelfHTML has been an invaluable tool for my younger self.
manuel_w
·vorig jaar·discuss
Pretty cool, nice job!

And wouldn't it be semantically more correct to put the <style> tag into the <head> and turning the <span> into a <p>aragraph? Since this is targeting beginners I'd think it's important to convey such fundamentals. But it might as well be that the HTML rules have changed since I left the game. It has been many years for me!
manuel_w
·2 jaar geleden·discuss
This post seems very well researched. It's great that OP has brought this up. If we could push further the state of the art in 3D printing, by simply no longer adhering to an (now proven to be invalid) patent, it's a no-brainer to do so.
manuel_w
·2 jaar geleden·discuss
> Large American SUVs are flying off the shelves in Europe.

Not in the part of Europe I'm in. I can't recall the last time I've seen an American car here in the streets of Vienna. Also: Don't large American SUVs consume a lot of petrol? Considering the gas prices I'd assume not many people can/want to afford them.
manuel_w
·2 jaar geleden·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...