Software developer and artist.

  • 2 Posts
  • 29 Comments
Joined 1Y ago
cake
Cake day: Jun 05, 2023

help-circle
rss

This isn’t Lua code, Lua requires commas as separators for table items.

EDIT: Retracted, it seems like Lua allows this madness


I hope it’s going to be used instead of machine learning. Seems much more correct, secure and efficient to me.



It’s double speak. The translation is “We are evil and if you say something about what you see, we will silence you.”.


I’ve recently come to appreciate the “refactor the code while you write it” and “keep possible future changes in mind” ideas more and more. I think it really increases the probability that the system can live on instead of becoming obsolete.


Actually one of the few languages you can learn in its completeness in less than a day, so I wouldn’t really say it’s “hard to understand”. More like hard to read and understands programs written in it.


Sure, it’s advantageous in the short-term. I think this is where we misunderstand each other. What I’m trying to say is that under normal circumstances, individuals aren’t maximizing their output. They are just living as part of the community, following the unwritten rules and benefiting from that. (In the prisoner’s dilemma, this would be choice A).


If this is how everyone would act in their daily life, you would see crime, theft and abuse on an unimaginable level. No, people don’t always do what benefits them “at every individual point”. We are social creatures, acting as a community where the individuals benefit from working together. Although this has been successfully undermined by capitalism and other hierarchies.

This whole concept is also called, the Prisoner’s Dilemma, one of my favorite thought experiments because it shows how being rational can result in everyone being worse off.


Yes. The “tragedy of the commons” is a myth.

Without any limits, individual cattle owners have an incentive to overgraze the land, destroying its value to everybody.

This is factually false, because the land will be destroyed and individuals don’t benefit, not even in the short term. Commons work great (see open source software), but capitalism and power structures abuse and destroy them for short-term profit.


Interesting viewpoint, but I think the applications aren’t at fault: The operating system should ensure that the user has control of the computer at all times. I think you need to do three things to achieve that:

  1. Limit process RAM usage, so the system never has to swap
  2. Limit process CPU usage, so the system never stalls
  3. When drivers / the operating itself crash, revert into a usable state (this one is probably the most complex one)

I guess really cold water isn’t really “wet” per-se. What did I just write…


What do you think the authors of the video don’t understand? You must have some insights if you say you understand AI better then everyone criticizing it.


If it ain’t broke, don’t fix it.

If you know it will break, try to see how to reduce the damages.


Props for actually answering the question, and with a reasonable language too. Although Forth hasn’t clicked for me personally, and I doubt it’s a better choice for OP, it’s still a unique language design and worth studying.


The whole list:

spoiler

Some highlights:




I don’t see how rejecting 18th century-style factories or exploitative neural networks is a bad thing. We should have the option of saying “no” to the ideas of capitalists looking for a quick buck. There was an insightful blog post that I can’t find right now…


That said, it is completely understandable that some users may feel uncomfortable using an account to access the service. For such cases we strongly recommend hosting your own deployment of Jitsi Meet. We spend a lot of effort to keep that a very simple process and this has always been the mode of use that gives people the highest degree of privacy.

Seems like you can avoid it by self-hosting. Still a very suspicious move, kinda defeats the whole point of an alternative to big tech conference services.

Google, GitHub and Facebook for starters but may modify the list later on

Maybe they could support some auth provider from some fediverse app? That would be kinda neat.


Learnable Programming (Blog from 2012)
cross-posted from: https://lemmy.one/post/2707178 > An interesting blog post that reflects some ideas I've been thinking about lately. > > Since nothing close to the environment described in the article has entered the mainstream since ten years, it's safe to say that it's probably too hard or maybe too inconvenient. > > I'd still like programming to go into this general direction, our tooling is really limited in comparison with how complex software has become.
fedilink

Learnable Programming (Blog from 2012)
An interesting blog post that reflects some ideas I've been thinking about lately. Since nothing close to the environment described in the article has entered the mainstream since ten years, it's safe to say that it's probably too hard or maybe too inconvenient. I'd still like programming to go into this general direction, our tooling is really limited in comparison with how complex software has become.
fedilink

violations could bring fines worth up to 6 percent of their global revenue – which could amount to billions – or even a ban from the EU.

Not too shabby! Seems like the laws at least have some teeth.


I doubt anybody is saying ‘screw global warming, I’ll be fine in a cpu.

You’d be surprised what the tech billionaires are saying right now. They are definitely not tackling the problems of today, but are creating new ones by the minute.


Probably because it ignores issues that are relevant right now in favor of some theoretical distant future which will probably never pan out.




I think techwontsave.us is want you didn’t know you want, but maybe you’ll enjoy it. It has some really interesting guests and topics.


I don’t fully understand the “right to be forgotten”.

I think there is a difference between agreeing with the law itself and agreeing with the usefulness. GDPR gives users incredible power over their data, and in the case of Reddit it allows you to leave the platform very effectively for example.

“The solution is in this link” “Thanks, that solved my issue” But now link is dead and the solution gone.

This is sadly the case with everything on the internet and life in general tbh.

even then you’re acknowledging the GDPR request you made to the instance was useless

Don’t quote me on this, but I don’t think GDPR says they have to delete every instance of your content across the internet, just the ones they have power over.> “The solution is in this link”

“Thanks, that solved my issue” But now link is dead and the solution gone.

Also, I’m mainly adding some of my thoughts, don’t take this as criticism of your post or your viewpoint. I fully agree that there is no solution that pleases everyone here.


If you are a developer, please take a look at the XDG Base Directory Specification and try to follow it, users will be very grateful.

Short summary: Look for $XDG_CONFIG_HOME for configs and $XDG_STATE_HOME for state. If they aren’t available, use the defaults (./config and .local/share).


I can recommend Python, Lua or JavaScript. All are interpreted languages so you don’t have to worry about setting up a build step, and the languages are solid and should be possible to learn without prior experience.

If you want to make games, don’t worry about learning a specific programming language at first. You can transfer your skills pretty well when it comes to programming.

And if you are stuck you could try visual languages like MakeCode or Scratch.