20
submitted 1 week ago* (last edited 1 week ago) by danhab99@programming.dev to c/goodoffmychest@lemmy.world

I cannot watch TikTok or YouTube shorts or Instagram reels anymore.

When it comes to having any degree of comprehension as to why these apps insist on making me so angry I feel like I cannot characterize myself as anything better than a plank of wood.

I don't understand who is benefiting from this relationship because clearly I'm not. Every time I stop scrolling on tiktok or YouTube I am so angry I cannot focus on my job! I can't decide what to do next! I can't do anything!! I'm not even clicking on ads, I've bought a couple of things from TikTok that are ok,, prices are sometimes better on tiktok,,

But if I watch one more:

  • CPS worker try and fail to kidnap children
  • Any sort of religious debate though most of the ones I'm getting are about Jesus and convincing people that Islam is real or not
  • Narrated stories from Reddit
  • Ella Boyett (the hiiiiiiiii Karen with the wig)
  • Any skits about customers misbehaving at businesses
  • Instructional recipe videos formatted in discovery-speak, for example "when you add this to this and add this to this and mix and bake you get this"
  • Sheffield Jew hunt awareness videos
  • Videos about how gross immigrants might be behaving in European cities
  • NYC, Dearborn Mi, Lakewood Nj
  • Anything involving screaming
  • Video recording strangers crashing out
  • Crashouts in general actually
  • Videos of people whining about something that they're psyoped to believe they need in their life
  • Tiny accounts with less than 100 followers making lukewarm observations

I will actually be in a state of life or death emergency. Like I'm not even being facetious or obtuse I just deleted tiktok before I started writing this and I don't feel safe.. I'll feel better in a little bit.

I just can't remember the last time I watched something funny. I can't remember the last time I laughed on YouTube. I'm just miserable by nature and these apps aren't making it any better.

I want to know what profit these algorithms are optimizing for. I feel like with me my algorithm might have reached a false valley way too soon and there's nothing I can do to dislocate it and have it try again, tiktok lets you reset your feed but YouTube doesn't really. But every time I reset my tiktok feed it always returns to the same exact shit, you can't even not engage with the same content you used to engage with because that's also considered engagement, swiping away too fast apparently counts as much as watching the whole thing through because you already know what it is therefore you interacted with it which is what the algorithm wants. I like algorithmically curated content sometimes, I like it when the algorithm is also really good which is something I used to say about tiktok but not now that it's trying everything it can to make me angry.

Edit 2hrs later: all is well I'm okay. Turns out I kind of like reading horror manga. Junji Ito is pretty good, I can now say that I've read Frankenstein!

2
submitted 3 weeks ago* (last edited 3 weeks ago) by danhab99@programming.dev to c/meta@programming.dev

I recently opened a new show and tell community for devs to share their projects but I can't see the posts when I access through community through programming.dev, but I can see when I access the community through lemmy.world. If I can't see the posts, I can't imagine that other people can see posts. I have not seen other communities with the same issue, I'm just wondering if there's anything I can do.

Solution: if you set your account to hide read posts then the back end will not even serve the posts so it appears as though there are no posts. I'm such an idiot

4

LSS: I just wanna beable to slap together dirt simple datapipelines and iterate over them with new work. Currently I need it for like 3 things: a super special project I'm not ready to share yet, transcribing video chats, and generally webscraping (wget and curl are so reliable and comfy).

Claude fucked up pretty much everywhere that was important. To me programming is the practice of communicating your perfect and (ideally) edgecase-free understanding of how to solve a problem. I didn't know how to build a CI/snakemake styled datapipeline so I asked AI to help. As far as I understand, the task was too abstract, it had no idea what I wanted bc I had little idea of what I wanted. AI cannot replace a programmer when brand new abstractions need to be invented!!

I am happy to finally have this tool and cannot wait to implement it in my daily workflows.

18
submitted 1 month ago* (last edited 1 month ago) by danhab99@programming.dev to c/show_and_tell@programming.dev

Just wanted to share this stupid little python script I wrote forever ago.

