souperk

joined 2 years ago
[–] [email protected] 5 points 3 months ago (3 children)

I have had a couple of interviews but no success from easy apply. I would say the ratio (applications / interviews) is about 1-2% for me.

[–] [email protected] 1 points 3 months ago

I ended up setting up a postal server on my vps (see here). Their docs are pretty easy to follow through and it's probably the cheapest option (assuming you already use the and have a domain).

[–] [email protected] 2 points 4 months ago (1 children)

I haven't finished reading this, but so far I find this a very interesting read. I would suggest adding a definition of fractals, while I have a good grasp of the concept, I think that it would help to define how you are thinking about it.

[–] [email protected] 9 points 4 months ago (1 children)

I hate to spoil your fun but IRs are made to be written by programs and read by programs.

[–] [email protected] 26 points 4 months ago

Lemmy is a public forum, if you want to communicate privately exchange matrix handles and communicate there.

[–] [email protected] 7 points 4 months ago (1 children)

Are there any other, less biased, sources on the topic?

After skimming through the decision of the arbitration comitee, I feel there more than a few inconsistencies in the article.

A quick google search revealed only Isreal friendly sources covering the decision...

[–] [email protected] 10 points 5 months ago* (last edited 5 months ago) (2 children)

You mean Methylphenidate? Because people when understand a different thing when you say meth...

[–] [email protected] 8 points 5 months ago (1 children)

Are you me? Or am I you? The crazy thing is that when I work, I wooork. Like 12 hours without peeing, drinking water, eating, or taking any breaks.

[–] [email protected] 26 points 5 months ago

Maybe, add a clause what should happen if you disappear for more than x days. For most jurisdictions you are considered dead if you disappear for a few years.

[–] [email protected] 12 points 5 months ago (1 children)

Why not keep a copy?

Also, both people are single point of failures. Maybe, 5-6 people where each has an encrypted payload and the keys to decrypt everyone else's payload.

[–] [email protected] 16 points 5 months ago (1 children)

Another thing to consider is that you won't know immediately that the information you stumbles upon is incriminating. Sometimes it may take years until you have all the pieces of the puzzle.

[–] [email protected] 50 points 5 months ago

What happended to "Don't feed the trolls"? I thought it's shared expirience that giving attention to trolls like that only gives them motivation to keep on going. Ignoring them is the only way to stop them from spamming.

 

When reading about the shortage, they always write about Europe or America. This got me wondering, is there an issue in Asia? if not could we order from there?

 

I am developing a platform, the details don't matter, but it's a system the hosts personal data. As a result, I want to avoid hosting users in any way, and I am trying to make it as easy to self-host as possible.

I have some experience self hosting applications and I have some intuuition what to do or don't, but I wanted to see if I can pull from the collective wisdom.

Got any good resources to share? Any tips? Or, maybe some bad experiences or things to avoid?

28
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

Context

Being a full stack developer, I have decent experience with both python and Typescript. I often use python for API development and I have been trying to write code that is pep-484 compliant (aka fully typed). However, often I get the feeling that if I was using TypeScript it would be much easier.

That got me wondering why there isn't a fully typed language that compiles to python.

I am aware of some arguments, so I am going to get the conversation started by providing my thoughts on them.

ts2python

ts2python is a TypeScript to python compiler.

Unfortunately, it covers only a small subset of python's capabilities. I am not sure why this hasn't been adopted and/or expanded to cover more of python's capabilities, but I can see possible issues with some python features that are not supported by TypeScript like context managers or operator overloading.

Still wondering if it would be possible to extend the TypeScript compiles so it would support such features?

pep-484

pep-484 describes how to provide type hints for python, it's not ideal but good enough that don't have to invent a new language.

IMO that's a trap, pep-484 (and other typing related peps) are not a good enough solution, on the contrary sometimes they are straight up misleading.

