Not a bad meme, but it feels like the Venn diagram of people who have been playing 50+ years, know about the Alt-F4 prank, and can’t figure out how to reload would be a pretty tiny overlap…
I wonder if it would still hold up to me, but I really liked True Crime: Streets of LA on the Gamecube. I'm led to believe it was not well received, and is derided as a bad GTA clone
I recognize that it's a workaround for a problem foisted on us by idiots and we shouldn't have to deal with it, but I like the absurd notion of a "Spam folder" of websites
Yes and no. The truth of the matter is supply-chain attacks in any repository are almost impossible to fully mitigate. The attack you linked sounds like a big and successful attack, but there are more minor attack attempts all the time. It’s the blessing and curse of every package manager that anyone can upload almost anything.
The upshot is that the most active repos have the most eyes. Not to say an attack won’t fly under the radar, but if the React or Angular packages (or their dependencies) start acting weird, it’s more likely that someone will notice, as there are people dedicated to auditing such things.
Furthermore, a lot of the smaller packages do “one thing” (see the infamous is-even package), so they are small and easy to self-audit if you are paranoid enough.
It’s not perfect, and there will always be more headlines about the next big attack, but it’s still a boon overall IMO.
I'm a big fan of tig for visualizing the graph and looking over history (then I don't need to leave the terminal, and it's snappier, in my experience, than most full-GUI programs like Sourcetree), but for actual Git commands, I like the CLI
I'm glad it is now. I remember a decade or so ago, I wrote an APNG decoder, so I was deep in the world of APNG.
And I remember reading various things that made me think MNG was the 'more official' flavour of "animated PNG", and it was absurd to me, because APNG seemed like a much more approachable spec. I'm glad the winds have turned...
One thing you should do is grab your data for easy moving, you haven't already.
Assuming you're using the default Lemmy web UI (not Voyager, or Photon, or a mobile app, or whatever), click on your username in the top right, and select "Settings".
On the settings page, there's a section called "Import/Export Settings". Click the "Export" button and let your browser download the file.
Then, when you switch instances, you can go into the same Settings page on the new instance, select the file you downloaded, and hit "Import" and you will automatically be resubscribed to the communities you subscribed to.
If you aren't married to Hugo as your solution, I will recommend giving Eleventy.js a look.
It's a static-site generator, but a good amount of flexibility is afforded by virtue of using pure JS to generate view data (which means that you can do any conversions needed, manually or with NPM packages if needed for more proprietary data formats), and it supports a bunch of templating engines too.
Touche
Not a bad meme, but it feels like the Venn diagram of people who have been playing 50+ years, know about the Alt-F4 prank, and can’t figure out how to reload would be a pretty tiny overlap…
I wonder if it would still hold up to me, but I really liked True Crime: Streets of LA on the Gamecube. I'm led to believe it was not well received, and is derided as a bad GTA clone
Do you like Pokemon or Digimon more? Who's your favourite 'mon?
I've been so on the fence about attempting to solder, but it frightens me the idea of causing a little sparky fire.
So, good on you!
I'll take
puts on sunglasses
The whole enchilada
YEEEAAAAHHHH
Not that it makes it "good', but the issues found seem (to me) more incompetent than nefarious, at least.
Just in case you haven't played it, the first SUPERHOT is, IMO, quite a bit better than the second, so I'll toss that in there.
As a wilder card, I'll suggest the Batman Arkham games. I think Arkham City is probably the most well-regarded of them.
Saw these guys back around, ~2010 opening for Psycroptic IIRC. Absolute madness. This and their final album are great.
I recognize that it's a workaround for a problem foisted on us by idiots and we shouldn't have to deal with it, but I like the absurd notion of a "Spam folder" of websites
Yes and no. The truth of the matter is supply-chain attacks in any repository are almost impossible to fully mitigate. The attack you linked sounds like a big and successful attack, but there are more minor attack attempts all the time. It’s the blessing and curse of every package manager that anyone can upload almost anything.
The upshot is that the most active repos have the most eyes. Not to say an attack won’t fly under the radar, but if the React or Angular packages (or their dependencies) start acting weird, it’s more likely that someone will notice, as there are people dedicated to auditing such things.
Furthermore, a lot of the smaller packages do “one thing” (see the infamous is-even package), so they are small and easy to self-audit if you are paranoid enough.
It’s not perfect, and there will always be more headlines about the next big attack, but it’s still a boon overall IMO.
Honestly, quite fun. The instrumentation is nothing to write home about, but it's a pretty decent canvas for each of their styles to come through.
I am almost done with Legend of Zelda: Echoes of Wisdom. It's weird, but I'm enjoying it.
I had a blast with this one last year. Fun card battler with light social elements.
Aye, looking at the replies, I'm becoming aware that I left out a couple key assumptions I've made. Assuming:
a)
idis aPRIMARY KEY(or otherwiseUNIQUE)b) I mean
equivalentinsofar as "the rows returned will contain equivalent data same (though maybe ordered differently)"Aye, looking at the replies, I'm becoming aware that I left out a couple key assumptions I've made. Assuming:
a)
idis aPRIMARY KEY(or otherwiseUNIQUE)b) I mean
equivalentinsofar as "the rows returned will contain equivalent data same (though maybe ordered differently)"I'm a big fan of
tigfor visualizing the graph and looking over history (then I don't need to leave the terminal, and it's snappier, in my experience, than most full-GUI programs like Sourcetree), but for actual Git commands, I like the CLII'm glad it is now. I remember a decade or so ago, I wrote an APNG decoder, so I was deep in the world of APNG.
And I remember reading various things that made me think MNG was the 'more official' flavour of "animated PNG", and it was absurd to me, because APNG seemed like a much more approachable spec. I'm glad the winds have turned...
One thing you should do is grab your data for easy moving, you haven't already.
Assuming you're using the default Lemmy web UI (not Voyager, or Photon, or a mobile app, or whatever), click on your username in the top right, and select "Settings".
On the settings page, there's a section called "Import/Export Settings". Click the "Export" button and let your browser download the file.
Then, when you switch instances, you can go into the same Settings page on the new instance, select the file you downloaded, and hit "Import" and you will automatically be resubscribed to the communities you subscribed to.
If you aren't married to Hugo as your solution, I will recommend giving Eleventy.js a look.
It's a static-site generator, but a good amount of flexibility is afforded by virtue of using pure JS to generate view data (which means that you can do any conversions needed, manually or with NPM packages if needed for more proprietary data formats), and it supports a bunch of templating engines too.