danhab99

joined 1 year ago
[–] danhab99@programming.dev 4 points 2 weeks ago (1 children)

First of all I just want to say that I completely agree with all of the technical things you talked about in his question but I think you kind of miss his question.

OP doesn't wanna be on SS7 (the thing that gives you your phone number), neither do I. I've just come to the conclusion that when it comes to infrastructure and paying for your goods SS7 is the only realistic option I have.

There is no distributed communication network anyone can just connect to. And the dream of leaving WiFi access points open for free (or for some kinda crypto-pay, e.g SkyNet) is just a dream, individuals have to invest in it and nobody wants to or take responsibility for it.

Here are some rules:

  1. Somebody* has to build the radios and computers that our phones connect to and has to build them all over the world (*doesn't have to be an individual, could be a company or government)
  2. You gotta pay to use it (whether it's with a billing account where they have your full name and house address, or crypto)
  3. It's gotta be the easiest option

If we can come with a solution that fits these rules we can do away with the SS7 cellular protocol and have a truly anonymous network.

[–] danhab99@programming.dev 2 points 1 month ago

I have no fear of implementing anything I'm asked to in typescript go rust java c# f# or nix... They're all the same tool just kinda different in some places.

[–] danhab99@programming.dev 1 points 1 month ago

Nix and home-manager, those are the only 2 I have off the top of my head.

[–] danhab99@programming.dev 3 points 2 months ago

They are categorized as headphones

[–] danhab99@programming.dev 10 points 2 months ago

Sennheiser, Beyerdynamic, Audio-Technica and Sony aren't famous luxury brands in the same way that Beats are.

huh... in hindsight I didn't think about my position about headphones all the way through, I was just mad about the existance of beats.

sry

[–] danhab99@programming.dev 8 points 2 months ago (11 children)

Cloths, headphones, handbags. Anything that's just buying the brand.

I don't get why I should want these high end brands when the only thing I can afford from them is plastered with their logo.

I've seen the Gucci tracksuit, the Jordans, the Beats, everything and I'm not impressed. Even though luxury things are luxury I don't even agree with the luxuriousness of many of these products. For example, if I'm going to wear a Gucci tracksuit covered in the Gucci logo and using Gucci colors then it's gotta look good first and foremost. If I'm going to hold a Hermes bag that's not comfortable, or durable, or robust but is just supposed to look cool, then it's gotta actually look cool! Not like something Shien could design.

And yes I am aware of the concept of buying a store of value: diamonds, expensive watches, actually rare and valued handbags. But most of the famous luxuries I see in public are not that. They're literally a poor man's status symbol IMO.

[–] danhab99@programming.dev 19 points 3 months ago (1 children)

Discreet math, Calculus, and Physics change the way I think about code

[–] danhab99@programming.dev 4 points 3 months ago

I've been using it for years. That plus i3 and vim means that I never touch my mouse while working

[–] danhab99@programming.dev 22 points 3 months ago (3 children)

There should have been more non-human hybrids

[–] danhab99@programming.dev 2 points 4 months ago (1 children)

Forget neovim, try using ED

Id pay to watch that

[–] danhab99@programming.dev 18 points 4 months ago (1 children)

I mean..... Sure it can look alittle different in the database but I'd assume 99% of my Internet footprint is plain text

[–] danhab99@programming.dev 7 points 4 months ago (1 children)

Geez I didn't realize Lemmy instances have to copy each other's databases to federate

33
submitted 5 months ago* (last edited 5 months ago) by danhab99@programming.dev to c/linux@lemmy.ml
 

I feel like I'd use my file browser if it was easier to get around. ctrp-p like zoxide/fzf would be game changing.

Edit: sry tbh I wasn't clear.. I was asking for a GUI file browser, sry ranger covers my tui needs

spoilerNo electron

 

Since the housing market looks like a crowd of people just signing mortgages as fast as possible just to then turn around and charge that mortgage plus a little bit.

I shouldn't pay someone's mortgage like seriously this is just adding an unnecessary problem to the real problem of "living somewhere"

 

I have a massive terraform state I maintain for work. After learning about reusing resources using modules I adopted the same rule for terraform I have for other PLs "only call functions in the main func". Meaning I'm only allowed to declare modules that reference resources at the top level.

My problem is that I have modules calling modules all over the place, the average length of any of my resources is 8 names. I have values I want to share across multiple different kinds of modules that do different things. Currently I have a top level module called "constants" with output blocks to store every constant I need. It works to an extent.

The thing is that I had a similar problem when web developing in React. Prop drilling is a coding style in React where a component receives a prop just for the purpose of passing the prop to a child component, the receiving component doesn't actually need that prop for itself. React solves this by the context api which lets one component pass a value to any child component of any depth. How can we have something similar in Terraform? Even though every resource I have is defined once in code, it declares the same resources hundreds of times with different appropriate values.

I wish I could pass things like the dockerSecret to a kubernetes deployment 6 modules deep in such a way that that dependant component of a module waits for the docker secret to be created while other resources that don't depend on it can be scheduled to be created later. Prop drilling doesn't work all that well and it forces you to copy alot of code. Maybe modules aren't the best way to reuse resources.

I feel like HCL doesn't have syntax that would support such a thing idomatically. Maybe something like decorator syntax or a special type of block where you write a proper data, resource, or module block?

What do you guys think?

 

Has anyone noticed that we haven't really heard of a new app in awhile? I feel like the last time I heard about an app on the news or on Reddit(in the past) in a long time. The last big one I heard of was the Threads app.

Where are the apps? I haven't downloaded a new app since I got Boost for Lemmy.

 

I had a long and intresting conversation with my therapist just now. I'm not comfortable sharing exactly what we were talking about but I can rephrase it: basically I was complaining that tech companies don't want to innovate.

I've been trying to bring new technologies to my boss because I thought it would give him a better opportunity to realize value from the products I'm creating/maintaining for him. That's what I understand is my purpose in the workforce. I'm a programmer not a salesman I can't go out to the market and get him the money so he can pay me with something, I can only make things put things in his hands for him (or hire someone to) to go out and collect the money we deserve (deserve within the limits of market demands and the nature of the product, not the labor invested). But he doesn't want them... well he does when he needs them but I miss way more times than I hit which is making my professional feelings feel less valuable. And if I'm not valuable enough then I can't work doing what I love.

When I started working I went in with a plan to upgrade and modernize everything I touch. I still believe that to be the case, or like... my "purpose"(as an employee not a person). But every company I've worked for so far has been running old ass shit. Springboot apps, create-react-apps, codebases in c and c++, no kubernetes, little to no cloud. And it feels like everything that tech companies want me to do is maintain and expand old existing codebases. And I understand why, I know that its expensive to rewrite entire code bases just for a 20% efficiency boost and to make it easier to add upgrades every once in awhile. But noone is taking advantage of innovative technology anymore and that's what's concerning me.

In my therapist's opinion he thinks we as a soceity are not taking 100% advantage of technology we have. I can't go into too many details bc our conversations are private but at the end I agreed with him. I'm seeing it now in my working day but he convinced me that it's everywhere. Are people actually benefitting from technology enough such that nobody actually needs to work to maintain a long and healthy life?

Lets say that no, technology is underutilized in our soceity. Does that mean that if we use technology more we'd have enough value in the economy to pay everyone a UBI? Could we phase out the human workforce to some extent? Or do we actually need more workers to do work to make the value, in which case we can't realistically do UBI because people need to get paid competitivily to do the work.

Lets say that yes, we are taking all advantages of technology. If so than there should be enough value to pay a UBI. But we don't have a UBI, so why? If the value exists than where is it? I don't believe its being funnelled into the pockets of some shadowy deep-state private 4th branch of government. If it was than there'd be something to take, is there? Are we sure that its enough?

Basically I don't know if technology generates value.

Think about it like this

If its cheaper to use technology to grow an acre of corn than to use people, is that subsequent output of corn more valuable or less valuable because of the technology. And if you believe that scaling up corn production to make the corn just as valuable as if we didn't have technology then you agree that the corn is now less valuable. If self-checkout machines are replacing cashiers, does that mean that the cashiering work being done by the machine is more valuable to soceity or less?

This is basically end stage capitalism. We need to recognize if the work we do for soceity (whether you derive personal fulfillment or not) is actually adding to soceity or not. I'd rather not give up my job as a programmer just so I can do something more valuable, but I might have to if that's the case. And I feel like most people in the world are thinking like that too. Is soceity trying to hang on to the past, or do we just not understand the future?

Sorry for the wall of text. I feel like this might be to philosophical for this community but I couldn't find a better place to post this. If you know of a better community for this discussion to take place then I'll consider moving this post based on the comments already posted. Thank you for reading this and I'd love to answer any question you'd have about my opinions/feelings.

 

I feel stupid for asking this because I should just google it right? But I can't find an official website by Hamas and the only sources I can find for their charter is on the websites of American law colleges.

Example searches: Searching .edu sites, Searching .gov sites.

Wikipedia has sources but they're also American colleges and this absolutely cursed looking link you shoud actually put into your browser, like I don't feel safe clicking it so I got a VPC to do it, link is broken:

http://hamas.ps/en/post/678

I'm just supprised something this recognizable is hard? to find.

P.S. sry if this isn't the right place to post

Edit: searched google in arabic because OBVIOUSLY (why didn't I think of that). Couldn't get better results.

 

Did I break a taboo by doing this?

 
1
submitted 1 year ago* (last edited 1 year 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.

 

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?

view more: next ›