"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearIN
Jump
I'm not even sure what sovcit wants to do.
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJE
    jeremyparker
    Now 100%

    Serious talk now, everyone. Jokers step aside for a moment.

    If you're broke, and don't mind fleecing sovcits, you can make yourself a website with made up credentials, degrees, and publications. Then, you respond to posts like that with extremely confident affirmations.

    Yes, absolutely you can. The thing is, because the original Ancient Tablet law structure was never explicitly repealed, it has been used successfully in court in the USA and Australia to have suspended licenses purged from the database (any fines you may have remaining will be eliminated as well). See federal cases US vs Leewater, US vs Washington Johnson, and US vs Phil, Gill, and Jill.

    If you don't have the forms and such I'd be happy to help out, email me at john@veryrealdomain.com

    6
  • What is/was your distrohopping journey?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJE
    jeremyparker
    Now 100%

    My journey was Windows-> Ubuntu -> Mint -> Fedora -> Arch.

    (Infuriatingly i still use windows for gaming, but nothing else.)

    Did i mention that i use arch?

    More importantly:

    fucked up all my data with no backup.

    One time i messed up a script and accidentally copied 40,000 mp3s to the same filename. 20 years of music collecting, literally going back to Napster, all gone.

    Well, not completely gone. I've got everything uploaded to iBroadcast, and I'm pretty sure i can download my library. But I'm not sure i deserve to.

    4
  • Spotify is raising the cost of Premium subscriptions, again
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJE
    jeremyparker
    Now 100%

    If you like to upload your own music (like Google music), iBroadcast is the tippy tops. You can still use bandcamp (with or without yt-dlp) for discovery, and then upload what you like to iBroadcast.

    1
  • Need Some Advice
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJE
    jeremyparker
    Now 100%

    HTML is pretty straightforward so just understanding the very basic stuff is probably all you need. CSS is where html gets any challenge it might have.

    CSS is weird because it's very "easy" so "real developers" kind of object to learning it, but the truth is, if you gave any of them a layout design, they probably couldn't build it. There are tools like tailwind to help, but, IMO, tailwind just helps you avoid learning css's vocabulary, but you just replace it with having to learn tailwind's vocabulary.

    JavaScript on the other hand is a "real" programming language, though decidedly quick-n-dirtier than other languages. It lets you be a lot more sloppy. (Tbh it's a lot more forgiving than css!). As a result, it lacks the elegance and control that "real developers" like -- and, as most people's first language, it lets newcomers get into bad habits. For these reasons, JavaScript is a bit derided -- but, unlike CSS, most developers can't avoid it.

    There are a few key ideas in JavaScript that, once you understand them, things make a lot more sense. (I won't get into them now, since it doesn't sound like you're at the point where that kind of clarity would help, but, when you are, come on back here and make a post!)

    TLDR: HTML is definitely something you can just pick up along the way. JavaScript is a real language that will take a little while to feel comfortable with, and it will take a career to master. CSS will never be easy, so don't let it hold you back.

    3
  • Interesting hacker used my GF's name and YOB for password. Thoughts?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJE
    jeremyparker
    Now 100%

    I dated a girl named Password for a while. She was a lot older than me, she was born in the year 1234.

    Anyway, @op the exact same thing happened to me. I gotta get smarter about opsec.

    24
  • How do you contribute to OSS?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJE
    jeremyparker
    Now 100%

    Follow up question -- I'm not OP but I'm another not-really-new developer (5 years professional xp) that has 0 experience working with others:

    I have trouble understanding where to go on the spectrum of "light touch" and "doing a really good job". (Tldr) How should a contributor gauge whether to make big changes to "do it right" or to do it a little hacky just to get the job done?

    For example, I wanted to make a dark mode for a site i use, so i pulled the sites's repo down and got into it.

    The CSS was a mess. I've done dark modes for a bunch of my own projects, and I basically just assign variables (--foreground-color, --background-color), and then swap their assignments by the presence or absence of a ".dark-mode" class in the body tag.

    But the site had like 30 shades of every color, like, imperceptibly different shades of red or green. My guess was the person used a color picker and just eyeballed it.

    If the site was mine, I would normalize them all but there was such a range -- some being more than 10-15% different from each other -- so i tried to strike a balance in my normalization. I felt unsure whether this was done by someone who just doesn't give a crap about color/CSS or if it was carefully considered color selection.

    My PR wasn't accepted (though the devs had said in discord that i could/should submit a PR for it). I don't mind that it wasn't accepted, but i just don't know why. I don't want to accidentally step on toes or to violate dev culture norms.

    3
  • Systemd Looks to Replace sudo with run0
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJE
    jeremyparker
    Now 84%

    Me: Oh, I get it, this "Lemmy" website -- it's like The Onion but for nerds?

    My fellow lemmings: No, they're serious. run0 is real.

    Me: Hah. The Onion, but for nerds! I love it.

    32
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCA
    Jump
    It has to be a conspiracy of some kind
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJE
    jeremyparker
    Now 100%

    I hear this complaint all the time and you people just don't get it. The existing inter-georgian transportation network employs hundreds of thousands of people, and you want to just put them all out of work?

    Non-georgians just don't understand that a 34 hour commute is very normal and just fine and we don't need your fancy "tunnel" to shorten it.

    Look at the Cross-Carolinian Expressway (CCE) that was initiated last year. It won't be done until 2177 but it will shorten the trip from North Carolina to South Carolina to a mere 17 hours. Until then, they still go around the horn of Africa to make that trip, seeing 77% of the known world. Pretty soon none of those Carolinian kids will know the feel of the sea air on their skin.

    And yeah, obviously the Inter-Georgian Tunnel would be a feat of engineering on the level of the Bama Skyway, connecting Alabama and Myanmar (look it up), or the Alexandria Rail Network which connects every city on earth named Alexandria. But any real engineer will tell you that engineering for the sake of engineering isn't engineering at all.

    But you guys can post your propaganda all you want. We all know that the Anti Absurdist Infrastructure Association (AAIA) has been emboldened by their recent "success" against the Des Moines Highway (connecting Des Moines, Iowa with Des Moines, Iowa, the long way around) and shutting down the Moonshot Committee, who had well over 17 plans in the works for roads to the moon in progress with municipalities all over there country, until AAIA got wind of it.

    Good luck.

    2
  • Why there is so much communist propaganda on lemmy?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJE
    jeremyparker
    Now 57%

    While you're not wrong, it's important to retain a global perspective. There are "communist" leaders that were total pieces of shit and while they did have help, that help wasn't always capitalist. Stalin is an example here.

    And then there's pieces of shit who were supported by external forces, but not by capitalist regimes seeking to undermine them. I'm not 100% confident in this history, and there's no way I'm going to spell his name right, but, the Romanian piece if shit, Caucescu (???) came to power riding a wave of support from the Nazis. Hitler didn't do it to destabilize Romania, but because he was like, "there's some good old fashioned fascist genociders down there, let's give them more guns." And those fascist genociders were technically communists.

    What I'm getting at is that the enemies of a worker-ruled communist state are many, and many of those enemies are within their own systems. Communism, like every other system, suffers from the fact that there are humans involved. Just because a communism exists doesn't mean it's going to be utopia.

    But that also doesn't mean that communism can't be good, or at least better.

    1
  • Why there is so much communist propaganda on lemmy?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJE
    jeremyparker
    Now 73%

    Lol you just provided the simplest counter to the most common capitalist argument.

    "You don't understand capitalism, bro. The problem isn't capitalism, it's the regulation on capitalism. Under a true capitalist system, there can't be monopolies because capitalism rewards competition."

    Ok so what happened to all the reddit apps


    Edit: I really like the reddit app example because it's simple: no regulation or anti-capitalist force made them to that, it was literally just a capitalist decision.

    But regulatory capture is an important part of capitalism, and no matter how many ancap bullshit artists say otherwise, government is absolutely part of the capitalist plan. Giving the workers a "say" (or the illusion of one) keeps them a bit quieter, but more importantly, having a government outsources a lot of crap they would otherwise have to pay for, like infrastructure, which would be a huge strain on profits.

    In fact, the ancap bullshit idea that unregulated markets would improve things is an artificial limitation on capitalist power. Total lack of regulation is a restriction on capitalism.

    7
  • Why there is so much communist propaganda on lemmy?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJE
    jeremyparker
    Now 92%

    Tbf reddit used to be a lot more lefty. Back when Shit Reddit Says was the dominant subculture it was a lot of fun... But then Steve Bannon wanted Trump to be president and SRS lost the war against red hats and bots.

    12
  • Apple keeps flogging 8GB of RAM for its Mac computers but it's still a dead horse
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJE
    jeremyparker
    Now 100%

    The 8gb ram MacBook works great for [...] writing resumes...

    Um I'm not sure where you heard that but ChatGPT requires a shit ton of memory

    (Sorry, I'll show myself out)

    2
  • Did the year zero never exist ?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJE
    jeremyparker
    Now 100%

    The enumeration on the losing side of that debate is probably correct. But as a person who was in my early 20s in 2000, I'd like to offer what I will characterize as The Historical Context and Definitive Conclusion to This Debate.

    No one actually gave a shit about that debate. Sure, it came up, but it did not alter anyone's party planning. We weren't actually celebrating the changing of the millennium, we were celebrating because we had a permission slip to do so. Any attempt to withdraw that permission was unwelcome.

    In Paris on December 31st, 1999, at around 11pm local time, someone threw themselves in front of a metro. The trains were free that night (because it was the 100 year anniversary of their opening iirc), but because of that suicide, at least one of the train lines was substantially delayed. The streets from the center of the city to the north side were crowded well toward dawn as everyone chose to walk home instead of wait indefinitely in a stinky train station.

    That person, who chose to end their life on the tracks that night, holds the core truth of the debate within his death: it's a ridiculous debate and those who would fight for it should just stay the hell home and let the rest of us drink a lot and dance.

    2
  • How do you handle UX Design?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJE
    jeremyparker
    Now 80%

    Copy designs you like, and keep a couple of CSS files +/- web components that you can carry along with you from project to project. Tweak then as you go.

    Like everything else, getting good at making designs that you like will take time and effort, so if you want you get good at it, do it! I find it fun, and my designs aren't to everyone's taste (I too like black tshirts), but whatever.

    Plus, getting good at making designs that i like has made me better at making designs clients/projects will like, so, win/win.

    3
  • Reminder: crypto isn’t solarpunk. It’s cyberpunk.
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJE
    jeremyparker
    Now 100%

    Literally a children's hospital in my city had their shit locked up by "hackers" -- they were using pen and paper to schedule appointments for weeks, using handwritten notes to pass health details from ER to ICU, etc. It could still be down for all i know, I haven't checked in a while.

    I don't know exactly how much pain and suffering this has caused kids, or how many died because of it, but i know how hard it was when my son was in the hospital for months when he was little, and that was with a fully functional hospital.

    It's fucking disgusting. And I'm like kinda pro-crime a lot of the time...

    3
  • Reminder: crypto isn’t solarpunk. It’s cyberpunk.
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJE
    jeremyparker
    Now 100%

    Unfortunately an economic system is only as useful as its buy-in, and that's the hard part. If you want you fight financial hegemony, don't give wealthy people another lever of control.

    4
  • Reminder: crypto isn’t solarpunk. It’s cyberpunk.
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJE
    jeremyparker
    Now 100%

    It's hard enough to get people on board with social movements that directly help them and have no downsides; you're going to have a hard time promulgating a financial system that undermines the wealth of the people who dominate the standard financial system, especially when the more wealth you've accumulated (in the standard system) is directly proportional to your ability to spread propaganda to support your wealth.

    There are better, more winnable, battles to fight than the global financial system.

    While i agree that a victory there would be huge, part of the reason it would be so huge is because of how very, very unwinnable it is.

    That said, if you're super stuck on finance as the issue you want you be involved with, imo, the best thing you can do is communicate the questions -- the problems with contemporary finance, of which there are so very many -- and don't waste your time offering solutions.

    (Even if we had a solution that could work, it would surely be obsolete by the time it could be meaningfully implemented. Cryptos of all kinds, at this point, can only provide their benefits to people with disposable wealth, who can afford to take the risk, and those are exactly the people who don't need you to fight for their interests. Or anyone -- but you're not anyone, you are you; your energy is finite, spend it where it can help the people who need it most.)

    4
  • In CSS, let's talk about srcset or image-set. In that context, you can define which image the browser loads using 1x, 2x, 3x, etc. These refer to pixel density. (In the case of srcset, you can use pixel dimensions too, which sidesteps the issue I'm going to talk about, but it still occurs in image-set, and also is still weird to me in srcset, even if you can side step it.) So, assuming, say, a 20" monitor with 1080p resolution is 1x, then a 10" screen with 1080p would be, technically, 2x - though, in the real world, it's more like a 6" screen has a 1000x2500 resolution - so, I don't care about math, that's somewhere between 2x and 3x. Let's imagine a set of images presented like this: ``` srcset(image_1000x666.webp 1x, image_1500x1000.webp 2x, image_3000x2000.webp 3x) ``` then an iphone 14 max (a 6"-ish screen with a 1000x2500-ish resolution, for a 2-3x pixel density), would load the 3000x2000 image, but my 27", 1440p monitor would load the 1000x666px image. It seems intuitively backwards - but I've confirmed it - according to MDN, 1x = smaller image, 3x = larger image. But as I understand it, an iphone 14 acts as if its a 300x800 screen - using the concept of "points" instead of pixels - which, in the context of "1x" image size makes a lot of sense - but the browser isn't reading that, all it seems to care about is how many pixels are in an inch. I made a little page to demonstrate the issue, tho I acknowledge it's not hugely helpful, since, other than using your actual eyeballs, it's hard to tell which image is loaded in the scrset example, but take a look if you want. https://germyparker.github.io/image-srcset-example/

    4
    2
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJE
    Now
    1 282

    jeremyparker

    programming.dev