There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

kbin.life

riquisimo , to selfhosted in What self hosting feels like (It's painful, please help 🥲)

This reminds me of when I sent someone a program in a zip folder. Windows now opens zip folders by default, and it looks just like any other folder.

So of course they opened the zip and double clicked the exe, but everyone knows you can’t open an exe inside a zip folder (at least, if the exe depends on the folders and files around it). If you try to, windows will extract the exe into a temp space, but leave all the dependencies behind. So the exe promptly crashes.

I didn’t think I needed to specify “you need to extract the contents of the zip folder first, then run the exe.” It feels like saying “you need to take the blender out of the box before you can use it. And not just the _base _ of the blender, you have to take out all the parts.

Some things just feel so much like second nature that we forget.

unrelatedkeg , (edited )

Doesn’t Windows give a popup saying “Do you want to extract the folder before running the executable” anymore?

Edit: typo (funning to running)

bleistift2 ,

No, it does.

riquisimo ,

Perhaps this occurred in the small window of time when it had been implemented and it didn’t ask, or perhaps they just said no.

Regardless, I had to troubleshoot

Appoxo ,
@Appoxo@lemmy.dbzer0.com avatar

Not that I know of. If I know it correctly (not doing it very often as I usually extract the whole content anyway) it just asks if I want to run the file.
But I could be very wrong.

DarkCloud ,

There should be instructions that range from beginner, where every little step is included as well as major details as to why - all the way up to expert, which are just a few sentences.

nexussapphire ,

Unless it’s a company, good luc…

Hay, how would you like writing documentation for all these open source projects? We would be ever greatful, you could even put your name in the credits!

shimdidly ,

I totally and completely blame Microsoft for this. They do so many other ridiculous things in the name of not confusing the average tech illiterate user.

Clicking a Zip file and having it transparently open and treating it like a regular folder when it is not. This. THIS is borderline criminal.

Appoxo , (edited )
@Appoxo@lemmy.dbzer0.com avatar

Propose a better way to browse the contents of a zip folder in a native 1st party way

darklamer ,
@darklamer@lemmy.dbzer0.com avatar

The operating system could mount it as a virtual drive, then all its contents could be used directly just like any regular folder.

Appoxo ,
@Appoxo@lemmy.dbzer0.com avatar

Imo not really noob-user friendly.
My proposal: Keep current behaviour and make a prompt if the user tries to run an executable. Prompt should be something like “You are trying to open an executable, would you like to extract the whole folder in the current directory?”. This way the user can still browse the zip with relative ease.
Upside from Windows: We have only a handful of extensions unlike (afaik) Linux where everything can be made executable and be run.

darklamer ,
@darklamer@lemmy.dbzer0.com avatar

Imo not really noob-user friendly.

In what way? It would make it entirely invisible that the archive file isn’t just a normal folder, it would be possible to use it just as if it were. What would be unfriendly about that?

riquisimo ,

Have a popup text line in explorer that says “you are browsing inside of a compressed file, you must extract the contents to use them” or something. The functionality is already there, when you go to “network” it says “network sharing and discovery is turned off, click here to turn it on”

shimdidly ,

Something like this would be helpful:

files.catbox.moe/ypayke.mp4

Appoxo ,
@Appoxo@lemmy.dbzer0.com avatar

Perfect.

blind3rdeye , (edited )

In many ways, the silky-smooth convenience offered by modern computer software makes everything much harder to learn about and understand. For anyone that used zip files before this Windows feature, the problem is obvious - but for younger people it’s not obvious at all. Heck, a lot of people can’t even tell whether or not a file is locally on their computer - let alone whether it is compressed in some other file.

linearchaos ,
@linearchaos@lemmy.world avatar

One of the few things that Mac kind of got right. Every application is actually a deep tree with all kinds of crap all over the place but they never let the user see that.

Blaze , to fediverse in UPDATE! Now 30% of Lemmy Apps display posts accurately

Interesting to see that even Lemmy-UI does not display markdown completely correctly

gedaliyah OP ,
@gedaliyah@lemmy.world avatar

For some reason, Lemmy-UI does not convert usernames to links: @gedaliyah

Nothing4You ,

it does, but only if you use the autocomplete feature. it’s also a bit delayed without any indicator that it’s loading.

if you type @gedal and wait a moment it’ll load @gedaliyah to be selected:

https://programming.dev/pictrs/image/a37b17be-b920-4126-85b5-dc60fad3e09a.png

gedaliyah OP ,
@gedaliyah@lemmy.world avatar

Yes, I’m not sure if that is meant to be a placeholder or a substitute for native user links. What it actually does is generate markup that converts the username into a web link, which is fine for most circumstances, but not ideal. A plaintext username should automatically link to the user. This creates an inconsistent behavior between posts depending on where (and when) they were typed.

In other words, it’s a very helpful feature, but it is not recognizing and linking usernames.

threelonmusketeers ,

It’s weird that community names are automatically rendered as links, but usernames aren’t. Isn’t it pretty much the same thing?

BentiGorlich ,
@BentiGorlich@thebrainbin.org avatar

yeah exactly. On mbin it works this way and lemmy inserting the link breaks that. But it does it for communities in the community description sometime as well, though I don't know if it is just a user "error" or a lemmy error

BentiGorlich ,
@BentiGorlich@thebrainbin.org avatar

Actually that behaviour is very annoying to other platforms. Mbin for example can only link to the lemmy server this user is on and no longer the local profile of that user.
Example:
@ user @ lemmy.instance gets converted to [@ user @ lemmy.instance](https:// lemmy.instance/u/user
so on mbin this does not open the profile of the user on the local server, but instead links the lemmy instance, so you leave your instance to view the profile.

(spaces included so this won't get converted to mentions, etc)

JackbyDev ,

Are those not two different users though? Joe at Hotmail and Joe at Gmail are different.

BentiGorlich ,
@BentiGorlich@thebrainbin.org avatar

Yes they are, but you have my profile on your server and you do not need to leave the server to view my profile...
@ user @ lemmy.instance should link to https:// mbin.instance/u/@[email protected] and not to https:// lemmy.instance/u/user

JackbyDev ,

I’ll have to try on desktop, in the app it isn’t very clear what exactly it’s looking at to see profiles.

sjmarf ,
@sjmarf@lemmy.ml avatar

Yeah, it’s rather inconsistent. I opened an issue for it a while ago.

threelonmusketeers ,

I hope they fix it soon. It would make tagging users way smoother and less clunky.

threelonmusketeers ,

What happens if you press tab or click on the suggested item at the point in your screenshot?

For me, it inserts the link at the cursor position, but doesn’t replace the bit you’ve already typed, resulting in @gedal@[email protected].

Anyone else have this issue?

Nothing4You ,

on firefox, if i type @gedal and click or press tab once it replaces the text with @[email protected] . the behavior is the same whether i hit tab, enter or click the text.

threelonmusketeers ,

if i type @gedal and click or press tab once it replaces the text with @[email protected]

Ah, you are correct. It turns out that the issue I was encountering was a little more subtle.

If I type all the way to @gedaliyah@ and click or press tab once it replaces only the second ‘@’, resulting in @gedaliyah@[email protected].

Nothing4You ,

It’s not even just that. It seems that the extra @ acts as a separator, so you can’t even autocomplete e.g. @threelonmusketeers@sh as that’ll try to autocomplete @sh instead of taking the instance domain as part of the mention.

I’ve raised a GitHub issue for this now: github.com/LemmyNet/lemmy-ui/issues/2652

threelonmusketeers ,

Thanks for investigating and opening a GitHub issue!

I hope they fix it soon, or else just fix the underlying issue to render @user@instance as markdown in the first place.

JackbyDev ,

Compare the source of your comment to the one you’re replying to. Those are two different things. I’d argue it’s a workaround of anything.

Nothing4You ,
if you want to get fancy
you can even use undocumented tables
AmbiguousProps ,

This surprisingly works on boost.

paraphrand ,

Works on Voyager.

Anafabula ,
@Anafabula@discuss.tchncs.de avatar

Tables are a very common markdown extension most(?) popular markdown parsers support them

Nothing4You ,

for sure, but they’re neither mentioned on join-lemmy.org/docs/users/02-media.html nor on the linked CommonMark tutorial.

Anafabula ,
@Anafabula@discuss.tchncs.de avatar

Which is funny because the main part of that documentation is a Markdown table

threelonmusketeers ,

Works on Thunder.

med ,

Confirmed here on android

sjmarf ,
@sjmarf@lemmy.ml avatar

Footnotes^[Hello world!] are also undocumented.

stormio ,

I wasn’t sure if Lemmuy-UI in the results list was a typo or an alternative interface. Now I know. 😄

dual_sport_dork ,
@dual_sport_dork@lemmy.world avatar

It doesn’t display headings, I know that much.

gedaliyah OP ,
@gedaliyah@lemmy.world avatar

In doing this I learned that there are “correct” but also “preferred” ways to use markdown. A heading should have a space after the # even though it is correct either way.

#

Heading

These lines may be the same or different in different apps.

dual_sport_dork ,
@dual_sport_dork@lemmy.world avatar

The thing of it is, if you just highlight some text and hit the heading button in the GUI, it doesn’t include the space.

gedaliyah OP ,
@gedaliyah@lemmy.world avatar

Interesting. I never noticed that. As I said, it’s technically correct but not preferred. I’ll see if I can post a link about this later.

maegul ,
@maegul@lemmy.ml avatar

I’m not sure #heading is valid markdown (see, eg, Daring Fireball’s “original” syntax page) … and I’ve never seen it. I’ve always understood that the space was necessary, which I think makes sense for a number of reasons TBH

So …

does not work

This does work

gedaliyah OP ,
@gedaliyah@lemmy.world avatar

I know that it works on some sites (reddit for example). Generally, it is not preferred.

maegul ,
@maegul@lemmy.ml avatar

Didn’t know it worked on reddit. Generally it seems necessary to require the space as it disambiguates headings from hashtags, and also makes the raw text more readable.

JackbyDev ,

Heading

maegul ,
@maegul@lemmy.ml avatar

Dunno … I went to the linked page in the top post and everything seemed fine to me (using Lemmy-UI)

owenfromcanada , to nostupidquestions in How does renouncing citizenship work?
@owenfromcanada@lemmy.world avatar

I’m a dual citizen (Canada & USA, born Canadian). Part of naturalization in the US is the oath where you renounce citizenship from everywhere else. Thing is, most countries don’t care about that oath–Canada requires filing a special form and appearing before an official (IIRC) to renounce citizenship. I asked about the discrepancy–it turns out the US doesn’t actually care whether I’m a citizen elsewhere, largely because it’s difficult to figure it out and enforce it (this might have been the opinion of the immigration officer, not sure).

wildbus8979 ,

Hmmmm what? The USA absolutely allows dual citizenship.

U.S. law does not impede its citizens’ acquisition of foreign citizenship whether by birth, descent, naturalization or other form of acquisition, by imposing requirements of permission from U.S. courts or any governmental agency.

[…]

U.S. law does not require a U.S. citizen to choose between U.S. citizenship and another (foreign) nationality (or nationalities). A U.S. citizen may naturalize in a foreign state without any risk to their U.S. citizenship.

U.S. dual nationals owe allegiance to both the United States and the foreign country (or countries, if they are nationals of more than one). They are required to obey the laws of both countries, and either country has the right to enforce its laws.

travel.state.gov/content/…/Dual-Nationality.html

owenfromcanada ,
@owenfromcanada@lemmy.world avatar

Yes, I mentioned that the US doesn’t care about dual citizenship. But the naturalization oath might suggest otherwise:

“I hereby declare, on oath, that I absolutely and entirely renounce and abjure all allegiance and fidelity to any foreign prince, potentate, state, or sovereignty, of whom or which I have heretofore been a subject or citizen…”

uscis.gov/…/naturalization-oath-of-allegiance-to-…

There’s an apparent discrepancy between the oath and the US official stance on dual citizenship (per the links you posted).

captain_aggravated ,
@captain_aggravated@sh.itjust.works avatar

Oaths in the United States aren’t worth the shit they’re smeared in. The oath of enlistment into the armed forces has some hogwash about defending the United States against all enemies “foreign and domestic.” Meanwhile gestures broadly around

Anticorp ,

The USA doesn’t care, because they don’t require you to renounce your citizenship, and neither does Canada. Some countries won’t let you obtain a 2nd citizenship, so you must renounce your original citizenship to get a new one.

Boxscape , (edited ) to linux in Various distros across different families freezing when doing package manager updates
@Boxscape@lemmy.sdf.org avatar

So now I’m thinking it might be the SSD, but I’m not even sure how to check that.

There’s definitely some utilities for that. SMART or something? They’ll at least show you rough drive health/wear.

Edit: nevermind, another responder recommended that already.

Professorozone , to nostupidquestions in Help me understand littering

First, and I can’t believe I’m saying this, I think you should be just a tad bit MORE judgemental. Making excuses for people’s bad behavior is a bit like good people doing nothing and allowing evil to take over. You’re passively condoning the activity.

Second, the acceptable amount of littering is zero, not a cigarette butt is ok. I dropped my car off to be repaired and walked to work from there. You know what I saw along my walk. Thousands of cigarette butts. You don’t really see them from a car, but you sure see them on foot.

Third, I’m pretty sure this behavior is just trash humans. There are very few, if any, justifiable reasons not to hang on to your trash until you get to a trash can. This is my humble opinion.

Thorny_Insight OP ,

I don’t believe in free will or the self. To me, there’s effectively no-one for me to be judgemental of. Wether it be littering, racism or violence, these people didn’t choose to act this way, they just do and couldn’t have done otherwise. If I was them, I’d be doing the exact same thing.

I’m just as non-accepting of their behaviour as everybody else. In my case there’s just little to none negative emotions involved in it. Me getting angry about someone littering, to me, is the same as getting angry at the weather.

And yes, I agree. If I were a smoker I wouldn’t want to throw cigarette butts in the ground either for the same reason you just mentioned. My point was that I have theory of mind for such people. I can imagine how someone could naively imagine there’s no harm to it. This just no longer holds true when we’re talking about trash that’s bigger; I can’t imagine what they could be thinking.

Angry_Autist ,

I don’t believe in free will or the self.

Do you not believe in computers or the internet either?

AndrewZabar ,

You misunderstand what he’s saying. It’s a very fundamental biology/physiology/brain chemistry, etc. idea that takes some time to understand, if you should so desire. Technically, in the most absolutely biological sense, there is a valid position that states there is no free will. That the precise pattern of the billions or trillions of synaptic connections in the brain form a distinct recipe for a specific behavior in any given scenario.

That being said, despite that it may be valid in one sense, it is just as invalid from the point of view that it is a very simplistic and also arguably not completely informed view. For the most part, therefore, arguing there’s no such thing as free will really is a vapid position, as it eliminates any and all concept of responsibility, of penalty, of society having a framework within which to coexist, and it also stops any discussion in its tracks. I understand the point of view but I find it useless.

Angry_Autist ,

I have informally studied this subject for years, and minored in developmental psych, and I’m on the spectrum and human cognition is one of my special interests.

It’s all predicated on a bullshit misinterpreted experiment that has blown out of proportion because ‘publish or die’ is the only law of the land.

In Libet’s experiments he either was unaware of, or actively chose to ignore the existence of visual saccades when interpreting his results, and no one has had the balls to call him out on it because so many fuckdamn academic careers hinge on this being a tenable field of study, which it isn’t.

Your condescension has sent my IED absolutely through the roof and I am very thankful for my own continuing freedom that we were not in the same room as I would have had some well thought out and egregiously unkind things to say about your parentage and education.

The fact that the self exists is self evident, and the fact that I am capable of writing this to you is literal proof. The odds of randomly colliding atoms eventually producing a machine that can lie to itself about being free willed is greater than the number of estimated atoms in the known universe, let alone this tiny speck orbiting a tiny ember dancing in a rather obscure arm of just one of ten trillion galaxies.

NOTE: I am not saying the ‘self’ is a mystical eternal force that exists beyond our death, I’m just saying that every single scholarly work I have seen trying to disprove the self has been some of the most ridiculous navel gazing I have ever seen and I used to be an alt.philosophy usenet user.

bradorsomething ,

You can stop punching him, you made your point. 🙂

AndrewZabar ,

Yeah I don’t have a clue what triggered him but now that I look again at his username, I think he acknowledges he’s just always angry? I don’t know. All I was doing was trying to be helpful but as the saying goes “no good deed goes unpunished.”

Angry_Autist ,

It’s medical, windowlicker.

Get bent in multidimensional ways and write a book about it.

I bet it’s a bestseller.

AndrewZabar ,

I dunno how you felt condescended to; whatever demons you have triggering you, I can sympathize, but rest assured that was never my intention. In fact, I worried I was mangling it and not expressing my thoughts clearly.

I hope you sort out whatever made you so livid over what was at worst a poorly articulated explanation of something that is hardly meaningful enough to bother with. As I said, I find it without utility so who really cares.

Hoping you feel better. Oh, for the record, that sentence was condescension :-)

Angry_Autist ,

Do I have to break out the crayons for you?

Dr. Benjamin Libet in the 80s did a series of tests on human cognition, involving people reporting when a certain configuration of a clock face occurred. This experiment is literally the watershed moment when psychologists and neurologists misinterpreted the results to be that “Humans actually act before they consciously choose to act” which is what started this entire faddish exploration of a nonexistent corner of the neurology and psychology fields.

Saccades are moments when your brain fills in your visual experience with false and blending data, usually during rapid eye movement. This is why sometimes when you look at a clock the second hand may seem to tick backwards one tick. It is your brain filling in the places where the movement of your eyes or other interruptions (like the hole in your vision your optic nerve makes but you almost never experience).

All of Libet’s ‘surprising’ findings are more reasonably and experimentally explained by saccades during the measurement steps than the explanation being that we are all deterministic self-modifying chemical cascades that can make more of ourselves and bear the illusion of selfhood. This concern was brought up before he published but never again and never since.

The reason why it makes me SO BLINDINGLY INFURIATED is that YOU ARE RIGHT NOW EXPERIENCING THE PROOF OF YOUR SENSE OF SELF’S EXISTENCE!

But because so many self-satisfied academics and rottube ‘surprising facts’ content creator’s careers now depend on that avenue of research being a valid path of study, all based on a near-as-self-disproving-interpretation as could possibly exist, no serious criticism of his methodology or interpretations is allowed in ANY level, academic, layman, or even just a fucking chat over a beer.

And it’s always some knowlessman making calming gestures while having zero basis of understanding other than that it’s the new edgy topic that comes in to quell discussions and both sidesism the whole thread to irrelevance.

Congrats for doing your job, I guess.

150 years from now when we really start to get a firm grasp on consciousness, the academics of that future (if we survive) will consider the denial of consciousness as a curious and misguided fad that led so many bright minds astray.

AndrewZabar ,

Jesus, dude, you’re blowing everything I said way out of proportion and also completely missing my point.

I think you just wanted to give someone a lecture while also grinding an axe or two. Have at it, enjoy.

You’ve already completely disregarded what I was talking about and have gone on to just unload whatever crap you’ve been wanting to.

Glad you got the opportunity to vent. I am way beyond done with this because it has never been a conversation. Feel free to keep going, I’m sure some readers will find it entertaining.

P.S. I think you’d benefit from therapy.

Angry_Autist ,

I think you just wanted to give someone a lecture while also grinding an axe or two

en.wikipedia.org/…/Intermittent_explosive_disorde…

canadaduane ,
@canadaduane@lemmy.ca avatar

Your condescension has sent my IED absolutely through the roof

Do I have to break out the crayons for you?

You understand condescension, and yet you still do it yourself.

Angry_Autist ,

If you punch me, you get punched back. It’s a pretty simple math.

canadaduane ,
@canadaduane@lemmy.ca avatar

Have you ever heard the story of the snake?

One evening, a man walks along a dimly lit path. He suddenly halts, his heart pounding with fear. Before him, on the ground, lies what appears to be a venomous snake. He freezes, paralyzed with dread. Only when a friend comes by with a lantern does the true nature of the object come to light: it is merely a piece of rope.

I learned this story from Thich Nhat Hanh, a Buddhist author. He would indicate with stories like this that our perceptions shape our reality. Often, we react out of fear and misunderstanding, seeing snakes where there are none. He said that mindfulness and deeper understanding can act like the lantern, illuminating the true nature of our experiences.

Azzu ,

I’m pretty much the same way. You gotta remember though that anger is not a negative emotion. An irrational amount of an emotion is a negative emotion.

An emotion is just a driving force of your behavior. “Angry” is mostly there for us to take action about unacceptable situations. Thus getting angry at the weather doesn’t make sense, since you can’t change it.

However, someone littering is in a limited way under your control. Like you said in another comment, you can confront them and use your power for them to pick up after themselves. Saying you’re not getting angry/irritated at all is the equivalent of not doing anything about it to most people. And I do think you’re at least getting irritated (which is a low form of anger) at people littering, which is why you do something about it or post this topic.

It seems to me a bit that you see any kind of anger, including being irritated, as bad, and thus show no sign of it/deny it even though you have it.

Thorny_Insight OP ,

It’s obviously a negative feeling in my view. It can be used as motivation for changing things to the better but I can’t see it as anything else as negative. It’s not a pleasant feeling.

Ofcourse I’m not immune to it myself either but being such a strong emotion it’s nearly impossible to not notice and thus it acts as a kind of mindfulness alarm. When I catch myself getting angry at something I immediately realize how that is in conflict with how I see the world and then the anger basically dissapears. It’s kind of like waking up at the morning and being irritated that it’s raining outside but then at the same moment realizing that I can’t change the weather and I’ll rather just be wet than wet and angry. It’s the so called second arrow.

Unlike weather I can affect other people however, and I do. No disagreement there. I simply just don’t see the need to feel anger while doing so. It’s done and can’t be undone. They couldn’t have done otherwise so no need to get angry and pretend as if they could have. My intention is to encourage them to not act that way in the future.

Azzu ,

I guess it depends on how much trouble you have with too much anger. Very often, anger is counterproductive, not only for yourself, but for actually effecting the change in others you desire.

In that case, it’s often good to “overcorrect” and rather try to feel less anger than appropriate, so that your troubles get reduced.

However, I still think it’s an overreaction and an appropriate amount of anger at the appropriate things is healthy, as in the end it’s actually a conflict within yourself to have less anger than appropriate - you’re forcing yourself to spend more energy suppressing/letting go of the anger, and then having less energy to effect the change you desire.

some_guy ,

When I was a smoker, I’d roll the cherry off my cigarettes and carry the butt until I found a trashcan.

People who throw trash on the ground are some of the most thoughtless and selfish pieces of shit in this world. They think that because other people get away with “bigger” or more noticeable wrongdoing, this little thing that they’re doing isn’t such a big deal. That’s it. “It’s not like I committed a murder, gaw!” Fuck you. You made the world worse for everyone else because you couldn’t be bothered to be inconvenienced a little bit. At least a thief has the motivation of profiting from their crime. You just fucked shit up because there wasn’t anyone there to stop you. Assholes.

AA5B ,

I didn’t think they were accepting cigarette butts but understanding those litterers. Cigarette butts are tiny and disappear after just a couple steps. They’re “no big deal”. Those things rolled have no concept how long they last nor how they add up.

Maggoty , to nostupidquestions in How does renouncing citizenship work?

If you just tell Country B that you do so, like in an oath or something? No, no effects on the old country and they may even still want taxes from you.

If you contact Country A’s government (usually the state department or foreign ministry) and go through whatever process they have and pay a fee then yes. You will no longer have the responsibilities (taxes, military service, etc) or the rights, (voting, travel, education, etc) in regards to the old country.

Should you actually go through that process? Consult a lawyer in your new country to see if it’s necessary. Sometimes it’s better to keep the old passport, like if you’re a western expat. Sometimes you’re trying to get out from under international tax obligations or required military service. Regardless, the new country generally doesn’t care what the old country thinks as long as you follow the laws of your new country. Sometimes it’s a verbal promise to renounce loyalty and sometimes they want that receipt from the old country saying it’s done.

luciferofastora , to linux in How was your experience using Linux in college?

I studied CompSci, so a very technical field, and with one exception (Power BI), everything I used ran on Linux just as well. For my Thesis, I used TeXStudio. For normal writing or presentations, I just used LibreOffice. For calculations, I used Python. For collaborative document editing, we used Google Docs.

Word of caution: LibreOffice supports the various formats of MS Office, but I’ve had issues the other way around, where a presentation I created in LO wouldn’t work in MSO. If you need to collab on files together, I’d recommend Google Docs. If it’s just you, I recommend sending PDF versions along with (or instead of) the original file, just to be sure.

AceQuorthon , to asklemmy in What is your favorite YouTube channels?

Red Letter Media! <3

(Yo, cake day lol)

MicrondeMMMMMMM , to linuxmemes in Based on a true story
@MicrondeMMMMMMM@lemmy.blahaj.zone avatar

Immutable doesn’t mean unbreakable though.

FiskFisk33 ,

tbf, thats not true immutability in the strictest sense of the word

kevlar21 , to asklemmy in What is your favorite YouTube channels?

Kris Harbour Natural Building - Guy building a homestead in rural Wales. He does some cool hydropower stuff. Built his own house and workshop. He’s currently building a timber framed barn of his own design for his equipment and the animals he raises using lumber he milled on a band saw mill that he also built (and I think also designed). This stuff is all documented on his channel. Dude seems really chill and down-to-earth.

simple , to lemmyshitpost in This is so freaking funny to me. I love Lemmy

You have already lost. I have portrayed you as a cringe wojack, and me the handsome chad.

DragonTypeWyvern ,

I prefer just calling them a shitlib and blocking them but to each their own

TrickDacy ,
DragonTypeWyvern , (edited )

Speak of the devil. Bye forever, shitlib.

Edit: Ahhh, the beautiful sound of

There is no record of this comment.

TrickDacy ,

I’m glad you’re so open about being anti-thought. Makes it much easier to dismiss your swill

Flummoxed ,

Thanks for the tag!

TrickDacy ,

What tag is that?

Flummoxed ,

For our shitlib friend.

TrickDacy ,

👍 I only ever remember trumpers on Facebook using that term

Snowpix ,
@Snowpix@lemmy.ca avatar

I love the tag feature on Boost for this very reason. Really shows who the “problem posters” on Lemmy are when you see the same ones you’ve tagged over and over, always with the worst takes.

Aqarius ,

It’s kinda annoying it lacks the RES feature where it links you to the tagged comment.

Windex007 ,

And could you explain how, for the court, how can you be correct, when I explicitly made you Principal Skinner?

Jury gasps

Banichan ,
@Banichan@dormi.zone avatar

Is a Wojack like a Chinese Bojack?

abfarid ,
@abfarid@startrek.website avatar

It’s actually supposed to be pronounced as “woyák”, so it doesn’t rhyme with Bojack.

Banichan ,
@Banichan@dormi.zone avatar
abfarid ,
@abfarid@startrek.website avatar

Oh yes, I’m so sorry. I meant to say “ackchually” (I normally don’t use that “y” after “h”).

nublug , to linux in Various distros across different families freezing when doing package manager updates

sounds like maaaaybe too little ram and no swap? what is your ram size and do you have any swap or zram enabled? i kinda doubt it because multiple distros should have a swap space or zram on by default on a fresh install but maybe not or you explicitly chose not to and it’s running out of memory.

dandroid OP ,

I have 16GB of RAM and 16GB of swap as a swap partition. Though I have also tried a 16GB swapfile and saw no difference. I don’t know about zram.

seaQueue ,
@seaQueue@lemmy.world avatar

If you haven’t intentionally setup zram swap you’re almost certainly not using it.

seaQueue ,
@seaQueue@lemmy.world avatar

Even then the recent LRU swap changes have largely eliminated pathological swap behavior cascading into an unusable system state. Those changes went in like 2y ago and should have been picked up by most distros by now.

seaQueue , (edited ) to linux in Various distros across different families freezing when doing package manager updates
@seaQueue@lemmy.world avatar

Try firing up btop in a terminal before you kick off an update in another, that should give you a better indication of what’s happening when the system hangs. Turn on kernel “show kernel threads” so you can spot anything kernel side eating CPU.

Check your kernel journal from the last boot after a freeze, there should be some indication of what went wrong before you rebooted the machine. journalctl -k -b -1 will show you what was going on with the kernel before the machine froze.

Edit: things to watch for in btop: CPU pegged at 100% and no disk activity? Look at the top process, there’s your offender. Super high IO latency but otherwise the system looks normal? Try another drive. Memory completely used and swap endlessly thrashing? Find something to kill to make more memory available.

Turn on “show kernel threads” in btop, they’re off by default, so you can see if something in the kernel is eating CPU time.

dandroid OP ,

I will try this once I get my system back up and running tomorrow! I’m going to install the distro on a new SSD and see what happens.

seaQueue ,
@seaQueue@lemmy.world avatar

I made a couple of edits above re: btop and troubleshooting, if you’re not used to diagnosing hardware and kernel issues they might help

eightpix , to asklemmy in Who is the GOATest GOAT?
@eightpix@lemmy.world avatar

Dissident voice: Noam Chomsky

The greatest of all time make changes to whatever game they are playing. Chomsky changes the realm of ideas. He questions narratives and provides damning evidence in support of his claims. His books reveal the inner workings of the Military-Industrial complex. He contests the positions of US Presidents of both parties. He follows the money, the use of language, and the differences between official fantasies and concrete realities. He raises others up, never sought fame, just did the hard work. Took all the heat that naysayers threw.

Read:

View:

Followupquestion ,

Chomsky is the guy that said Ukraine should just surrender to Russia, right? Truly a great example of living king enough to become the villain, and not in a Batman way.

eightpix ,
@eightpix@lemmy.world avatar

Right, because being America’s whipping boy (yeah, I said it) is really working out for Ukrainians.

America needs Ukraine to buy obsolete weapons now, use them against Russia’s current military capacity so that there’s real-world applications for next generation weapons. Also, all the strategies designed to contain a more militant Russia needed to be gamed out. Ukraine will be paying this war back for generations. Think Haiti’s reparations to France, but with bigger numbers.

A years-long conflict also “softens” Russia up for the next round of sanctions — maybe they’ll be effective this time!

Chomsky said, in effect, ‘Nope, that’s dumb’ (not a quote). Also, there were months and months of Russian build-up on the border. Before that, years of signals, comments, and overt actions showing that they are legit pissed that NATO came knocking. There should’ve been diplomacy, dialogue, deal making. ‘Nope, that’s dumb. War is profitable.’

NATO (read: USA) wasn’t about to be told who can be in their little club. Russia wasn’t about to be told that ICBMs would be parked on their doorstep. So, conflict.

So, what else has Chomsky said?

“the U.S. seems to be fighting Russia to the last Ukrainian, reiterating the conclusion of Diego Cordovez and Selig Harrison that in the 1980s the U.S. was fighting Russia to the last Afghan.”

"It is, surely, worthwhile to think seriously about the history of the past 30 years since Bill Clinton launched a new Cold War by violating the firm and unambiguous U.S. promise to Mikhail Gorbachev that “We understand the need for assurances to the countries in the East. If we maintain a presence in a Germany that is a part of NATO, there would be no extension of NATO’s jurisdiction for forces of NATO one inch to the east.”

"Those who want to ignore the history are free to do so, at the cost of failure to understand what is happening now, and what the prospects are for preventing “much worse.”

Sources: Chomsky.info and Truthout

biggerbogboy , to memes in Which one would you choose? (Updated version)

Hmmmm… Kinda strange how a 1-day-old account is posting about hating the platform they just joined… Besides, most of these issues vary from instance to instance, so judging the entire Lemmy network, let alone the entire fediverse, in such a way is just like saying everyone is bad at driving because you saw one car accident.

NovaPrime ,
@NovaPrime@lemmy.ml avatar

With zero evidence, other than having watched their crusade against mbfc over this past week, this feels like a weird alt by /u/CaliforniaKove who has been spamming everything with anti-mbfc posts recently

toasteecup ,

Catch me up on the drama please?

Lightfire228 ,

This smells of bot/troll account

Maybe some reddit mod or admin taking the piss?

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • lifeLocal
  • goranko
  • All magazines