SchizoDaemon
kiwifarms.net
- Joined
- Apr 17, 2026
AWS is the biggest sink of resources and dev time. It is much more difficult to build a web app / site using microservices and the CDK.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
AWS is the biggest sink of resources and dev time. It is much more difficult to build a web app / site using microservices and the CDK.
oh yeah i also love iversonian array languages (except J i fucking hate the ascii vomit)that are NOT human-readable
its indeed not dead - https://theweeklychallenge.org/#perlisnotdead
I didn't know about that website, thank you! Will be looking at it later. I recently stumbled upon https://perlmonks.org/ and that was a fascinating read. I found out about the perl obfuscation contests when I took a class on reverse engineering. I implemented some of those tactics into our group project written in C. My groupmates just about had a heart attack LOL. I used the ASCII hex values for the modes when opening files, the decimal values of the ASCII characters themselves to obfuscate any maths in the code, .. My fav was going into the header file to define a macro name to include $ to make it look like bash variable. What will I do with this newfound knowledge?! God only knows!!oh yeah i also love iversonian array languages (except J i fucking hate the ascii vomit)
its indeed not dead - https://theweeklychallenge.org/
...wow i didnt visit the website in like a year, why did the jeet running this slopped it with ai... man it was such a great website![]()
Pic not related? They are two different beasts.
one of my favorite oneliners isI didn't know about that website, thank you! Will be looking at it later. I recently stumbled upon https://perlmonks.org/ and that was a fascinating read. I found out about the perl obfuscation contests when I took a class on reverse engineering. I implemented some of those tactics into our group project written in C. My groupmates just about had a heart attack LOL. I used the ASCII hex values for the modes when opening files, the decimal values of the ASCII characters themselves to obfuscate any maths in the code, .. My fav was going into the header file to define a macro name to include $ to make it look like bash variable. What will I do with this newfound knowledge?! God only knows!!
print(chr(sum(range(ord(min(str(not())))))))It doesn't help that if you graduated after 2024 or so, your employer will pretty much assume you got your degree by shoveling machine-written essays and projects at a professor who was using a model to grade them.My estimation is that most us graduates from 2024-28 will never break into the industry
Guessing:one of my favorite oneliners isprint(chr(sum(range(ord(min(str(not())))))))
just the sheer amount of coincidences that mustve happened to make it possible...
It's a mongoose.some unholy unicode symbol
sum is T(T-1)/2 because range(n) is from 0 to n-1Guessing:
not of nothing is True, min of 'True' is 'T', sum gives T(T+1)/2, and print of that should be some unholy unicode symbol.
oh thats because its python not perlThanks. Needed this.
Code:$ echo 'print(chr(sum(range(ord(min(str(not())))))))' | perl Undefined subroutine &main::str called at - line 1.
View attachment 9150434
Using the cloud is nice because it means that instead of the typical 5-15 dollars / month flat fee you pay on dedicated virtual private servers or needing to scale up all the way to 60 dollars / month if you have some service that's used A LOT, you only spend what you use, so the bill can be as low as zero one month. With these savings, you can afford to pay 500-1500 dollars / month per on developer time because cloud developers and consultants are more expensive because their specialized training, even though their specialization is actually just an expensive way to deskill on how to run servers.AWS is the biggest sink of resources and dev time. It is much more difficult to build a web app / site using microservices and the CDK.
Come on, each API call is only a fraction of a cent, what do you mean we spent $10,000 last month on serverless functions.Congratulations on your savings.
Micro services aren't the problem. Clunky all in one frameworks with tons of dependencies are. You could spin up a hundred Php/nginx server instances running micro services, and they would be faster than most JS framework abominations.
The Go microservices we deploy start up in milliseconds and use maybe 30mb when running (if that).Micro services aren't the problem. Clunky all in one frameworks with tons of dependencies are. You could spin up a hundred Php/nginx server instances running micro services, and they would be faster than most JS framework abominations.
Yes, welcome to hell. You use Linux, so you will be punished.So I do homelab shit. NFS made me get D-State wedged and hate life. MinIO to the rescue! But also, why the fuck is Linux LIKE this??
Is there something I'm missing or is that really just what you do? S3 in your basement because linux networking has problems nobody ever wanted to fix?
[Note. I am a fucking webdev. I am NOT a greybeard suspender wearing 'nix lord.]
I use sshfs over FUSE. I suffer few to no problems. rsync makes the networking step more explicit. Likewise with Samba, I get good results, though I try to avoid using Samba when I can. I found NFS to be a pain in the posterior. I used it last for interop with some Windows VM, oddly. Windows' NFS support irritates me less.Is there something I'm missing or is that really just what you do?