I mean Rust is definitely known for long compilation times but yeah otherwise I am not sure how any of this is Rust-specific. Maybe by “doesn’t do what you tell it to do” they mean the borrow checker and strict compile time checks…?
- 7 Posts
- 315 Comments
communism@lemmy.mlto
Asklemmy@lemmy.ml•How big is your bookmark list in browser? Do you check them out regularly or too scared to revisit the pile?
2·2 days ago4k bookmarks atm. Accumulated over multiple decades. I don’t dare look at some parts of my bookmarks, but they are still useful; I have folders I refer to regularly, and doing a bookmark search with
*in Firefox helps me find a lot of things I want to return to.
communism@lemmy.mlto
Programming@programming.dev•What do you want out of a coding monospace font?
0·3 days agoNice to look at. Disambiguates commonly confused characters (
l,1,I;0,O).
If you want to learn more then do LFS. I don’t think Gentoo teaches you much more than a manual Arch install. But very few daily drive LFS. It’s hardly practical. Gentoo is daily drivable but if you don’t care about compiling all your own packages then I don’t think it’s for you.
I’d say just do LFS on an old laptop or a VM.
communism@lemmy.mlto
No Stupid Questions@lemmy.world•Is there a platform like github that isn't for code?
0·6 days agoPlenty of people use git hosting to host non-code, like documentation, books written in markdown/LaTeX, etc. I personally use git to maintain a few personal wikis.
Different git forges will have different rules about what content they allow. GitHub definitely allows non-code. I’ve seen Codeberg repos be used for non-code too. Codeberg’s only requirement is that you only host free (as in freedom) content, so I suppose for non-code that means using an appropriate CC licence for example. I can’t imagine any of the popular git hosting sites taking issue with someone hosting their book, unless you’re hosting, like, the whole of Wikipedia or something.
communism@lemmy.mlto
No Stupid Questions@lemmy.world•How do I actually find a job that isn't retail?
0·7 days agoStatistically it’s rare for an adult to be 120cm tall, therefore there exist no adults who are 120cm tall. Statistically it’s rare for someone to be in government, therefore there are no politicians in the world. Statistically it’s rare to be an astronaut, therefore astronauts don’t exist.
And all the examples I mentioned are far more rare than simply self-taught people working in the field they taught themselves. Majority of the friends I have in programming jobs are self-taught with no formal education beyond high school (if that). It’s of course highly dependent on field, and the market is saturated enough with CS graduates now that getting a programming job without a degree is going to be pretty hard, but my point is that it depends on the labour market. Some labour markets don’t care about a piece of paper declaring you went to school. There’s other ways to fill your CV and prove you have a skill.
communism@lemmy.mlto
Technology@lemmy.ml•OpenAI CEO Sam Altman’s home targeted in Molotov cocktail attack
1·8 days agoWho said this person was on the “left”? In any case, who cares. I don’t care about winning people over to the “left”. I’m a communist, and history has shown that proletarian revolutions aren’t primarily composed of politically active “leftists”, socialists, etc. Revolutions are made by working class people acting out of self-interest, whether or not they’ve attained a socialist/communist consciousness (and often times, they haven’t).
communism@lemmy.mlto
Asklemmy@lemmy.ml•Why do people have issues with OnlyFans Models and Porn Stars.
214·9 days agoMisogyny.
communism@lemmy.mlto
Asklemmy@lemmy.ml•What happens if someone refuses to work in a socialist economy?
4·9 days ago“Socialism” is used in a variety of ways. Inferring from OP’s question it seems like they are asking about a socialist mode of production, ie communism.
communism@lemmy.mlto
Asklemmy@lemmy.ml•What happens if someone refuses to work in a socialist economy?
8·9 days agoWhat happens if someone refuses to do any chores in a shared household? There are already plenty of situations where people do work for free because it’s in your own interests. In groups like households people take turns taking out the bins and cleaning. In a communist society people will take turns doing the necessary work. If someone refuses, maybe something is wrong in their life, and they need help. At the end of the day, there’s no economic coercion in a classless society. If one in a million people don’t work for no understandable reason (disability, depression, personal issues, etc) then let them. What else are you going to do? Work or starve? Incarceration? The point of the universal emancipation that communism brings is to do away with those evils.
communism@lemmy.mlto
No Stupid Questions@lemmy.world•How should a news article website financially sustain itself?
0·10 days agoDonations.
I don’t find subscriptions too offensive, however any kind of restriction of the flow of information (e.g. by paywalling it) implies its enforcement. What are you going to do about people bypassing the paywall? Even if you only responded by patching whatever allowed them to bypass the paywall, you’re either going to have to let up eventually, or get into a protracted cat-and-mouse game with paywall bypassers. And you don’t want to end up on the side of the people who want to gatekeep information.
So that leaves us with the possibility of having a subscription that’s not stringently enforced—in which case it is just a recurring donation anyway.
Of course, this discussion is limited to the scope of “what would a news outlet do without changing anything about society”—but the decent news outlets do also try to change things about society. Within capitalism, things like UBI would make it much easier for free journalism to exist. And of course this problem goes away entirely with capitalism.
communism@lemmy.mlto
Linux@lemmy.ml•What package manager do you use for arch based distros?
3·10 days agoYay
I only use flatpak for one Python program because it has a lot of runtime dependencies I don’t want to bother with. I generally wouldn’t use flatpak.
Depends on what you define as “politics” but aside from “everything is politics”, my Lemmy feed is mostly tech stuff. Just subscribe to communities that fit your interests. That being said, many interests will be under-represented on Lemmy as I think the user base skews either technical or political or both.
communism@lemmy.mlto
Programmer Humor@lemmy.ml•I predict by the year 2000, 99% of all Assembly will be written by compilers
51·13 days agoI don’t agree. LLMs are by design probabilistic. Chainsaws aren’t designed to be probabilistic, and any functionality that is probabilistic (aside from philosophical questions about what it is possible to be certain about, YKWIM) is aimed to be minimised. You’re supposed to be able to give the same model the same prompt twice and get two different answers. You’re not meant to be able to use a chainsaw the same way on the same object and have it cut significantly differently. You’re inherently leaving much more to chance by using LLMs to generate code, and creating more work for yourself as you have to review LLM code, which is generally lower quality than human-written code.
communism@lemmy.mlto
Programmer Humor@lemmy.ml•I predict by the year 2000, 99% of all Assembly will be written by compilers
92·13 days agoNot comparable at all. Power tools work deterministically. A powered chainsaw is not going to have a 0.1% chance of chopping a completely different tree on the other side of the forest. Of course accidents happen; your hand can slip. But a proper comparison would be if you got a computer to look at a large number of powered chainsaws and then generate its own in CAD based on what it’s seen, and then you use that generated power tool. Which, for something as potentially dangerous as a powered chainsaw, you most likely wouldn’t want to do, and would want to have careful human oversight over every part of design.
communism@lemmy.mlto
Programming@programming.dev•If you thought the speed of writing code was your problem - you have bigger problems
0·14 days agoI also got LLM vibes. However, some humans do just genuinely write like that. It’s particularly an issue with ESL speakers getting caught in false positives, although this author seems to be a white Australian guy who is probably a native English speaker.
I suppose if you were really bothered you could go back and look at his writing before the dawn of the vibes and see if his writing style is about the same. I don’t care enough to check.
communism@lemmy.mlto
Technology@lemmy.world•Artemis II astronaut finds two Outlook instances running on computers, calls on Houston to fix Microsoft anomaly — puzzled caller describes ‘two Outlooks, and neither one of those are working’English
5·16 days agoPeople have their preferences for UI and UX. I use Aerc because I like modal editing (ie being able to write my emails in vim) and keyboard nav. Using a desktop email client rather than webmail client from a provider gives me that freedom.
Besides, I don’t actually have a webmail client I can use lol. I host my own email and host the IMAP server but I don’t host a web interface.
communism@lemmy.mlto
Selfhosted@lemmy.world•Jellyfin critical security update - This is not a jokeEnglish
2·18 days agoIf you haven’t already, I recommend Watchtower (nickfedor fork—the original is unmaintained) which automatically pulls updates to Docker containers and restarts them. Make sure to track latest, although for security updates, these should be backported to any supported versions so it’s fine to track an older supported version too.
Notesnook notebook with whatever info I need to be able to administrate the system. e.g. what different ports are used for and why the firewall policies are what they are, sometimes write-ups after a troubleshooting session, etc.
The Notesnook instance is self-hosted too, but if the server goes down, the notebook will still be available locally.





Do you have the skills to self-host? If so, you can host any number of cloud storage services: Nextcloud, Immich, Cryptpad. You could even host a Forgejo instance (the software Codeberg runs on) although it’s really not intended for storing the kind of images you’re talking about.
I am guessing, though, that you are probably not a very technical person, and self-hosting might be out of the question for you. In which case unfortunately your options are a fair bit more limited. There are free hosted Nextcloud instances—Disroot hosts one. Or you could go with something like Proton Drive. If you’re open to proprietary options then there’s several very widely used options like Dropbox, Google Drive, Mediafire, etc. But if you’re posting here, you probably don’t want those.