Spyke

Replies

Comment on

Mega Thread - Donald Trump Pleads Not Guilty to Conspiring to Defraud the United States in Arraignment - Washington DC

Being a US citizen, it is interesting to observe my social circles reactions to both President Biden and President Trump.

Most of the men I know trend towards being pro Trump and I don't think this will sit well with them. The reason being that I think it is less about what Trump actually does to them, but rather what he represents. Last I checked via wikipedia, Trump has anti trans campaign points for 2024.The trend I notice is that men I knew who grew up going to church feel displaced by their traditional view being eroded by things like LGBT, gender identity questions, and changing of the times in general. While the women I know who even often date these men the opposite; they feel more comfortable being accepting of everyone by default.

Should Trump be convicted, I think it will alienate a group of voters into full disbelief of the existing system. The question is does that matter at all in the grand scheme of things or should these voters feel slighted - will that matter since they have no real recourse or will they simply forget Trump given time.

In preparation for comments on this - please don't try to assign me politically. I'm simply remarking on what I've observed as a citizen when speaking with other adults in my life.

Comment on

Why you shouldn't use Brave Browser

the hateful browser

Holy shit man imagine if we judged every huge project by one asshole at the top. There wouldn't be a single thing to enjoy in this world.

Edit:

I am going to add more perspective to this, because holy shit people are so into eating nothing burgers.

Reddit/Twitter was a database and API that everyone was centralized onto, there was no choice. Brave you can literally fork because its open source. Aside from that this was literally the CEO's personal donation of $1000...in like 2014. Almost 10 yrs ago.

Elon, as CEO and on the X/Twitter brand:

Meanwhile Brendan:

Gnubyte

Comment on

Google's trying to DRM the internet, and we have to make sure they fail

Sigh. Whoever they have working in their DRM department has been an asshole for a long time now.

This is what the third or fourth - minimum - thing like this they've tried to pass in a few years? I actually like Google as a product family but every time they do this it hits me right in the "maybe I should reconsider" department. Its also usually met with a hard resounding no from everyone. Maybe its that they have a task force that is paid well to protect their ad interests and recover some sort of deficit they see in their ad product.

I donate to the EFF to fight things like this at a professional level...also good to point out though that its not just google's fault. If they build a moat for businesses and everyone installs one, that is everyone's fault.

Comment on

Has anyone else noticed a sudden lack of reading comprehension skills?

I'll generalize and say there are many my age in their 20s that watch things like TikTok and shorts that are conditioned for the fastest intake of media. This means ignoring the written word outside of texts.

Even myself, if I see a wall of text in an article, I know to skip the fluffer ad-reads down to paragraph three, then skim. To be fair most articles could be wrapped up to maybe two paragraphs but get extended for ad spots. Outside the context of reading articles on say lemmy, especially online, there is a largely missed hear mean not what I'm saying operating in good faith that often gets missed online. For example if someone posts an article about how smoking kills you, and I post a comment that "yes but its a creature comfort" I am not refuting it kills you - I'm merely suggesting that its a rough world and that people have vices to cope.

Nuance and assumption that we're acknowledging it is often lost on people.

memes

Comment on

Lemmy since the reddit collapse

Honestly it's exhausting to the whole lemmy experience that every time something gets even slightly political, there's an extreme communist in the comments pushing their agenda.

I can literally say "hey man they all suck yo fuck politics am I right?" And in comes a guy who tells me I'm a Republican or Democrat or fuck America, whatever. I can even agree that the news is biased in America, and I'll still get the same response.

It makes conversations for the average consumer on the platform unproductive at best, unsettling in its worst form.

Comment on

Biden calls China a 'ticking time bomb' due to economic troubles

Its far more weird how many people pick one of these countries like its a RPG faction. Can we all agree most of these countries do some totally evil things as far as governments go? Who gives a fuck how much debt they're in, they're all just printing their monopoly dollars anyways and we're stuck with the inflation. Its like people like to masterbate to their favorite team via internet comments.

Comment on

Microsoft Finally Realizes Nobody Wants Its Windows 11 Preinstalled Bloatware

Mmm that's not really realizing anything.

You know what sort of tom fuckery I had to get into to get my gaming laptop working? I had to find a sketchy windows 10 LTS IOT ISO, run some registry hack then find and install all my drivers just because the regular working consumer edition of windows is such a bag of bloat..