I used way too much pythonic syntax just to make the caps lock and scroll lock lights on my old keyboard flash like the lights next to the network socket. I don't really use that keyboard anymore but I remember how excited I was to see for the first time when I write something to a file using vim or vs code or my own scripts to make something physical happen.

24

cross-posted from: https://programming.dev/post/44336106

inb4hope it's ok to advertise new communities here, thx!

Hey everyone! I like writing code and I don't really have people in my circles who I can share my creations with so I opened a community for all of to beable to!

Come share your all your git repos, hardware projects, inventions and more! We (i guess I rn) welcome all!

https://programming.dev/c/show_and_tell

And while you're at it, spread some stars around.

96
submitted 1 month ago* (last edited 1 month ago) by danhab99@programming.dev to c/programming@programming.dev

inb4hope it's ok to advertise new communities here, thx!

Hey everyone! I like writing code and I don't really have people in my circles who I can share my creations with so I opened a community for all of to beable to!

Come share your all your git repos, hardware projects, inventions and more! We (i guess I rn) welcome all!

https://programming.dev/c/show_and_tell

And while you're at it, spread some stars around.

!show_and_tell@programming.dev

Edit: i tried to fix the link but [!show_and_tell@programming.dev](/c/show_and_tell@programming.dev) is not a valid url on the lemmy frontend, can't figure out what I'm doing wrong

2

I bought this simple ass little macropad that uses real keyboard switches and for like a year I had no idea how to use it. There was no dirt simple file configed little command I can plant in my i3/config and be happy with it so I built it!

It was my first attempt at building a production-level thing out of rust and I'm really happy with it. Now I can finally use my goddamn macropad!!

[-] danhab99@programming.dev 50 points 2 months ago

I've never seen a more perfect representation of the average Republican. The same one who's a transphobe in Texas sometimes flies to Thailand.

405
;DR blame the dev (programming.dev)

Post:

If you’re still shipping load‑bearing code in C, C++, Python, or vanilla JavaScript in 2025, you’re gambling with house money and calling it “experience.”

As systems scale, untyped or foot‑gun‑heavy languages don’t just get harder to work with—they hit a complexity cliff. Every new feature is another chance for a runtime type error or a memory bug to land in prod. Now layer LLM‑generated glue code on top of that. More code, more surface area, less anyone truly understands. In that world, “we’ll catch it in tests” is wishful thinking, not a strategy.

We don’t live in 1998 anymore. We have languages that:

  • Make whole classes of bugs unrepresentable (Rust, TypeScript)
  • Give you memory safety and concurrency sanity by default (Rust, Go)
  • Provide static structure that both humans and LLMs can lean on as guardrails, not red tape

At this point, choosing C/C++ for safety‑critical paths, or dynamic languages for the core of a large system, isn’t just “old school.” It’s negligence with better marketing.

Use Rust, Go, or TypeScript for anything that actually matters. Use Python/JS at the edges, for scripts and prototypes.

For production, load‑bearing paths in 2025 and beyond, anything else is you saying, out loud:

“I’m okay with avoidable runtime failures and undefined behavior in my critical systems.”

Are you?

Comment:

Nonsense. If your code has reached the point of unmaintainable complexity, then blame the author, not the language.

5

I just had a thought (*fuckup), ProgrammingHumor exists on multiple instances. I was wondering if it is possible as some part of multi-community scroll feature would it be possible to automatically fetch from the same community on as many instances as are known?

Boost for Lemmy looks so professional and polished I kinda wish it was more of an aggregation software.

Maybe in Boost for Lemmy Pro?

253

Post:

You have three switches in one room and a single light bulb in another room. You are allowed to visit the room with the light bulb only once. How do you figure out which switch controls the bulb? Write your answer in the comments before looking at other answers.


Comment:

If this were an interview question, the correct response would be "Do you have any relevant questions for me? Because have a long list of things that more deserving of my precious time than to think about this!

[-] danhab99@programming.dev 68 points 3 months ago

