Spyke

Replies

Comment on

Tim Walz Accused of 'Anti-Semitism' for Master's Thesis Saying Holocaust Was Not Unique

In it, Walz argues that the lessons of the “Jewish Holocaust” should be taught “in the greater context of human rights abuses,” rather than as a unique historical anomaly or as part of a larger unit on World War II. “To exclude other acts of genocide severely limited students’ ability to synthesize the lessons of the Holocaust and the ability to apply them elsewhere,” he wrote.

What an antisemite, he wants people to learn so such acts of horror never happen again.

Edit: Obviously, I am being sarcastic, I totally agree with Walz.

Comment on

What now for my career?

Hey, I was fired last July and I went through the same process, I actually asked a similar question on Lemmy and the feedback I received helped a tonne in landing more interviews.

Here are the steps I believe helped me:

  1. Make sure your CV is machine parseable, search for open resume, upload your cv see what it detects. Ideally, generate your CV using that tool.
  2. Create your own portfolio website, here is mine for reference https://souperk.gr/ (I have a public repository, feel free to copy if CSS isn't your strong suite)
  3. Check that toggle on LinkedIn to signify you are actively searching atm (don't remember how, but you should see a ribbon on your avater if it's active)

For me, landing more interviews was the hard part. Once I got a few interviews going, landing an offer was easy.

Comment on

Looks good to me 👍

I am definitely guilt for that, but I find this approach really productive. We use small bug fixes as an opportunity to improve the code quality. Bigger PRs often introduce new features and take a lot of time, you know the other person is tired and needs to move on, so we focus on the bigger picture, requesting changes only if there is a bug or an important structural issue.

xkcd

Comment on

xkcd #2851: Messier Objects

https://en.m.wikipedia.org/wiki/Messier_object

The Messier objects are a set of 110 astronomical objects catalogued by the French astronomer Charles Messier in his Catalogue des Nébuleuses et des Amas d'Étoiles (Catalogue of Nebulae and Star Clusters). Because Messier was only interested in finding comets, he created a list of those non-comet objects that frustrated his hunt for them. The compilation of this list, in collaboration with his assistant Pierre Méchain, is known as the Messier catalogue. This catalogue of objects is one of the most famous lists of astronomical objects, and many Messier objects are still referenced by their Messier numbers. The catalogue includes most of the astronomical deep-sky objects that can easily be observed from Earth's Northern Hemisphere; many Messier objects are popular targets for amateur astronomers.

https://en.m.wikipedia.org/wiki/Ship_of_Theseus

The Ship of Theseus is a thought experiment about whether an object which has had all of its original components replaced remains the same object

Comment on

Socialists who have lived in different countries: what differences did you notice in their labour movement?

I can provide some context from Greece.

First of all, the unemployment rate is high. The official figure is currently at 12.5% but has been steadily decreasing from its peak of 27.7% in 2013. The real numbers are probably higher since people that haven't been employed within the last few years are not accounted.

As a result, labour rights are non-existent, overtime is rarely paid, wages have been stagnant since 2008, it is really common to work in unsafe conditions, and worker abuse occurs so often noone bats an eye.

While we do have unions more often than not they are powerless. For example, last year we had a major train accident (57 people died), the goverment blamed the train workers, their response was pretty much "our strikes for the safety issues that lead to the accident were deemed illegal, while our attempts to raise the issues were dismissed by the ministry of transportation".

We have had major nationwide protests with more than a million of people taking to the streets, but noone feels like that ever lead to anywhere.

IMO one of the greatest problems is the lack of information. Mainstream media are corrupt, and independent media are sabotaged or persecuted by the government. People do not know their rights, we have been trying to survive for so long that we cannot imagine a better future, and that allows employers to freely profit from laborers.

One interesting development is that lately more collectives are popping here and there, from coffee shops to softwafe development houses, more and more people are fed up and try to take matters on their own hands (even if in absolute numbers they are still very few).

Comment on

Lemmy votes ARE public, should they be anonymous?

For anyone interested, there are a few papers on cryptographically secure voting, where both voter anonymity and election integrity are preserved.

Most designs consider three separate entities, where if you accumulate the information between those entities you would be able to identify a voter and his vote, but each entity on itself does not hold enough information.

autism

Comment on

I suffer from this thing called object permanence

Reminds of the "out of sight, out of mind" phrase which is used a lot by the ADHD community. Essentially, we tend to forget stuff either because we are hyperfocused on something (common ASD trait too), or because our working memory sucks. As a result, whenever something gets out of our sight, we tend to forget about it.

For example, yesterday I almost burnt my food because I decided to quickly reply to a message. Before I realized it, an hour had passed and I was rushing to the kitchen to save whatever I could.

Are you experiencing something similar?

Thanks btw, I wasn't aware of the term "Object Permanence", here is a wikipedia link for anyone interested:

https://en.m.wikipedia.org/wiki/Object_permanence

Object permanence is the understanding that whether an object can be sensed has no effect on whether it continues to exist (in the mind). This is a fundamental concept studied in the field of developmental psychology, the subfield of psychology that addresses the development of young children's social and mental capacities. There is not yet scientific consensus on when the understanding of object permanence emerges in human development.

I wish a good day back at you 😁

Comment on

I Don't Trust My Own Code

Me neither buddy, me neither...

Falsehoods About Time: ... Time always moves forwards.

I had to learn this the hard way... I was working at a platform that pulled measurements from sensors. The sensors did not declare the timezone for the timestamps of the measurement and the platform broke down twice after daylight saving. The first time there were duplicated records which caused conflicts and the second one we weren't handling impossible timestamps.