For hardware I paid for..! Next time I'm just going with system76 right out of the gate. I just kept reading reviews about things not working right or still being in development so I bought a mainstream laptop with a warranty.

A lot of linuxy or FOSS sort of stuff is still buggy despite being better than it was ten years ago. No one talks about it. Purism phone, pine phone, Linux gaming, the steam deck, etc. They all have major flaws or sometimes breaks in functionality. Where mainstream has breaks 1/10 even the best Linux setup has breaks 1/5 of the time minimum. And that's great but it still sucks that you have to look elsewhere because mainstream is a monetization sponge in all senses of the phrase.

Comment on

What are your programming hot takes?

🌶️🥵Many people consume Facebook meta company's tech stack wholesale, don't know how to actually traditionally program their way out of a paper bag, and web dev and devops caused a massive layoff (250k people) at the end of 2022, start of 2023 because it was all vaporware. They consume the same software in droves if the other guy uses it.

There is an entire subculture around it that is just a bunch of medium.com writers, YouTubers and twitter handles just trying to get the clicks for their ad money. Some of these guys have never written valid software or done anything noteworthy. If you meet them head on you'd find they have enormous egos and can't find a counter argument when presented with reason.

I'll even add on that there are many programmers who don't know how to code outside a web app.

Why is something like [react, graphql, react ssr, devops, tailwind, unit tests, containers] vaporware?

  • there are other frameworks even with component libraries that are easier to read the code for large codebases, better maintained, and have cohesive full stack solutions, and even faster to develop in, to name one quasarJS or even just plain ecmascript
  • if you look at the anatomy of these enterprises using these solutions they've evolved to have micro front ends requiring armies of workers.
  • devops is a sales term, the actual implementation of it is so contextual that you'd probably find you don't need a full time job for it half the time and most are relatively easy to setup inside of a business quarter
  • not everything is Facebook scale: unless you're padding your resume why did some of these get adopted? How complicated does your app need to be? Did you really need to transpile JavaScript for it?
  • unit tests were code to test your code that you're going to have to functionally test anyways: you're telling me that you have to write your code...twice? How the hell did this ever get justified to mangers? Why did the culture not evolve into literal automated smoke tests of the actual builds, instead of testing whether a function that is probably type annotated is going to fire anyways???
  • docker/containers suck ass: great that they solved a problem but created a whole new one. we moved to python and JS which were JIT without artifacts and suddenly everything needs a generalized build system to run it. C lang variants and Rust lang compile to a binary you can just run... Ship the small ass binary not an entire container to run your shitty web app

You know the stuff I don't hear about?

  • Javascript and Python were steps in the evolution but never the end goal. I'd even say the same of java. There are new solutions but JavaScript in the browser especially should be replaced.
  • eye appeal is buy appeal
  • that eye appeal shouldn't always mean you need to use a library or framework; vanilla apps work okay too.
  • binaries/artifacts/installer packages > containers
  • automated testing of the actual end product
  • well written logging to the point someone can tell what the application was doing without seeing code
  • using all these compsci algorithms to actually write new products and searches from scratch instead of being a framework baby: do you actually need ELK or Splunk for your search? Really?
  • you probably don't need MySQL for a lot of projects, I bet you an async library with sqlite would be the same for many of these projects.
  • small teams with feature rich apps using SSR, the value of an SSR web app
  • the value of a SPA
  • the value of traditional desktop software and not using REST APIs
memes

Comment on

whyyyy, that doesn't make any sense...

Unregulated lobbied capitalism. I'm okay with capitalism and competing ideas. What I'm not okay with is some of the late stage problems we've encountered as a society. Assuming the US average person lives to be a very low of 50, we are four generations deep. Ive known two generations in my own lineage. That's not very long.

It's okay to make better systems. Even for billionaires its okay because a rising tide floats all the boats. This is something that needs to be taught better to the upper class. If these guys had less complaining workers, people willing to contribute more so in their enterprises, workers who are happy to make their products, it would be fine. Putting the squeeze on the little guy does nothing for these dudes besides some tight margins.

Coupled with a very elderly legislative body we are left with senseless greed in both trade and politics. Portions of the population just consume politics like it's a sitcom. What we're left with is a system in need of refinement.