Yes, that’s the one!
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?
Im watching for the audiovisual too. The universe is great but to me that’s like a parallel one to the real Tolkien one.
I was thinking more like just having dockers on macOS
But running a Linux like asahi is an option
Just add 199 more transmistters
That's because of scalpers, they aren't produced anymore alas. Someone on the Reddit mentioned wanting to make an alternative to that scroll wheel but I don't know if it went farther than just designs maybe.
Beehaw was unavailable when you posted (as in, offline or unresponsive), so imo that's the explanation.
Short SMART test, the drive is 5 years old at most. The most I'm doing on the drive is MB/s... So it should be fine
I'll try to get a new drive, probably SSD. Can it be related to the drives card? I have an hardware RAID drive aggregator card, with a single disk on it (had 3 in the past and the 2 oldest ones just died at the same time, making scratching noises ; they were 10+ years old but SMART said everything is fine (short one, haven't tried a long one as smartctl -a tells me it will take about 5-10 for all disks).
How about using blanks? This way you don't have to move them around that much and it could make switching layout quicker for your brain, as it won't associate a symbol (on a key) to a position on the board.
"fix ci" "Again" "Maybe?"
Every time I work on CIs I just lose it after 1 or 2 commits and squash merge later on. Also when integrating projects together (eg I'm working on a language and made a POC for a new parser in a separate project) I'm just like "hajzjgkzlabai yes"
I don't know how hard it would to achieve, maybe notes/reminders that you write throughout the day? A layer indicator? An animation going faster and faster when you type? Your keyboard 3d model slowly rotating? Time in different timezones? Random words of encouragement to keep you up during the day? State of ctrl/alt/super/shift/caps lock/num lock?
SuperFola
0 post score0 comment score
First 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.