epiku a
tenpo pini la mi kin pali e lipu Wikipesija pi toki Inli en toki Netelan
ken la mi kin pali e lipu Wikipesija ni a
The Ramen Dutchman
Programmer by day, burnt out by night.
- 1 Post
- 741 Comments
(mi sona ala e nimi kepeken toki pona)
🇳🇱 Ik vind het moeilijk om dit in Toki Pona uit te leggen, maar namen zijn ook nimi sin, dit betekent dus dat je een hoofdwoord (meestal jan) gevolgd door de naam met een hoofdletter gebruikt (jan Jaiden). Over het algemeen zijn nimi sin enkel geschreven in Toki Pona lettergrepen, dus je naam zou zoiets als jan Teten kunnen worden als je dat leuk vindt! Toki-Ponisten gebruiken ook weleens andere hoofdwoorden, en compleet andere Toki Pona namen voor zichzelf.
🏴 I find it difficult to explain this in Toki Pona, but names are also nimi sin, meaning you use a head noun (usually jan) followed by the name with an uppercase (jan Jaiden). Generally, nimi sin are written in Toki Pona syllables only, so it could become something like jan Teten if you’d like! People also do use different head nouns sometimes, and people sometimes use completely different Toki Pona names for themselves.
The Ramen Dutchman@ttrpg.networkto Linux@lemmy.ml•I swapped the entire school computers to linux mintEnglish2·2 months agowe dont have the K, just the regular
Ah, my bad (^^;
I ran an i7-4790K in my gaming PC for a long time, as far as games go this 10-year old CPU still hold up well, never had to upgrade it surprisingly enough!Still, a 4 GHz quad-core with hyper-threading, and about 8 GiB of RAM, is more than enough to run Windows 10.
Assuming these are for studying, the heavier workloads would consist of MS Word, Powerpoint and an instructional video in the webbrowser, no?
What required tasks were too heavy for these computers under Windows 8/10?
And do they run off SSDs, or spinning HDDs?
The Ramen Dutchman@ttrpg.networkto Linux@lemmy.ml•I swapped the entire school computers to linux mint17·2 months agoLittle side note
those computers in question had either i5-4750 (I think?) or i7-4970 so running windows 10 with all its bloat was not going to be an easy task
The i7-4790K is still quite powerful, so I’m pretty sure this wasn’t the problem, at all. Perhaps they’re running on an HDD, have little RAM, or you got the CPU wrong.
You can see the CPU and RAM by launching System Info from tbf start menu, and see if it’s running on an SSD or HDD by launching Disks from the menu.
The Ramen Dutchman@ttrpg.networkto Linux@lemmy.ml•Solved: ~/bin vs. ~/.local/bin for user bash scripts?1·2 months agoIt is better NOT to put them in system directories since those will get overwritten by upgrades.
That’s a purely Atomic thing, isn’t it?
Unless someone ticked the “encrypt storage”-box in the installer, you don’t even have to pay for Pro to use it!
The Ramen Dutchman@ttrpg.networkto Linux@lemmy.ml•What was your first Linux distribution?1·2 months agoReal!
After installing and restoring Arch for the third time in 1.5 year I decided to go back to Mint. In the past 5.5 or so years, nothing needed to be reinstalled or restored; Mint’s more stable than Windows by now!
The Ramen Dutchman@ttrpg.networkto Linux@lemmy.ml•What was your first Linux distribution?2·2 months agoMy first was Ubuntu in a VM because everyone recommended it, I distro hopped in VMs until I just ended up using Mint in a VM almost exclusively. It was when I complained to someone about the issues with the VM when locking the laptop and they asked me “Why not just run that system as-is?” that I installed it for real.
I’ve also used Manjaro for half a year, a very minimal Arch+i3 install (without the install script because I wanted the “real experience”) for about 1.5 year, and dual booted Bazzite and Mint on my gaming PC for a year (it’s just Mint now), all the while trying out other distros big and small on older hardware or in VMs.
I don’t feel I’ve found “the one”, but somehow I keep coming back to Mint… Although, perhaps NixOS is it… Who knows?
The Ramen Dutchman@ttrpg.networkto Linux@lemmy.ml•I have used Windows all my life, and I have some questions.2·2 months agoJust adding that Tekken 7 and 8 run better under Linux with Proton than under Windows, and that modding is just as easy!
Shogun 2: Total War also runs fine under Linux with Proton, but I couldn’t get it to run on Windows, anymore (Flash).So it really depends on your game.
True, but saying Brew is unsafe but Flatpak isn’t, isn’t too odd, either.
I get that it’s less secure, but using verified flatpaks beats homebrew by a large margin.
Shame they didn’t mention that homebrew is a security nightmare and will happily download maliciously modified code
That’s so true, I was missing this part! With homebrew you’re at the mercy of whoever put the package out there, much like with installers (and nix to be fair)
Edit: omg then the author claims flatpak is better for security?!? It has the same nightmare security issues.
LMAO no‽ Flatpaks can be verified, and you can choose not to install unverified flatpaks (which you should!) They are also containerised pretty well by default, in case they’re malicious!
I’m just happy my boi nix got a shoutout.
I love having a packages file and a lock file, both user-specific rather than system-wide, offering reproducibility, stability and a good, central place where I can see what I did to debug.
Nobody said anything about the init system, though.
The Ramen Dutchman@ttrpg.networkto Emulation@lemmy.ml•PC ports on anbernic stock software1·2 months agoTheir store page says it runs some sort of Linux OS.
Is it possible to open a terminal and a file manager? Could you install Wine through the terminal (something like
sudo apt install wine
orsudo pacman -S wine
) and then run the .exe with Wine? The latter could be done with the terminal (cd path/to/windows/game/files/; wine 'The Game.exe'
), but if there’s a file manager you could probably select the .exe and run it with Wine.Sorry to give such broad instructions, I’m not sure what the Anbernic runs, exactly.
The Ramen Dutchman@ttrpg.networkto Emulation@lemmy.ml•PC ports on anbernic stock software1·2 months agodeleted by creator
The Ramen Dutchman@ttrpg.networkto Gaming@beehaw.org•idea for a controller that sounds good on paper and I wanna share1·2 months ago[ The person editing this and has done plenty of research from multiple trustworthy sources. ]
That reads sus. Like “Trust me bro” in nicer words.
The Ramen Dutchman@ttrpg.networkto Linux@lemmy.ml•Ubuntu explores replacing gnu utils with rust based uutils2·3 months agoTo add to @ParetoOptimalDev@lemmy.today
The uutils are MIT licensed, simply put it means “do whatever you want with it, as long as you credit us”.
The coreutils are GPL, simply put “do whatever you want with it but only in other GPL works, also credit us”.The coreutils make sure forks will also be open source.
While the uutils aren’t closed source, they do allow you to make closed source forks.The uutils’ license is too permissive.
The Ramen Dutchman@ttrpg.networkto Linux@lemmy.ml•Ubuntu explores replacing gnu utils with rust based uutils5·3 months agoLikely not anytime soon as they tend to hold off latest features and prefer older (but maintained) LTS versions of just about everything. Also especially not if it turns out to be a bad idea; they explicitly build Mint without Snaps since their inclusion in the Ubuntu base.
mi lukin e kulupu ni : xmpp:toki-pona@conference.jabbers.one
ni la jan ni lon a!
English
I found this group : xmpp:toki-pona@conference.jabbers.one
This one has active people in it!