
It signifies that China can lead the development of an independent operating system, says the head of the OpenKylin community.

I saw this coming years ago. But still, reading this makes my blood boil. Wouldn't be surprised if they're also trying to find ways to put large screens on the moon's surface to display ads. Fucking bloodsuckers.
I always have to lol whenever I see a lib being very serious about some comically overblown made up shit. It's like a kid trying to tell me they saw a big scary monster in the woods.
There are a couple websites that use it. Others that come to mind are http://leningrad.su/ (no HTTPS) and https://sovnet.su/
That's still just a SBC in a case though. What needs to happen is basically a Dell Optiplex or Lenovo ThinkCentre but RISC-V. A machine that is relatively cheap, made from standard mass produced parts and is plug-n-play but still has some room for expansion.
Loongson is already going in that direction. Also they published at least the essentials, mainlined support for it in GCC and the Linux Kernel, and most of all it's not x86. In fact it's based on MIPS64.
LLM is a search engine
I wouldn't even call them that. Any fulltext search engine will always produce reliable output and doesn't make shit up. Also they don't need a GPU to number crunch and don't require the most recent beast computer to run. For example, any PostgreSQL Table can be used as a search engine index via TSVECTOR.
Affordable Desktop Hardware. Right now all RISC-V hardware that's not just a naked SBC costs a small fortune. Once there are mass produced pre-built RISC-V boxes for the average person then RISC-V will become more widespread.
I had an abusive parent so I wouldn't know what to do with children even if I had them. I don't even know how to interact with other people's children, so I instinctively avoid them. Also I find a lot of people's children to be annoying/exhausting. I think seeing parents playing with their kids is nice, but I can't ever imagine being in such a position myself. All I have right now is myself and I don't see that changing.
Sent me a message from 2 different accounts. It's just spam mail.
Many km² of precious wasteland. Those commies don't hold anything dear.
This reads like it was written by some LLM.
Enable journaling only if needed:
tune2fs -O has_journal /dev/sdX
Don't ever disable journaling if you value your data.
Disk Scheduler Optimization
Change the I/O scheduler for SSDs:
echo noop > /sys/block/sda/queue/scheduler
For HDDs:
echo cfq > /sys/block/sda/queue/scheduler
Neither of these schedulers exist anymore unless you're running a really ancient Kernel. The "modern" equivalents are none
and bfq
. Also this doesn't even touch on the many tunables that bfq
brings.
Also changing them like they suggest isn't permanent. You're supposed to set them via udev rules or some init script.
SSD Optimization Enable TRIM:
fstrim -v /
Optimize mount settings:
mount -o discard,defaults /dev/sdX /mnt
None of this changes any settings like they imply.
Optimized PostgreSQL shared_buffers and work_mem.
Switched to SSDs, improving query times by 60%.
No shit. Who would've thought that throwing more/better hardware at stuff will make things faster.
EDIT: More bullshit that I noticed:
Use ulimit to prevent resource exhaustion:
ulimit -n 100000
Again this doesn't permanently change the maximum number of open files. This only raises the limit for the user who runs that command. What you're actually supposed to do is edit /etc/security/limits.conf
and then relog the affected user(s) (or reboot) to apply the new limits.
Use compressed swap with zswap or zram:
modprobe zram echo 1 > /sys/block/zram0/reset
This doesn't even make any sense.
It's still not entirely done (missing Cubemaps) and it's only a part of a larger project. I've been working on this project off and on for the past 4-ish years.
Exactly my thoughts. I do admire their strength when working for their masters, because I couldn't ever imagine being in that position! Imagine what they could do if they lost their chains.
If open source games received more financial backing, however, we would probably see more passion and quality in both areas.
Sure, if the financial backing comes in the form of a donations without any strings attached. Sponsorships can be a deal with the devil, I know from first hand experience.
King's Crook looks like a very interesting project! I'm also writing my own 3D software renderer in a project of mine, also no libraries (the renderer at least) and written in C99/ASM and single threaded, so I'm curious how they're avoiding floating points. Too bad they don't provide source code.
I don't doubt that there are professional game devs who love the art. But they're being limited either by their masters since they're just workers who sell their labor, or in the case of indie they need to do whatever it takes to stay competitive. In either case the art is secondary. But a person who practices the art in their free time can express themselves to the best of their ability because there is no pressure from capital.
I'm not trying to discredit game developers as a profession, I was just sharing my personal preference. I still buy and play professionally made games sometimes if they intrigue me.
Most are, because most video games are made by developers who want to make money and they see that x86 is currently the most used platform so they focus on that. Personally I don't care for most games because of this. I rather play an open/libre source game made by some person who values their craft and thinks what they're doing is fun.
Actual ICBMs arent as big of a threat
Where is this suddenly coming from? I think this is the second time this month I've seen someone arguing that nukes aren't actually that bad. I thought most people agreed that nuclear weapons are devastating things that should be avoided at all cost. I really hope this is not becoming a common sentiment for some reason.
Firefox isn't much better in that regard. Bootstrapping alone takes many minutes, which is no surprise since their build system is not only huge but also written in Python of all things. Even if you use gcc instead of clang to compile the corporate spaghetti, the tons of rust in the codebase will make up for all that time gained lol. On my 2014 Xeon workstation where a generic Linux Kernel takes less than an hour, FF takes 6+ hours to build.
I'm aware of FreeTube but unforutnately it's yet another Electron App, which is just Chromium w/ NodeJS. I host my own personal Invidious instance for YouTube.
The current "web" is utter trash. It's so complex that compiling any browser that supports at least most web standards from source takes a lot more time and memory than compiling the entire Linux Kernel or even the mesa userspace drivers. The only way to "fix" the web is to throw it in the dumpster and start over. A web browser should only be a document viewer that can load and display interactive documents from a remote location and nothing more.
Web search is shit anyway
Yeah. It's getting less and less usable even with FOSS frontends. I'm working on my own web search off and on. I'm so sick of wrangling with search engines just to get useful results for my query.
Zuckerberg: White House pressured Facebook to censor COVID-19 posts (more info inside post)
Click to view this content.
In 2021, senior officials from the Biden Administration, including the White House, repeatedly pressured our teams for months to censor certain COVID-19 content, including humor and satire, and expressed a lot of frustration with our teams when we didn't agree. Ultimately, it was our decision whether or not to take content down, and we own our decisions, including COVID-19-related changes we made to our enforcement in the wake of this pressure. I believe the government pressure was wrong, and I regret that we were not more outspoken about it. I also think we made some choices that, with the benefit of hindsight and new information, we wouldn't make today. Like I said to our teams at the time, I feel strongly that we should not compromise our content standards due to pressure from any Administration in either direction -- and we're ready to push back if something like this happens again.
Western media variants for the libs:
https://www.reuters.com/technology/zuckerberg-says-biden-adm
25 years after NATO bombing: How does Belgrade remember?
Click to view this content.
cross-posted from: https://lemmygrad.ml/post/4107013
Wish it was higher quality. Still an Interesting documentary from CGTN.
25 years after NATO bombing: How does Belgrade remember?
Click to view this content.
Wish it was higher quality. Still an Interesting documentary from CGTN.
What is mine is mine, what is yours is also mine
Click to view this content.
Posting it here because the amount of views on this masterpiece is criminal.
OpenKylin becomes China's 1st open-source desktop operating system (OpenKylin 1.0 released)
It signifies that China can lead the development of an independent operating system, says the head of the OpenKylin community.
Website: https://www.openkylin.top/index-en.html
Git repositories: https://gitee.com/openkylin
I haven't tried it myself yet but I might give it a spin since it has a unique Desktop environment.
Pochonbo Electronic Ensemble - Bellows (ENGLISH SUBTITLES)
Pochonbo Electronic Ensemble slaps hard