For example, consider the stubs for comparisons with built-in types, you would notice that they are defined as __op__(self, other: Any) -> bool: ... which is not correct as when other implements __opposite_op__ that is called instead of builtin.__op__, and it's return value may be of a different type.

Typing tools have not caught up with it, right now only pyright has full compliance with pep-484 (and other typing related peps). For that reason, SQLAlchemy had to introduce more than a couple of workarounds so MyPy can understand what's is happening behind the scenes, even for features that are pep-484 compliant.

Use Another Language

Python was never meant to be fully typed, and they make it clear.

True, but there are a bunch of libraries unique to python that make it a mandatory choice for many tasks. Things are changing and other options become available, but it's going to take time until there is another viable alternative.

Conclusion

Interested to read your thoughts.

  1. Is there another reason typing support hasn't advanced?
  2. Are you satisfied with typing support for python?
  3. Are you transitioning to another language?
  4. Are you aware of any new and exciting typing tools?

Of course, if typing is not an issue for you, that's okay, every software has different constraints.

 

In physics, it's common to develop a formula and then stick a constant to explain the unknown. For example, Newton's theory of gravity uses the gravitational constant G on the formula F = G * m_1 * m_2 / r^2, later on Einstein gave a more accurate explanation with the theory of relativity which does not rely on a constant E = m * c^2. Constants provide a good enough explanation of the laws of physics that's useful for centuries.

I was wondering what's the equivalent in social studies? How do researchers deal with the uncertainty of human behaviour?

Edit: Comments made me remember how much I don't understand the theory of relativity, terrible example, sorry for the confusion. I need to rephrase the question but I don't know how.

I am looking for "glue" concepts, things that help connect observations with theory, aka if I calculate m_1 * m_2 / r^2 the result is slightly off but if I account for G, an empirical constant derived from observation, then everything makes sense for the observable universe.

Also, as someone said, I am referring to social studies.

 

This finding demonstrates that ASD + ADHD is neither an endophenocopy nor an additive pathology of ASD and ADHD, but an entirely different neuroanatomical pathology. In addition, ASD + ADHD displayed altered GM volume asymmetries in the prefrontal regions responsible for executive function and theory of mind compared with ASD-only.

 

Hi, I am thinking of studying in Eindhoven, there is a master's degree I really like. I have been interested in the Netherlands for quite some time since urbanists think really highly of the country. I got the news of the far-right winning the first round of the elections and that got me concerned.

I would like to know how local leftists view the change, abject terror? or "whatever" we got a robust system they won't be able to do much harm?

 

TLDR; I would like to study the Fediverse and I am looking for recommendations and connections with like minded people/researchers.

I have a CS degree and I have aspirations for an academic career. In the past, I was interested in programming languages and the theory of computation. The past year I have been more interested in social issues like isolation, freedom of press, misinformation, and access to information. I have been following the fediverse closely and I truly believe in its potential.

My goal is to study social media as a computational system, how a bunch of people interacting with each other can generate reliable information. Topics I have been thinking about include: How neurodivergency awareness has been booming through social media, how scientific research can be done in a global collaborative environment instead of an institution focused, and how misinformation could be combatted with small interconnected social circles like mastodon.

I have been considering getting a master's degree in a related field like social computing. The Human Technology Interaction program of Eindhoven University seems interesting, especially the Behavioural and Social Computing track. Also, there is the option of diving into a PhD right away.

Either way I am broke right now, so I should probably start studying on my own while I try to create a safety net that would allow me to make my next step in 2025.

So, if you made it through my autistic info dump, I thank you and I was hoping to get your feedback. While any feedback is appreciated, I have the following questions in my mind:

  1. Are there any other terms like social computing that would help me understand the field?
  2. Are there any researchers you would I suggest I follow?
  3. Any books or papers recommendations?
  4. If you are a researcher/student with similar concerns, would like to have a chat? You can find my matrix handle on my profile.
  5. Any other universities I should look into?

