I picked my regional one (technically also better for latency)
- 0 Posts
- 8 Comments
druppel@feddit.nlto World News@beehaw.org•Man 'sexually assaults' woman then throws her and a friend off bridge into ravine at German tourist spot - 1 deadEnglish4·2 years agoI don’t make the rules 🤷 Maybe easier to prove? The media just doesn’t like getting sued.
The article does say:
The man was reported to have sexually assaulted one of the women
druppel@feddit.nlto World News@beehaw.org•Man 'sexually assaults' woman then throws her and a friend off bridge into ravine at German tourist spot - 1 deadEnglish8·2 years agoThey can’t say it is sexual assault, until the person has been conficted. So they put it in quotes to indicate that is has been alleged by someone else
druppel@feddit.nlto Programming@programming.dev•English is a Terrible Programming LanguageEnglish51·2 years agoThis is something I explained to a client of mine. I do see AI as part of the Future in software development, but it won’t replace programming as it is just the most precise way to tell a computer how you want things to work.
I think / hope AI will help get rid of a lot of boilerplate code. Where you’ll have AI driven programming languages that only require you to write business logic and define architectural requirements and AI can handle all the details of how it connects, where to fetch and send the data and to do it efficiently
druppel@feddit.nlto Programming@programming.dev•Stack Exchange Moderators Going on StrikeEnglish11·2 years agothe community is nice.
For now
Same, still has a lot of missing features though. The one thing that would be a major improvement is to be able to open links between communities and threads. It always interprets everything as an email address for some reason. !Ask Lemmy@lemmy.world
druppel@feddit.nlto Selfhosted@lemmy.world•[Question] Does anyone run their own email server?English3·2 years agoI setup my own email server, it was an absolute pain to setup, especially since I had no idea about all the little details of sending and receiving email. It was kind of fun to see everything come together
In the beginning I had a ton of email go into spam boxes, especially with gmail. Later I found out that if you don’t add the proper email headers like
to: "Name Of Recipient" <email@example.com>
it goes straight to the spam folder. (So you always need to provide a name)I am afraid to touch anything now though, as it is currently very really stable (on a vpn btw)
Kind of thinking the same thing, I want to learn rust, but have not gotten an excuse to start using it. Maybe dedicating 8-16 hours per 2 weeks could help me learn rust and do something more complex than writing hello world. I have some additional time in a month or so, so might as well try