arstechnica.com

TLDR: perfctl is a crypto mining and proxy jacking malware that exploits about 20’000 common missconfigurations to install itself on Linux servers. Mostly using a 10/10 CVE on Apache RocketMQ. It is very persistent and can reinstall itself even when you have deleted all the perfctl and perfcc files. It hides itself by removing logs, network packets, and stopping all activity once you login to the machine. Monitoring cpu usage using tools (I use net data on my server) can help identify infections (100% cpu usage when « idle »).

85
6
Someone Put Facial Recognition Tech onto Meta's Smart Glasses to Instantly Dox Strangers
  • SuperFola SuperFola Now 100%

    This feels dangerously threatening. A formidable tool for scammers, stalkers and the like.

    How could one defend against that? Not post anything publicly, but what about leaks?

    3
  • Firefox and Google
  • SuperFola SuperFola Now 100%

    They would have to avoid paying their exec 25M$ a year, that would be a good thing imo

    3
  • Ryujinx emulator GitHub repository currently down
  • SuperFola SuperFola Now 100%

    Damn that sucks

    Nintendo is really after every switch related not official project these days. The migswitch, Yuzu, ryu, any video showcasing their sweet games with mods (botw multiplayer videos have been DMCA)

    19
  • All Of Apple’s Foldable iPhone Prototypes Have Visible Creases, Which May Explain The Company’s Apprehension Towards A Launch
  • SuperFola SuperFola Now 83%

    They are trying to make foldable iPhones because everyone else is making a foldable phone, but have they stopped and asked themselves if people want and need a foldable?

    I have yet to see a real use case for something like a Samsung Z flip, and carrying a bulky Z fold phone in my pocket only to be able to have a tablet once in a while and watch a movie is not interesting enough.

    106
  • lexp.lt

    I’ve started putting the (long) forum posts I make about ArkScript on my blog, so that more people can follow the development. I must say I like the look of it, that’s also helping me getting back into blogging!

    2
    0
    Smart TVs take snapshots of what you watch multiple times per second
  • SuperFola SuperFola Now 91%

    So they are allowed to pirate content actually? Even if it’s not Netflix or YouTube they take screenshots of potentially copyrighted content

    30
  • After a year of operation, Switzerland's government closes its Mastodon instance
  • SuperFola SuperFola Now 88%

    From what I saw it was actually rising. A lot of Brazilian signed up when X was banned in their country and all the indicators are going up it seems. I don’t know where they got their numbers, to me it feels like they needed an excuse to cut costs.

    32
  • https://lexp.lt/posts/python_and_arkscript_async/

    cross-posted from: https://programming.dev/post/18859576 > This past few weeks, Python 3.13 and the possibility to disable the GIL has seen a lot of coverage and that pushed me to dig into my own language, to see how different our approaches are. > > So if you’re curious about the rambling of a pldev, that might be for you!

    4
    0
    https://lexp.lt/posts/computed_gotos/

    I just wanted to have a handy description of computed goto that I could refer to, to reuse this concept without having to read thousands of line trying to make sense out of it.

    6
    0
    Registration opened for Hacktoberfest 2024
  • SuperFola SuperFola Now 100%

    It feels like the original goal, celebrating open source and creating an environment to help newcomers getting started, was lost with the rewards.

    2
  • Boost Your Traffic: Top On-Page SEO Strategies You Need to Know
  • SuperFola SuperFola Now 100%

    Is it an ad or is it related to technology?

    1
  • Registration opened for Hacktoberfest 2024
  • SuperFola SuperFola Now 100%

    The hacktoberfest used to be cool, people contributing meaningfully to projects.

    Now it’s a rush to who will make the trashiest PR, adding a space here in a readme, adding an unrelated file to your repo…

    Once again I won’t be participating, as a maintainer nor as a contributor (didn’t participate last year as I got more and more trashy pr until the 2022 edition when I decided it was enough).

    4
  • Open source maintainers underpaid and going gray
  • SuperFola SuperFola Now 100%

    I’m an unpaid maintainer working on my own projects, so far I got (in my opinion) a lot of external contributions on those projects but people do not stay.

    I just like working on my projects for fun, and seeing the stars in GitHub people seem to like the project, I’m just the only one creating issues on it and improving the product mainly for fun.

    As a maintainer it isn’t easy to get people onboard, as a contributor I have very strict needs to contribute to a project (good documentation, should be build easily with a few commands and not require a 40 years old version of an unmaintained software, a guide to know how to contribute (contributing.md)), and I’ve done my best to add that to my projects so I could onboard myself from another universe.

    Oh and no discord. I had one at first (and still have for webhooks and discussing with a few people, but it’s closed and I’m pushing everyone to GitHub discussion).

    13
  • United Nations wants to treat AI with same urgency as climate change
  • SuperFola SuperFola Now 88%

    « creating an AI fund to back projects in these [poorer] nations, establishing AI standards and data-sharing systems, and creating resources such as training to help nations with AI governance. »

    So basically burn money and energy on some hallucinating algorithm should be as important as investing in green energy and reducing CO2 levels. That makes sense. Like, yeah, totally onboard. What could go wrong?

    32
  • AI-Generated Code is Causing Outages and Security Issues in Businesses
  • SuperFola SuperFola Now 100%

    Heck, I sometimes can’t understand my own code. And this AI thing tries to tell me I should move this code over there and do this and that and then poof it doesn’t compile anymore. The thing is even more clueless than me.

    10
  • AI-Generated Code is Causing Outages and Security Issues in Businesses
  • SuperFola SuperFola Now 96%

    How come the hallucinating ghost in the machine is generating code so bad the production servers hallucinate even harder and crash?

    30
  • Season 2 of Rings of Power is out!
  • SuperFola SuperFola Now 100%

    Im watching for the audiovisual too. The universe is great but to me that’s like a parallel one to the real Tolkien one.

    3
  • https://lexp.lt/posts/python_and_arkscript_async/

    This past few weeks, Python 3.13 and the possibility to disable the GIL has seen a lot of coverage and that pushed me to dig into my own language, to see how different our approaches are. So if you’re curious about the rambling of a pldev, that might be for you!

    9
    0
    Average GitHub PR
  • SuperFola SuperFola Now 100%

    Probably too long. That was a philosophy I had at school and iirc the founders never finished school and started MS in a garage.

    1
  • Average GitHub PR
  • SuperFola SuperFola Now 100%

    Who needs tests when you have users?

    The testing environment is production!

    79
  • Whats your go-to naming convention?
  • SuperFola SuperFola Now 100%

    I use camel case for methods and functions and snake case for variables. And pascal case for constants. Why? I don’t really know, it makes for a nice distinction I guess.

    1
  • https://lexp.lt/posts/github_webhooks_for_automatic_deploy/

    I thought you guys might enjoy it: I have a website that I push to frequently on GitHub, and some GitHub actions that update it periodically by pulling code and generating docs from it. I needed to connect to my vps often and update the website which was cumbersome. Well a solution is to use webhooks on push events and have a server listening to those events to then update said websites for me.

    4
    0
    Recommend me a scripting language
  • SuperFola SuperFola Now 100%

    If you are interested in tiny lisp like languages, this gitlab could be of interest to you.

    Full disclaimer, I came across it a few years back as I am the maintainer of arkscript (which will get faster and better in the v4, so that data about it there is accurate as a baseline of « it should be at least this good but can be even better now »).

    4
  • https://lexp.lt/posts/checking_the_collision_freeness_of_an_homemade_hash/

    I had some fun trying to check if a hash (more like a transformation really) was collision free, so I wrote a quick piece code and then iterated on it so that it was usable. I might add a quick bench and graphs and try to push it even further just for fun, to explore std::future a bit more (though the shared bit set might be a problem unless you put a shared condition variable on it to allow concurrent read but block concurrent writes?)

    11
    3

    More and more new accounts are posting spam and ads to communities (eg !technology@programming.dev), would it be an idea to block new accounts from posting to any p.d community?

    13
    5
    https://playground.arkscript-lang.dev/

    I wanted people to be able to try out my language online, and it’s now possible with a vscode like interface, sending code to a docker image running the interpreter! It was easier than I thought to implement, and yes, security was a concern, but I have been able to harden the docker container as well as implement restrictions on the websocket server to avoid having users escaping the docker image and getting access to the VM it’s running on.

    7
    0

    I currently have a server, a Dell T310 with an SSD in it and 12Gig of ram (weird config, I know I messed up but it works fine so I can’t be bothered to change that for now), with all my dockers running in it. It runs mostly fine, with Debian 11, a VPN so that I can block public ssh and allow it only on the VPN network, an nginx proxy to have services like a forgejo and a music library (ampache). However it can’t run a Minecraft server with more than a single person on it without stuttering ; so I was considering changing it maybe next year, after more than 3 years of services, for something beefier but also consuming less W/h (current consumption is 80W), and since I already have a Mac for work I was wondering how suitable a Mac Mini M1/M2 would be for a homelab? Does anyone have such a configuration and how does it work for you? Any hurdle that you should be aware of?

    44
    29

    I’ve been thinking about it for a while now, and just realized how weird it is, after trying to explain it out loud to a friend who’s also neurodivergent. I’m curious to know if it’s a common experience with other neurodivergent individuals. My mind has three different depths: - a very conscious one, capable of conjuring images and sounds from the void, capable of manipulating at will said images, morph them, move them… I can think « words » and have them be real in my mind - a conscious but closed one: I can put words in it but without acting on them, only watching them. This one is the weirdest of all. There is a difference for me when I think about « dog » and just « look at the idea of a dog ». There are some things I don’t want to consciously think about (like things that makes me sad or depressed) so instead of thinking about them I’ll put them in this zone. They exist but it’s very different from having the words out loud in my mind, as if I was thinking inside my own mind. It’s like I’m in a museum watching thoughts behind plexiglass - the dark zone, where I put things I don’t want to think about at all, things I want to forget. It’s literally a foggy dark place made of some kind of fluid darkness with no thoughts shining in it, I have to consciously want and try to pull things from it A while ago, I read somewhere that the mere thing of being able to conjure images was « rare », like only 25% of people on earth can do it. Somehow I linked this idea to people being neurodivergent but I have no proof or source and I may just have made things up in my sleep or under the shower. TL;DR: how does your mind works? Mine is weird

    37
    12

    I’ve finally picked up an iPhone about a month ago, and have been loving the experience. However I’m now thrown into an ad-full world again (I used to have a browser blocking many if not most ads on the android), so I’m wondering, what adblockers do you use (may it be safari extension or entirely new browser for my fellow Europeans)?

    61
    55
    github.com

    Hello! I've been working on this language for the past 5 years, ArkScript, which is: - as small as I could (language wise, 10 keywords, nothing I deemed too specific/useless) - running on a VM, compile once run anywhere, just ship your bytecode - can be used as a scripting language on its own, like python (though it's not its strength) - easy to embed, made in c++ 17 with simplicity in mind I'm currently working on the v4 (I screwed up with the semver), redoing the imports syntax, and currently cleaning the code and rewriting all the unit tests using boosr-ext/ut. I'm open to criticism, suggestions, discussions on how to enhance it, or just questions on that weird project.

    15
    2

    I played BotW a lot, and really loved it. I feel like the beginning of the game was relatively easy compared to TotK, I died a few times trying out things, discovering the game and possibilities ; in TotK I died a lot and still do even with good gear and armour (1*-2* armors, 30-40+ damage weapons). You could say it's skill issues and I would agree with you as I am not a pro player and play games once a week maybe, however I feel like the difficulty curve is far greater in TotK. That has affected how I view the game to the point that sometimes I think I dislike it (even though the new powers are the best thing they could have added, with the verticality of the world) ; that might also have to do with the much darker ambiance of the game, which can feel frightening (to me) to the point going underground is hard. Is it just me? Should I just "git gud"?

    56
    34

    New clear black shell to fit the IPS screen v3 from funny playing (no soldering needed! This is awesome, I can control the screen with just a touch on the GBA logo). I also added a rechargeable usb c battery, so far it is already lasting 2x longer thanks when I used AA (6 hours in, with a single charge, and medium brightness + sound). Next steps would probably be: - cleanAmp, because I noticed some kind of white noise with my headphones plugged in - GBA accelerator to replace the stock clock (and make grinding in Pokémon Ruby faster probably)

    210
    5
    SuperFola Now
    32 150

    SuperFola

    SuperFola@ programming.dev

    ArkScript lang developer, split keyboard fanatic