Dixie wrecked
mhredox
- 1 Post
- 37 Comments
mhredox@lemmy.worldto Ask Lemmy@lemmy.world•What kind of music is this similar to and where can I find more?6·1 year agoCheck out Boards of Canada. Lots of their stuff is like this.
I was ranked #1 in the world for a good while in Pistol Whip. On both PC and PS4, before they separated out all the leaderboards based on modifiers.
mhredox@lemmy.worldto Asklemmy@lemmy.ml•what are 5 Lemmy communities I probably haven't heard of but should join?5·1 year agoMid 30s and still can’t grow a beard or moustache. There is no hope for me.
Upvoted for BoC
mhredox@lemmy.worldto Programmer Humor@programming.dev•Full Stack Programmer Doing Frontend1·1 year agoSame. Honestly no issues with react+vite that I haven’t been able to solve.
Exact same thing happened to me the other day. Like exactly. Maybe we live in the same area.
mhredox@lemmy.worldto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Real debird issuesEnglish23·1 year agoCan’t tell if you’re having a problem with birds or debris. Maybe it’s a problem of debris from debirding. Either way, good luck 👍
Thanks for the very thorough response! I will absolutely check this out. I would say I have a fair bit of experience in OO programming. A decent amount from JS and also a good bit from C#, which I dabbled in for a good while during my “I’m going to make a game in unity” phase haha.
I know enough C++ to get myself in trouble, but it seems every time I have to use it I get super frustrated that things aren’t as simple as they are in other languages I’m familiar with. That, and I never seem to know the exact terminology to look up my particular issue (which is half the battle anyways).
I actually needed to write a UDF in C for my mariadb instance just the other day. It ended up taking me several hours for something that would have taken me just minutes in JS or C#. It ended up being a pointer + memory allocation issue. Basically I wasn’t clearing the allocated memory and resetting the index between function calls. It also frustrates me to no end that I can’t just array.push() to add a new char to the end of a char array lol.
I also wrote a VST with Juce in C++ a few years back. I got it working eventually, but God I remember it being an absolute nightmare.
I guess really I have a hard time understanding when and why it’s even necessary to use pointers etc since that stuff has been abstracted away in the higher level languages I know. It seems like you could essentially get the same functionality by just knowing when things are passed by value vs passed by reference.
Piggybacking on this:
I’ve been wanting to learn C++ as well. I am very experienced with JavaScript, and also am very fluent with Arduino. I’ve messed around with actual C++ before but I get lost with all the pointers, header files, and memory allocation stuff.
Are there any resources y’all would recommend to someone who has all of the programming fundamentals, but wants to learn the specifics of C++?
mhredox@lemmy.worldto Ask Lemmy@lemmy.world•What music to do you listen to while working?4·1 year agoPlaid is one of my all time favorites! Got to see them a few years back. If you like them, check out an artist called IDGlitch on SoundCloud. Super underrated and the closest thing I’ve heard to plaid:
mhredox@lemmy.worldto Ask Lemmy@lemmy.world•What music to do you listen to while working?8·1 year agoProgrammer here.
Infected Mushroom or Eskimo for when I’m in the zone and pumping out code.
For debugging: Boards of Canada, Plaid, Lone, Ciaran Byrne
mhredox@lemmy.worldto No Stupid Questions@lemmy.world•How do I learn about DIY modern electronics?1·1 year agoCame here to recommend DIYPerks. Love his stuff.
I believe the scientific name is biggus dickus
mhredox@lemmy.worldto Ask Lemmy@lemmy.world•Which album was a band's creative zenith/magnum opus before falling off?1·1 year ago100%
Era Vulgaris is by far my favorite album of theirs.
mhredox@lemmy.worldto Ask Lemmy@lemmy.world•Which album was a band's creative zenith/magnum opus before falling off?1·1 year agoI’d have to disagree with QotSA, but I can definitely see why. I’m a huuuge fan of theirs, but for some reason every new QotSA album seems to take years for me to fully appreciate. I absolutely hated Era Vulgaris when it first came out. It’s by far my favorite album of theirs now. Even …like clockwork is barely starting to really grow on me, but I’m definitely coming around. I haven’t even bothered to listen to their newest one yet.
I ended up just making my own helper container for authelia. It can generate a link that expires after a set time and only allows a set number of users to access. Then I can just give the link to whoever I want to join and they can fill in their own username and pwd. It then adds them to the authelia user db with the correct groups and PW hashing. Only issue is I have to manually restart authelia for the changes to take effect. Eventually I want to see if I can automate that.
I’m still working on editing the configuration through the app though. I want to be able to change the access control rules, etc.
As far as having the services behind authelia automatically detect and login the user, that will depend on the service, but authelia does pass user credentials and login status in the request headers. Many of the services I host were created myself, so it’s pretty trivial to have it automatically “log in” from the authelia sign on.
mhredox@lemmy.worldto Ask Lemmy@lemmy.world•What is a niche interest or hobby you'd personally like to see represented more on Lemmy2·1 year agoPeyote, San Pedro, the many, many species that contain DMT, khat, just to name a few.
e13n