The downvotes lololol. That’s why lemmygrad
- 2 Posts
- 20 Comments
acute_kernel_panic@lemmygrad.mlto Privacy@lemmy.ml•i am really worried about what's going on in eu201·3 days agoI am not aware of any western country that isn’t a police state.
The reason the police state gets worse and worse is simply that our glouriouss western countries shift closer and closer to fascism every day.
Unfortunately that doesn’t only impact privacy but also stuff like state repression or presence of state thugs.
To quote very smart people:
OOONEEE SOLLUTION
REEEVOLUTION
acute_kernel_panic@lemmygrad.mlto GenZedong@lemmygrad.ml•General Discussion Thread - Juche 114, Week 323·3 days agoI think we have a deal comrade 🤝
acute_kernel_panic@lemmygrad.mlto GenZedong@lemmygrad.ml•General Discussion Thread - Juche 114, Week 321·4 days agowhat?
thats crazy I need to verify thatEDIT: can’t find it but I was probaply just overlooking info. Thats cool
acute_kernel_panic@lemmygrad.mlto GenZedong@lemmygrad.ml•General Discussion Thread - Juche 114, Week 324·4 days agoNono Oppo also did weekly affirmations :D I just decided to not only be active on matrix so now I also comment here ^^
acute_kernel_panic@lemmygrad.mlto GenZedong@lemmygrad.ml•General Discussion Thread - Juche 114, Week 323·4 days agoNaww birb :>
acute_kernel_panic@lemmygrad.mlto GenZedong@lemmygrad.ml•General Discussion Thread - Juche 114, Week 325·4 days agoLolol Is this like a recent thing?
If you are writing code that could easily introduce security vulnerabilities, you HAVE to understand it. No matter if you ai generate it or don’t. So you have to learn the language either way. If you are that good with a language that you can understand its code, it will most likely be easier to write your code manually than to generate it and completely understand it.
If you are only doing small PHP plugins and the ai doesn’t do anything critical like reading/writing files or taking user input, it should be fine though.
acute_kernel_panic@lemmygrad.mlto GenZedong@lemmygrad.ml•General Discussion Thread - Juche 114, Week 325·4 days agoMeow~ Oppo is very cool but I in fact am not Oppo :>
acute_kernel_panic@lemmygrad.mlto GenZedong@lemmygrad.ml•General Discussion Thread - Juche 114, Week 3218·4 days agoIf your reading this, you are cool
acute_kernel_panic@lemmygrad.mlto GenZedong@lemmygrad.ml•General Discussion Thread - Juche 114, Week 325·4 days agoI hope you also have a nice week :)
acute_kernel_panic@lemmygrad.mlto Privacy@lemmy.ml•Israeli spyware firms are fueling the global surveillance state6·8 days agoAhh Pegasus. Germany bought it a while ago lol
Fair point. I compared the most common usecases of python and JS.
Writing some random desktop application with python is actually quite nice. Distribution is easy and if you use the type system properly it doesn’t really matter that it is not statically typed (with my 7 years of python experience I can assure you, most people don’t use it properly). The standard libraries are really good. Where it can be annoying is managing your environments, but if you somewhat know what your doing its also really easy. Where these applications get finniky is, adding an ui. You either gonna use tkinter which looks just awful, qt or GTK. If using the last two it gets really annoying to package them.
With JS everything will be awful. As for UI you’d use electron which is arguably even worse than tkinter.
As for writing web server with a Python Backend vs JS Backend I can’t really argue with you there. Node is literally made for that so yea. However python Webservers are not that bad as people make them seem. They are quite good. Go is the right tool for the job though
Frontend is not a fair comparison, because you need to do sooo much fuckery to even get python support, and then you got a webassembly interpreter that still calls the JS Dom API shit.
acute_kernel_panic@lemmygrad.mlto GenZedong@lemmygrad.ml•General Discussion Thread - Juche 114, Week 312·8 days agoOmg I know what that is!
What’s a kerfluffle?
So like rust is better no question. But type script is just bad. Like hear me out. JS is awful, complex frameworks were built. Then TS was built. Then TS got just put on top of a framework. Shit just doesn’t work. If you go interpreted go python…
Nono but seriously. Look at the geopolitic mechanics the EU does to kill refugees and then at the militarization of NATO and the us
It might have been that some employee just tried out cursor and accidentally added it to the repo. That is true.
However the complete lack of communication suggests otherwise. And depending on your threat level you should always assume worst.
As for the use of ai in general, in my opinion there are occasional places where ai can be used without compromising security.
So depending on your threat level this can actually ne a big deal.