

My sibling in craft, docs are not “boilerplate”, they are the main freaking sauce. That is why they should be written by a human who understands stuff. I genuinely believe you are missing the point of the practice.
My sibling in craft, docs are not “boilerplate”, they are the main freaking sauce. That is why they should be written by a human who understands stuff. I genuinely believe you are missing the point of the practice.
Just curious, but what would be a good choice, or where would one look for it?
Long time i3 user, recently switched to Hyprland+Wayland. I just don’t like mice, don’t enjoy using them, and I find the snappiness and responsiveness of keyboard-centric workflows very fun and enjoyable.
I am a software developer, and I am very impatient when it comes to my tools: I like my feedback cycles and interactions to be as tight as possible. This limited study from 2015 showed that developers, on average, spend ~26% of their productive time on stuff that is not related to either code editing or comprehension, including 14% spent on UI interactions. Tiling window manager allows me to streamline most of these interactions through hotkey bindings and shell automation, >!so I prefer spending literal months polishing my dotfiles instead!<
What’s so bad about the Rust compiler? I know it’s slow, but given all the analysis it’s doing, it makes sense. And, from my own experience, setting correct optimization levels for dependencies along with a good linker makes incremental builds plenty fast.
I have been toying with the idea of forking Servo to make a scriptable keyboard-driven browser, like Nyxt but with something else instead of Lisp.
Probably too huge of a project for one hooman though.
No idea honestly, I have no experience with Fedora and this toolkit seems to be designed for Steam Deck. At this point I’d try looking for an answer in the toolkits source files - it’s all essentially a bunch of bash scripts moving files around between Proton prefixes, AFAIK
I got my GOG Oblivion running with a mod pack by installing and running Vortex. I ended up using this utility: https://github.com/pikdum/steam-deck/
It allows you to install Vortex in your game Proton prefix (you have to run it at least once for said prefix to exist). Then, after installing mods through Vortex, you use the ‘post-deploy’ script to synchronize some files, and your game is ready.
If you are having trouble, there is also a guide from steam community: https://steamcommunity.com/sharedfiles/filedetails/?id=2941631681
The guide is for Skyrim, in my case it worked fine with Oblivion - I have to believe it should with NV as well.
Good luck!
My first encounter with Linux was in 2007, I installed Kubuntu Gutsy Gibbon on my dad’s computer out of curiosity - I was intrigued by a notion of free OS you can deeply customize.
I have spent countless hours fiddling with the system, mostly ricing (Compiz Fusion totally blew my mind) and checking out FOSS games.
Decades later I switched to Linux full-time. After 12 years of daily driving OS X and working as a developer, I wanted a customizable and lean OS that is easy to maintain and control. Chose Arch, then Nix, havent looked back ever since.
All software is political, riddled with biases and potential security risks. Most of the time we ignore the policy of the software, because we either agree with that policy, or are conditioned not to clock it as a “policy”, because “this is just Common Sense™”.
I suspect, if the author would have been more honest with themselves, they’d write something along the lines of “turns out, software is a platform for political action, and it scares me” - an opinion that is very valid, valuable and thought-provoking.
The future’s wasteland will be covered by bodies of web stalkers who were naive enough to get tricked by mid-2010s shitposts.
“Turns out they never used this to make their metal cutlery darker - who would have thought the ancients were so casually cruel?”
“After months of research we have concluded, that despite all their technical achievements, the ancients never figured out, what does the fox say”
“Today prof. Drobyshevsky is going to tell us about their newest work in XXI cent. anthropology - what is ‘streamer dent’ and why do we have such long heads 2300 years later?”
“Ass, coochie and the rich - dietary practices of homo sapiens in the age of over-production”
Please elaborate, I’ve been interested in this for awhile - what do you use/recommend for someone who’s new?
Handwriting has been proven to enhance learning in humans, so you are doing great by keeping the habit!
I don’t have much to recommend, but so far this little tool was very useful for me and my math studies: https://github.com/lukas-blecher/LaTeX-OCR
I am not a student, but I learn like a student all the time. I also enjoy handwriting (got an e-ink tablet for that) and knowledge management. I am often dreaming of a “perfect setup” where all I write gets pushed automatically through OCR into my knowledge vault (Obsidian, Logseq or whatever I/my peers happen to use). Even came up with a plan. I hope this new year will leave me enough energy to execute something useful.
Would you like to collaborate on that perhaps?
As someone who has built a career in building and maintaining digital services, a lot of what Carmen talks about rings very true to me, especially this part:
“The platforms make money based on the time we spend on them, and they don’t hesitate to use unethical, addictive resources, so how are you going to ask a 10-year-old or a 13-year-old to stop, if it’s even hard for us adults?”
I’ve struggled with social media and technology addiction myself, so in my mind, allowing a child a smartphone is akin to teaching them how to smoke - that is how toxic and generally “bad-for-your-health” modern internet is, I think.
At the same time, I am not (yet) a parent, so I really don’t know how am I going to be making such a decision when the time comes.
A genuinely cool and somewhat lean alternative to Electron!
It’s not that native UIs are lagging behind, there is a whole set of reasons.
TL;DR: browsers, as opposed to desktop apps, are stardartized - because they were originally designed to display and deliver text documents. We were never supposed to build complex application UIs on a web stack.
First, there is no standard way of making native UI on a desktop. Every OS uses it’s own solution, while Linux offers several different ones. Browsers rely on a set of open standards developed specifically for the web, and even there not everything works exactly the same.
Second, browsers are designed to draw a very specific kind of UI through a very specific rendering mode - they run an immutable hierarchy of elements through layouting and painting engines. It works great for documents, but it becomes extremely unweildy for most other things, which is why we have an entire zoo of different UI implementations (crutches, most of them) for browsers.
On the desktop we often make a choice of what UI technology would fit best our purpose. For a game engine I would use an immediate-mode UI solution like ImGUI, for the ease of prototyping, integration and fast iterations.
For consumer software I might choose between something like QT or GTK for robust functionality, reliable performance, acessibility and community support. Mobile platforms come with their own native UI solutions.
For data-intensive UIs and heavy editors (e.g. CAD, video and music production, games) I might need to designan entirely new rendering pipeline to comply with users requirements for ergonomics, speed, latency etc.
It is also easy to notice that as a team or employer, it is often much easier to hire someone for web stack, than for native development. Simply put, more people can effectively code in JS, so we get more JS and tech like Electron enables that.
If you are interested in a single solution that will get you nice results in general, no matter the platform - you might see some success with projects like Flutter or OrbTK.
UI rendering in general is a deep and very rewarding rabbit hole. If you are in the mood, this article by Raph Levien gives a good overview of existing architectures: https://raphlinus.github.io/rust/gui/2022/05/07/ui-architecture.html
I am in the process of learning about/choosing shells for my new setup. Can you please elaborate on gpl-vs-mit style - what do you mean? Is it just about licences?
Humor can be read in various ways, the author’s public statements and policy paints a cringey picture, unfortunately. I am not a trans person myself, so the tastefulness of this humor is hard for me to judge. Still, this particular episode has left a bad taste, even if the show as a whole cracks me up. Doesn’t help that I am growing into a huge Matt Berry fan
I used to love this show until that one transphobic episode. After watching that I looked up the main show writer and learned that he is huge piece. Such disappointment.
That was mean as heck though. One can be correct and approachable at the same time.