Thanks, I’ll check it out!
SuperFola
ArkScript lang developer, split keyboard fanatic
- 8 Posts
- 77 Comments
Jokes on them, I don’t use this AI bullshit.
SuperFola@programming.devto
Technology@lemmy.world•America wants AI that doesn't care about misinformation, DEI, and climate changeEnglish
1·9 months ago« America, fuck yeah » takes a whole new meaning
SuperFola@programming.devOPto
Open Source@lemmy.ml•ArkScript, A small, lisp-inspired, functional scripting languageEnglish
3·9 months agoFirst of all, the language is lisp inspired. ArkScript has s-expressions and code as data via its macros, its reads the same (left to right, prefix notation).
Keywords wise, we are not the same, which is a small but striking difference when comparing them side by side.
ArkScript has no classes nor structures, and no quoting/quasiquoting.
AFAICT both ArkScript and Common Lisp (a big lisp contender) have lexical scoping, so no real difference here.
ArkScript has strong dynamic typing too, like many other lisp.
The big advantage I would say ArkScript has, is its embedded capabilities. You can very easily use it in a project, as its C++ API has been designed for this.
SuperFola@programming.devto
Asklemmy@lemmy.ml•If you had a 1 year sabbatical, what would you do?English
7·1 year agoI’ve been saving 30-40% of my salary each month for years, it helps not going outside because you don’t like people and watching movies and playing video games. And eating ramen
SuperFola@programming.devto
Linux@lemmy.ml•Noob question about hosting multiple services on one server and DNS recordsEnglish
5·2 years agoNginx proxy manager can do all of the routing for you if you are using docker. In a graphical interface without touching config. It’s on top of nginx so you get all its benefits!
You could start by creating an issue to add translations for the language you want and then expressing your interest in doing it yourself but needing guidance. Maintainers would be more than happy to help you.
SuperFola@programming.devto
Programmer Humor@programming.dev•*Permanently Deleted*English
101·2 years agoHigh uptime is bad, that means you do not update your kernel
SuperFola@programming.devto
Android@lemmy.world•what is your Favorite passwords manager and whyEnglish
10·2 years agoSelf hosted Bitwarden. It has been awesome for three years, never had any problems when switching from windows to Mac and then my phone from android to iPhone.
Better than keeper and last pass. Good synchronization and more options to share passwords or notes with friends compared to Firefox password store.
SuperFola@programming.devOPto
Linux@lemmy.ml•Thousands of Linux systems infected by "perfctl" malware since 2021English
3·2 years agoOn my own server at home, yes. Because that’s important for me to know what’s going on and not discover something by chance weeks later.
SuperFola@programming.devto
Technology@lemmy.world•Ryujinx emulator GitHub repository currently downEnglish
20·2 years agoDamn 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)
SuperFola@programming.devto
Technology@lemmy.world•All Of Apple’s Foldable iPhone Prototypes Have Visible Creases, Which May Explain The Company’s Apprehension Towards A LaunchEnglish
2·2 years agoThanks for the insight! That’s not something I thought about
SuperFola@programming.devto
Technology@lemmy.world•All Of Apple’s Foldable iPhone Prototypes Have Visible Creases, Which May Explain The Company’s Apprehension Towards A LaunchEnglish
1·2 years agoWhy? What does it bring you? I’m genuinely curious
SuperFola@programming.devto
Technology@lemmy.world•All Of Apple’s Foldable iPhone Prototypes Have Visible Creases, Which May Explain The Company’s Apprehension Towards A LaunchEnglish
14027·2 years agoThey 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.
SuperFola@programming.devto
Technology@lemmy.world•Smart TVs take snapshots of what you watch multiple times per secondEnglish
373·2 years agoSo they are allowed to pirate content actually? Even if it’s not Netflix or YouTube they take screenshots of potentially copyrighted content
Is it an ad or is it related to technology?
SuperFola@programming.devto
Technology@lemmy.world•United Nations wants to treat AI with same urgency as climate changeEnglish
385·2 years ago« 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?
SuperFola@programming.devto
Technology@lemmy.world•AI-Generated Code is Causing Outages and Security Issues in BusinessesEnglish
10·2 years agoHeck, 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.
SuperFola@programming.devto
Technology@lemmy.world•AI-Generated Code is Causing Outages and Security Issues in BusinessesEnglish
331·2 years agoHow come the hallucinating ghost in the machine is generating code so bad the production servers hallucinate even harder and crash?







Hi there (a bit late, my bad) ; I’ve composed a short blog post about the language, comparing it with Clojure and Common Lisp: https://arkscript-lang.dev/blog/comparison-with-other-lisps/