Twitter adding payments to its service called super followers. Not going to lie, this would be kind of amazing feature to have in OSS communities. Like a dev/project? Chip in a few bucks to get access to content patreon style from that payment. https://www.theverge.com/2021/2/25/22301375/twitter-super-follows-communities-paid-followers
Ok. Don't know who's brilliant idea was it, but after updating #popos shell from #system76, ended up with desktop icons forced enabled and no way to disable. The workaround was making a fake package for `gnome-shell-extension-desktop-icons-ng` and installing that to get rid of desktop icons.
Couldn't just mask the package, disable on tweaks. Not even some unknown gsettings arcane setting somewhere could disable.
It's things like this that make me miss @opensuse and arch.
Still, what would make the ai code completer truly capacitive if they were also open source. Maybe not fully FOSS, but having the code available would help so many smaller text editors out there. It would also help considerably improve just normal usability when it comes to coding.
Thinking not just code completion, but script snippets or the shell itself. Something like fish, but on steroids.
Just found out about kite https://www.kite.com/, a competitor to tabnine https://www.tabnine.com/ . Looks promising, but right now has a very limited languages listing.
The power of tabnine is that it works on literally anything with text. You write elixir, erlang, lua, and anything else not top popular languages? Yeah tabnine got you covered.
Honestly, each day, #Mozilla just gets slightly worse. Servo is hands down one of the most important projects they've had a hand in making. It literally spawned a new programming language #rust, just to define the capabilities they were doing. It is also the base of so many considerable improvements to firefox. I'm happy it's out of Mozilla's hands, but now not even sure their Firefox browser will last.
https://www.phoronix.com/scan.php?page=news_item&px=Linux-Foundation-Servo
Sort of out of habit, went to #DuckDuckGo and wrote !srht for @sir's work to find some project. Sadly, it doesn't yet exist.
I have a keyword search already for this on my browser, but still. Went ahead and submitted the !bang. https://duckduckgo.com/newbang
Now to wait... Wished there was a way to submit patches to ddg directly for this...
Well this is nice. #System76 is having a sell, so to speak, on their offerings in celebration for their 15th anniversary. Now if only they had the 5600x ready for me, I'll be all on this. Still debating on lemur upgrade somehow...
In case somehow you been under a rock, #aws #reInvent2020 will be free to register this year. Seriously, just get in. Even if you don't use aws at all, this conference is like a yearly status report of the bleeding edge tech in computing. Absorb what you can, cause it is almost certain you'll be able to use what you learn.
Not going to lie, I'm actually quite excited about #Apple's M1 chips. Simply put, the ARM push is finally putting a fire on all pc manufacturers that focus on amd64. Your days are numbered. Improve and use #ARM or #riscv or #POWER. The options are available. Forget the amd64 architecture and help us improve the world.
Finally wrote something on #Keyboardio #Atreus over its use and learnings so far.
I know #lua, like no other language, yet I never had put two and two together of using it with erlang/elixir. Until now, that is. I'm totally doing this. Especially considering I was looking to use #dhall for a similar configuration reasons.
https://www.erlang-solutions.com/blog/how-to-use-lua-for-flexible-configurations-in-erlang-and-elixir.html?utm_source=social&utm_medium=social
Pretty sure going to have to do a write up on this bleeding edge tech, just to describe how all of it even works together.
So I been experimenting with an #elixir serverless model using lumen. Things are getting pretty interesting. Lumen as the BEAM interpretation really opens up avenues not normally available with the standard BEAM.
So the only problem I have with #fastmail as an email provider is how powerful it is. Over the years, I've had so many custom domains and tooling built around it that don't something like consolidating domains is absolute daunting task. Still doing it, just realizing what over power can do. Next will then be my filters on fastmail... Maybe by next USA election I'll finish that one...
I don't care what anyone says, I think #ifttt is worth the money for what they are providing.
Partially due to time I've spent in contracts just doing the type integrations they do, but for business logic. I know how difficult it is to do so consistently and with maintenence.
Plus, it looks like they getting some legwork over some much needed optimizations to make it actually stellar.
Alright this is wickedly cool project. Essentially an http handler with least privilege. The #webassembly with http request and response handled by stdin and stdout. No extraneous permission necessary needed to process a response.
https://github.com/deislabs/wagi
Some of the usability problems I encountered while making patch reviews on GitLab, Pagure, BitBucket, and Codeberg:
GitLab:
Pasting comments into the comment box overwrote them with not-what-I-wanted and I had to manually re-edit them. "Solved" by using the primary selection instead of the normal clipboard. Could not leave multiple comment threads on the same line of code. No obvious jump to file in the diff.
Pagure:
Every time I leave a comment on the diff it kicks me back to the summary page. Could not leave comments on some lines of code for some eldritch reason. git push hangs forever sometimes after it completes and I have to manually kill it and hope everything was pushed. Debug logging appears in the push output. New comments did not appear after the request completed unless I reloaded the page. No obvious jump to file in the diff.
Codeberg:
Received no fewer than twelve 500 error pages while adding comments. No obvious jump to file in the diff. Could not start multiple comment threads on the same line of code.
BitBucket:
Dear christ, please make it stop
All of the above:
Used JavaScript to change the experience in many different ways so that no consistent behavioral baseline was shared between them for most features, including basic text editing. UIs were univerally pretty goddamn slow (emperically verified by forgeperf.org).
I don't really understand why some people espouse these UIs as "more usable" than email. My experience is that all of them are a nightmare of unpredictable, buggy behavior.
A meticulous developer who happens to do a lot infrastructure and platform engineering.