There seem to be many of these multicellular animals who don't feel like a singular individual animal. I was commenting on a post a few months ago about the most genetically simple multicellular animal, this thing has less base pairs than most bacteria, and it can also do this trick where disassociated cells recombine into new individuals. This creature also reproduce sexually if and only if the concentration of fellow individuals is high enough, cells will just leave the body and join a new one like for fun. It really calls into question what an individual is.

[-] danhab99@programming.dev 40 points 4 months ago

Why are these apps being distributed on app stores

Why are these apps not PWAs with an app store deployment wrapper???

29
8
submitted 4 months ago by danhab99@programming.dev to c/memes@lemmy.world

yo did you guys notice how far kinger can reach? like he was pulling pomni back from that hallway for like 4ish seconds and she was zoomin. how many powers does this guy have??

[-] danhab99@programming.dev 51 points 6 months ago

I feel like literally everybody knew it was a bubble when it started expanding and everyone just kept pumping into it.

How many tech bubbles do we have to go through before we leave our lesson?

[-] danhab99@programming.dev 48 points 10 months ago

Can I ask who even clicks on these Google ads? Who is making Google ads valuable by interacting with them?

[-] danhab99@programming.dev 47 points 11 months ago

Whenever I think of the Dylan Roof incident.

The death penalty isn't a punishment, who really learns from it, the criminal? It's a tool for society to remove what amounts to a defective person (not human, person). People are supposed to value the lives of other people by default. Any sustained deviation from this norm is a symptom of a person who cannot value life.

Dylan Roof was given 1000s of opportunities to demonstrate that he did actually value life but because of his defective nature there was no choose but to remove him.

"Life in prison" can be canceled/pardoned/changed, death cannot. That is why it's near impossible to make it happen and even if it does,, people spend the rest of their lives waiting for their "execution" (ftr Dylan is still alive at this time source).

Now in what possible world would you be able to convince a jury of random peers, or judges with their heads actually screwed on tight, that a sample size of one murder proves that a person is defective.

Genuine responses only:

[-] danhab99@programming.dev 116 points 11 months ago

I read this thing's entire wiki page and it's fascinating!!

  • Imo it's not even an animal it's just a collection of cells that can survive on their own but just don't want too
  • It will rip itself into multiple parts spontaneously because cells don't coordinate too much. They don't have dedicated neurons but they have a decently complex peptide based protocol.
  • You can put a single Trichoplax animal through a sive that is fine enough not to damage the cells but separate them, and the cells will reform into the same animal
  • They can reproduce sexually but they don't have any of the markers that all males of all sexually reproducing species have. Plus because they only ever sexually reproduce when there's a high density of Trichoplaxs, it's basically a pattern of Trichoplax cells choosing to break away and combine with other cells to create new individuals.
  • They're just about as simple as e.coli and they're the simplest animals with about 50mill base pairs divided into 6 chromosomes
  • They can take the organelles of the cells they eat just because. The wiki article calls it symbiosis but that implies that organelles are alive and I don't think they are. I think Trichoplaxs can just take tools from other creatures to use.
[-] danhab99@programming.dev 46 points 2 years ago

It warms my cold dead heart to see a proper web1.0 website

[-] danhab99@programming.dev 45 points 2 years ago

They're saying they're not gonna just hand it over. Ring is still gonna have to answer subpoenas.

[-] danhab99@programming.dev 79 points 2 years ago

The whole point of side loading apps is to not need the app store. One of the most important features of an app store is to distribute and update apps. Storage and bandwidth isn't free, but it is quite cheap.

I'm sorry if it hurts apples feelings when we tell them they're not allowed to charge for every aspect of their hardware. But if they didn't want us to own our iPhones then they shouldn't have sold them.

[-] danhab99@programming.dev 124 points 2 years ago

Some of y'all have no appreciation for independent app developers

I'll take my downvote now

[-] danhab99@programming.dev 112 points 2 years ago

IDK what shitoverflow gets out of being so fucking toxic. I asked one dumb question and I'm basically banned from posting on the website.

It feels like they're trying to be a sort of "wikipedia" of every programming problem and solution. The problem is that eventually everything will be posted, and everyone will be banned from the website.

view more: next ›

danhab99

0 post score
0 comment score
joined 2 years ago
MODERATOR OF