Last but not least, let me know if you are interested for me to make a follow-up post with any information I gather.

 

The title says it all. It's November and I have yet to wear anything but shorts and a t-shirt. It's 25C outside and whenever I go for a walk I sweat like a pig. This time of the year I should be taking out my heavy coat, jeans and a jacket should be the bare minimum.

I am located in Athens, Greece where the weather is usually nice but not this nice...

It's like a daily reminder of the doom that has to follow. How are you coping with this?

 

Tonight my sister had an asthma attack and her inhaler ran out. It was late and the nearest open pharmacy was 3km away. Our options were:

  1. Walk 42 minutes to the pharmacy.
  2. Wait 40 minutes, walk 10 minutes to the bus station, take the hourly night bus (pray the route isn't skipped), and walk 15 minutes to the pharmacy.
  3. Drive 8 minutes.

Fortunately, I have a car, so that was an option. However, tomorrow I won't sleep at home and my sister doesn't have a license, and maybe that happens the next time she forgets to refill... We live in Athens the capital of Greece, not a rural area, not a small town, but the fucking capital.

Car dependency sucks.

Edit: While ambulances are an option, no matter how unreliable they may be, having to escalate, when it shouldn't be necessary, is increasing the load of an already overloaded health care sector.

76
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
 

I understand that I have to relax every now and then, however I am really struggling with it, being constantly in an endless loop of:

  1. Having a lot of energy and doing a bunch of stuff for a couple of weeks.
  2. Getting exhausted to the point I cannot control my impulsions and wreck my daily routine
  3. Try to rest only to fall in a depressive state for a couple of weeks.
  4. Collect myself up and repeat from step 1.

Trying to do low effort activities like watching a series or playing video games, is addictive, I stay up late without being able to stop, and end up more tired.

The hobbies I like require focus, and that's what I am trying to avoid. Examples include programming and chess.

Going out with friends is nice but drains my social energy, after a couple of weekends out I need to stay in.

Chores sometimes work, but other times I feel guilty about the state of cleanliness of my home.

So, how do you relax/rest? Got a magic recipe? Are you struggling like me?

Edit: I just want to say this community is awesome, thanks for the support.

 

Greetings from Athens, Greece,

A city with no sidewalks, no bicycle routes, lots of car traffic everywhere and awful public transport.

I was walking with my sister today and she found me walking in the middle of the street dangerous. So, I explained that this is my way of fucking with drivers. They have to slow down and wait for me to make way for them to pass me.

I usually do this in the neighbourhood streets where drivers usually are not speeding, so I will be able to dodge them in time if I need to.

All this discussion got me wondering what else I could be doing.

I was wondering what other methods people are employing. So, how are you fucking cars? Are you organized? Are you a rogue individual?

 

At some point I was searching for an open source car pooling service. I realized there weren't any so I started developing one on my free weekends.

While I haven't made much progress so far, I have been observing how much as a society we have been relying on route planning software. Also, I cannot overlook the effect of such services on the planet (see Amazon, Uber, and many more).

With all this as a context, I have been asking myself the following questions:

  1. What would be the impact on society (especially inequality) if there were open source alternatives to such services?
  2. What would a common core look like? (i.e. what is the WordPress equivalent for transportation/route planning, is OpenStreetMaps enough?)
  3. What domain specific knowledge would it require to build such a software? (while in university I researched about the travelling salesman problem, anything else?)
  4. What safety protocols would we need to develop when there is no corporation insuring users? (i.e. if I order something from Amazon and it's dead on arrival, I get either a refund or a replacement shipped to me for free)
  5. What's the proper terminology to describe what I am describing?

Feel free to add any questions of your own. I created this post because I am free this afternoon and I wondered what it would like to discuss this with strangers instead of pondering on my own.

Edit: My free afternoon was taken away by an incident I had to respond to, it's now late o'clock here, but I will do my best to reply to all you magnificent people.

view more: ‹ prev next ›