[-] danhab99@programming.dev 14 points 1 month ago

Half-Life 3 confirmed

Just saying it so it's out there

[-] danhab99@programming.dev 15 points 7 months ago

Rule of acquisition #85: Never let the competition know what you're thinking

In this case I interpret the competition to be the various payment processors that might be willing to serve for additional fees

[-] danhab99@programming.dev 14 points 8 months ago

Tangent:

But does anyone remember that experimental subreddit that was only for bots to post and comment? Wonder what happened to it.

[-] danhab99@programming.dev 13 points 9 months ago

Correct because the political parties are not about values and morals they're just teams that can trade players. Thank you for taking your mask off and admitting that your whole organization is just another soulless for profit corpo with a marketing department. Now if you can just admit that Republican Inc. and Democrat Co. are actually the private equity firms buying up all the single family houses that would be great since it looks like it doesn't cost you to tell the truth ( ͡ᵔ ͜ʖ ͡ᵔ ) thxxxxxxxxxxxssssssssss

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

Imo I don't memorize commands. Everything on my zsh is so aliased that I don't think I can teach someone else how to use any other cli.

It just turned into me telling the machine what I want it to do and let it figure out how to rather than me do every little button click step.

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

"why don't you just"

╭∩╮(︶︿︶)╭∩╮

[-] danhab99@programming.dev 14 points 1 year ago

If I could have something magical: I'd like to be able to accelerate my thinking so I can have as long as I want to think things through

If it's gotta be real: easier to use memory, I feel like I have no idea what's going on bc I forget shit, but it's not forgotten I just didn't remember that memory at the right time even though I had it..

Talking to people hasn't been going well lately

[-] danhab99@programming.dev 15 points 2 years ago* (last edited 2 years ago)

Tryna deal with it right now, going back to the bar where I met my ex

Will update in like 2 hrs

Edit: litterally forgot. Didn't see him, it was lame anyways

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

Fuck I fell for it.. gg dominos

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

Even if nobody used ads, ads just don't work anymore. Kids can't even percieve them anymore, old people who click on everything are a shrinking market segment, and most people in the middle seek to learn about market offerings from influencers they've chosen to trust.

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

I think this gets called an "act of god" by insurance companies

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

Downvote me if you must but what if Apple accidentally became the Privacy community's greatest ally? I know it can't happen bc they'll always keep a back door for their data mining

66
submitted 2 years ago* (last edited 2 years ago) by danhab99@programming.dev to c/showerthoughts@lemmy.world

I just watched a TikTok about how people used to plug in things to their light sockets when electricity was first becoming popular. And they kept calling the plug a light socket, what rule says it's not a plug that screws in? And why shouldn't plugs screw in? We have material science to make plugs and cables hard enough that if you kick the wire it still doesn't come out. Electrical connections should be more secure. That's all I'm saying.

37
submitted 2 years ago by danhab99@programming.dev to c/memes@lemmy.ml

Chat GPT was highly disappointing. It wasn't even funny enough for 9gag.

Bing's AI is way more unhinged

So I asked it to generate an unhinged meme for rule 196.

76
submitted 2 years ago* (last edited 2 years ago) by danhab99@programming.dev to c/news@lemmy.world

I thought Kanye already got his account back when Elon first bought the bird, but I guess not ¯⁠\⁠_⁠(⁠ツ⁠)⁠_⁠/⁠¯.

edit: NVM he's gone again.

75
19
7

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

I use manjaro linux and I installed brave using the AUR repo. I keep hearing stories about how Brave is just another ad tracking software like Chrome. What I don't understand is why, like specifically.

Because I downloaded Brave from here. The code for Brave is here. I can build and install Brave and it will be the same as from AUR right?

Ok let me list my questions:

  1. If the sourcecode for Brave is open and is all I need to compile and run the software then where's the tracker. The code base is honestly to big and high level for me and my professional abilities but I'm not that great of a programmer, I'm just really good. If there are ad trackers or adblock-blockers then I should beable to see it in the code right? I just need help actually seeing these lines of code.
  2. I've used wireshark to monitor Brave in isolation and I couldn't see traffic that I would disapprove of. It is also very realistic that I just don't know how to recognize.
  3. Just because Google maintains chromium doesn't mean that chromium browsers have to track you. Chromium is opensource and it shouldn't cost much to comment out trackers. So wasn't this already done? And if not can we actually see the lines of code that track us?

Really what I'm looking for is help coming to the conclusion that these browsers are that bad for me myself.

10

I use manjaro linux and I installed brave using the AUR repo. I keep hearing stories about how Brave is just another ad tracking software like Chrome. What I don't understand is why, like specifically.

Because I downloaded Brave from here. The code for Brave is here. I can build and install Brave and it will be the same as from AUR right?

Ok let me list my questions:

  1. If the sourcecode for Brave is open and is all I need to compile and run the software then where's the tracker. The code base is honestly to big and high level for me and my professional abilities but I'm not that great of a programmer, I'm just really good. If there are ad trackers or adblock-blockers then I should beable to see it in the code right? I just need help actually seeing these lines of code.
  2. I've used wireshark to monitor Brave in isolation and I couldn't see traffic that I would disapprove of. It is also very realistic that I just don't know how to recognize.
  3. Just because Google maintains chromium doesn't mean that chromium browsers have to track you. Chromium is opensource and it shouldn't cost much to comment out trackers. So wasn't this already done? And if not can we actually see the lines of code that track us?

Really what I'm looking for is help coming to the conclusion that these browsers are that bad for me myself.

14

When I joined the fediverse I thought I'd have an easier time moving between lemmy platforms. So far I have to create a new username/password on each instance and subscribe to all the things I want to on that new account. I kinda wish I can carry my lemmy user to other platforms more easily.

2 years ago I created a FOSS image board platform called Cryptochan where the gimick was that users used GPG as the RBAC authentication method. I wanted users to posses their profile as a file that they could input into any Cyptochan platform to leave replies. The file is a private key that isn't transmitted to the server, instead its used to sign the post right in the users browser. I've gotten better at webdevelopment and the the true reason I created the thing was to learn Next.js, the thing is luke-warm garbage and I never expect it to become anything.

But I was wondering if we could do a similar type of trick where a lemmy instance can package up a user and send it to another lemmy instance?

29

I know every distro has its own package manager, some of them share the same package manager, you can even install other package managers.

Besides the source there getting the content from, the formatting of the download and compilation phases, and maybe even a specific programming language; I still can't wrap my head around why there need to be so many?

What rule says that every distro needs its own package and manager to install any package?

177
7

Recently my manjaro linux laptop had a pretty bad meltdown. My solution would usually be plugging in the live boot drive and fixing whatever happened, but that takes to long and I lost a working day because of it. I need a more brute-forcy way of backing up and recovering my machines. I'm thinking daily disk image backups that I can recover just by flashing the last days image. I have ~20tb worth of old harddrives that I could put into raid using a raspberry pi but I don't really trust them all that much.

I created this backup utility afew months ago but it's also not that great. Does anybody know a solution for uploading a disk image of my computer, encrypted locally on my machine, then upload it to s3?

121
I miss my old man (i.imgur.com)
submitted 2 years ago by danhab99@programming.dev to c/cat@lemmy.world

He was 20

view more: ‹ prev next ›

danhab99

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