xoggy

joined 1 year ago
[–] xoggy@programming.dev 1 points 2 days ago

I think you're underestimating how impossible a task it is for China to hit a moving target. Even so, their move towards isolationism is at odds with an industry that has the most complex and globally integrated supply chain in existence.

[–] xoggy@programming.dev 2 points 3 weeks ago

Best name to call it is to just not call it anything. Don't talk about it. Let it die.

[–] xoggy@programming.dev 42 points 1 month ago (4 children)

But it's Linus so everybody likes to think everything he says is blunt and crass.

[–] xoggy@programming.dev 2 points 1 month ago (1 children)

I used both for years but always preferred weechat with the nicklist enabled and at the top, so that it didn't break urls or selecting multi-line text. Although the nicklist feature is moot for huge irc channels the ui and user experience is overall better with weechat in my opinion.

[–] xoggy@programming.dev 5 points 2 months ago

Most people here (who didn't grow up in the US 50+ years ago) wouldn't give negative connotations to the software's name. I'm on the side that it is well divorced of an ableist meaning but that's where the disagreement lies and some people are making a big fuss over.

Should we stop using words like taser and amok as well for having historically racist associations despite being divorces of those meaning? https://en.wikipedia.org/wiki/Tom_Swift_and_His_Electric_Rifle

Our language is littered with more "land mines" that we realize if we want to make land mines out of them.

[–] xoggy@programming.dev 67 points 2 months ago (8 children)

Do you have evidence of that? That's not what I saw: https://www.gimp.org/docs/userfaq.html#i-dont-like-the-name-gimp-will-you-change-it

I don’t like the name GIMP. Will you change it?

With all due respect, no. We’ve been using the name GIMP for more than 20 years and it’s widely known. The name was originally (and remains) an acronym; although the word “gimp” can be used offensively in some cultures, that is not our intent. On top of that, we feel that in the long run, sterilization of language will do more harm than good. GIMP has been quite popular for a long time in search engine results compared to the use of the word “gimp”. So we think we are on the right track to make a positive change and make “gimp” something people actually feel good about. Especially if we add all the features we’ve been meaning to implement and fix the user interface. Finally, if you still have strong feelings about the name “GIMP”, you should feel free to promote the use of the long form GNU Image Manipulation Program or exercise your software freedom to fork and rebrand GIMP.

[–] xoggy@programming.dev 9 points 3 months ago

For some reason I first read the title as "journalists take to archiving their own hands" and thought this was some morbid kind of protest.

[–] xoggy@programming.dev 0 points 5 months ago (1 children)

diarrhea of the mouth but for the anus... so diarrhea?

[–] xoggy@programming.dev 1 points 6 months ago

Just an update: I transplanted them 13 days ago using both recommendations. First I slid the root ball from the pot by turning it upside down and gently pushing on it from a hole in the bottom of the pot. Once the root ball was free I dunked the root ball into a bucket several times until all the potting soil dissolved. From there I could unspool the taproots from each other which were thick enough to where none of the sprouts were damaged and all are growing well. Pictures from a week after transplant:

 

Last autumn I stored several acorns in a 5-inch pot that was filled with potting soil and covered. I took the cover off 2 days ago to discover 7 saplings between 3 and 7 inches long. They are too big for the pot I was storing them in. Are they safe to transplant at this stage? What size pot should I transplant them in? How do I safely move them without damaging them?

[–] xoggy@programming.dev 7 points 7 months ago (4 children)

Industry is like a triangle and if you move towards one corner you have to move away from another:

      cost-effective
         /\
ethical /__\ green
[–] xoggy@programming.dev 1 points 8 months ago

Java and JavaScript are like car and carpet because despite the beginning of the names matching they serve different purposes. In the early web days Java applets were a thing and it failed which is why a new language was needed. It's not a secret that there was pressure to make Javascript look like Java, that's just not the point of the figure of speech.

 

I found no documentation on how to do this but found this option in the home-manager source code that I might not be using correctly:

home-manager.users.my_username.xfconf = {
  enable = true;
  settings."xfce4-keyboard-shortcuts" = {
    "<Super>space" = "rofi -show drun";
    "<Super>space" = "rofi -show drun";
  };
};

Any ideas?

Here is my full configuration.nix file for full context if that helps. I just started with Nix and NixOS this week so I the config is a bit haphazard at the moment.

view more: next ›