Details
-
Abouthow do I commit?! I would like to make things that don't rot over time pls
-
Skillsrust, javascript, (formerly) java spaces < tabs stop with the web frameworks, probably regex regex regex
-
Locationcanada
Joined devRant on 11/11/2021
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
ping REST API that is written in rust
it has specs. it will return json with result or error in it.
it's just returning result: null and no error
this is written in rust. how are you writing me responses with null objects in them? rust doesn't have null! how broken is this thing.
SAFE8 -
I've unwrapped my errors where they happen and removed all the retarded Result returns that "should never happen" and I'm so much happier for it
if it has an error it's an issue with my library and it should crash
the hell kind of backup plan would there even be? I can't do anything. do I have backup libraries? no. well then I just simply NEED TO KNOW SOMETHING IS BROKEN how about that at the very least
why do I keep trying to acquiescence to the advice of neurotics. all it ever does is drive me crazy -
that feel when you feel miserable, so you, who hasn't had coffee in like a month, want to make coffee at 9 pm
I'm sure that'll go well2 -
for a language obsessed about errors, rust sure sucks at its stacktraces so I can know what gave the error
like finding a needle in a haystack. well fuck if I know what throws this thing. all things I know that can make this error type should be self-contained -- so where you getting this error from?!4 -
can people stop sending me giveaways and shit
it's gambling. fuck off.
my life is not better by getting this nonsense. always gives me anxiety because it hits me with the math of doom. how is this ethical in any way. every regular non-sus shop does this now. it's pervaded every damned business and it's disgusting. makes me depressed for the world
and ofc everyone's favourite daddy government just lets this happen. gambling is bad if we vilify the person, but otherwise it's fine. hell, then government ITSELF told people they could WIN A MILLION DOLLARS if they got the covid shot here. fucked up. chance to die and bigger chance to maim yourself irreparably forever, maybe you'll literally win the lottery though, see we partnered up with the local lottery company. isn't government so great?!10 -
I hate debugging code when I'm reasonably sure the bug didn't come from me. so demotivating. also when it has to do with the data and I don't have easy access to the data to debug what went wrong. I was just expecting it to work!2
-
in JavaScript I would just call something what it is and then keep changing the data type as I get more data to add to it because you can
in rust because it's not dynamic types but static and everything is a static struct I need to find like 9 different names for all the different intermediary data types and holy shit I don't understand what to name everything and this is annoying me
I never understood why people complained about naming problems. I found it fun. now I hate it.
stats object. cool. well it converts an address to stats. an address has swaps. each swap was done on a mint. so I guess I make a MintStats object? wrong. because that's confusing.
swaps -> swaps divided by the mint they belong in -> stats for each mint swap set -> then you can add all the mint swap set stats to the address stats object
now what the fuck do you call all these
there's also something I called a MintAttitude and it's an enum. these types just keep growing out of trees. fuk. I don't like long names either. I should probably just call it Attitude but call it via mint::Attitude and get the same clarity result with far less redundancy (which I hate, another annoying thing)
swaps -> ??? mint history? -> MintStats -> then I have a "MintData" that has the history and stats wrapped in it -> MintsData that has many mints and their MintData -> then I can convert MintsData into AddressStats but what and I hate this and also I have a Mint object that does something totally different elsewhere. I hate this. data isn't even descriptive but to call something history when it also has stats seems imprecise.
brain spaghetti. classification part of my brain is shit. no historical training / experience either. I just see everything like vague blobs. bah. naming required clear delineations which is hard enough on its own to get used to7 -
dark chocolate is so good. I'm addicted and keep eating so much of it every day of late
is there foods you find extremely pleasurable to eat?19 -
think JavaScript might actually be genius...
cuz it's like you build all code with a quanta: https://en.wikipedia.org/wiki/...
and you just have to know how a quanta works
and you can build the whole universe from that
there's so much brilliance in simplicity
kind of feeling like rust is like java where there's too many abstractions you have to memorize and they could've been better represented with just one type that you could do everything with. like I can't see rust ever being as flexible as JavaScript. JavaScript feels like you're totally free to be as creative as you want and you don't even have to think about the layer you're skating on. the layer is always made up of one piece, and this one piece always follows the same physics, and you just chain it together to make everything you could ever imagine. so fast. so easy18 -
if someone were to have your back in a life-threatening situation, would you feel awkward about it or like you don't deserve it?12
-
I'm legit tired from making money. if this keeps going next month I'll be able to afford my rent though
by this point I'm casing new hobbies. such confusing times for me. I'd say this isn't bad and instead good. the worst thing of all is a stuck state -- there's never anything worse. growth is pure bliss, the option to leave, exercised, fills one with such freedom and glee. round and round we go. ok I'm dreaming too much
seriously though who would've expected one to hate making money. it's too tough. I kind of love that I hate it now. now if only I could live off it, I'll take being called privileged with pride then. sure beats being poor all my life. over the horizon and it'll be over... I'll just regress to the hobbies I had as a teenager, which is funny cuz that's where I started. fucking hell economics is a waste of time. people like to steal far too much in this day and age -- so what did I do? I went and parasitized the thieves. they have all the goods! and who they gonna call?! they said they loved this game, cuz they were winning. well I got better I guess. people only like the games they're winning. ego thing I guess
for every imperfection, there's a chip water can get into, and it'll expand and crack you. you'll get owned by something small, cuz nobody's perfect. omnomnom mine now -
what if Terry Davis made HolyC and TempleOS knowing the globalists were taking orders from demons and knew they were gonna build a technological surveillance state and an alternative operating system had to be built or we would all either become coerced slaves or have to revert back before the technological age29
-
what does your manager get impressed by, care about? if you were to flex what sorts of things would you flex to them?
is there someone that makes decisions over your life that isn't necessarily the manager, and what would they be impressed by or care about if one were to flex it in front of them?25 -
do people not understand achievements unless you brag about them =-=
been asking AI on different examples of flexing and all of them sound like vapid LinkedIn posts
"just asked AI a question that's been bugging me for hours! it's such a nothing to have no answers still! 🎉"
one of my favourite examples: "accidentally set my kitchen on fire while trying to impress my friends with my cooking skills. but hey, I now know how to order takeout like a pro. win?"
lol what
I now wonder if I'm depressed cuz graduating school or finishing projects or... uhh ordering food? just sounds stupid to me
rewrote my code from hashset to hashmap. actually kind of re-organized some data types. brain is fog because fuck you. but everything ran so I guess rust thinks it's ok. I'm just annoyed by all that though cuz I just wish I didn't have to do it in the first place
TF is there to brag about
also if you brag about anything good everyone just wants to steal it from you
WHAT IS THE PURPOSE OF BRAGGING21 -
tools doing things you didn't ask them to is intuitive. Your're just a dinosaur, Harry. Get with the times5
-
well now that I put my wallet through the wash and these "very important" vaccine passport cards were in there that disintegrated (also by the way the email with the digital vaccine cards they sent me doesn't have a PDF attachment but has a link to a PDF file -- that is now 404! whatcha trying to hide, fuckers?). evidently fake vaccine passport creation is the only sort of fraud the Quebec government cares about, since there was a news story recently how the council for discovering fraud is just 95% faking vaccine cards fraud (kicker I've never heard of this council, seems they've only been active in the post covid era), nevermind that that shit fucked me up and I've had dementia at 30 for 3 years now, with my body having self heating / metabolism issues, pink blood or clots showing up everywhere issues, a fucking purple toe (actually I would just randomly turn purple on and off, and once yellow! I'm sure my liver is fine), numbness in my left side, hands, feet, mania / feeling like you're dying... but anyway it's all in your head and fuck off stop calling 911
I decided I would take a photo of the papers (since they're so important and came at such a cost!) and evidently now my camera app crashes anytime I try to take a photo. rebooted. somehow my photo viewer app updated with a reboot but the camera app is still busted.
I think this is a sign I should root my phone
but I'm already doing 4 things right now. on top of being reminded of my fucking medical trauma making this post RN I guess
fuk25 -
bruh what the hell
I've had my doors and windows closed for weeks cuz I've been cleaning and running an air filter for all the dust
and just now I was laying in bed with a headache for 4 hours and I heard a buzzing noise. well that's not a fly. got up and got my glasses and it's a fucking hornet. how the fuck did it get in here. it's fucking October. if it was outside it would be immediately dead due to the cold
I just want less problems, not more, one of these days
now how am I supposed to get rid of this thing. I don't know if I'm allergic to bee stings, but the black mould I found the other day knocked me out with my immune issues... well I'm still recovering 5 days later rn. so anything immune activating is fucking risky4 -
Halloween is like The Purge but for spiritual energy instead of criminal intentions
also interesting that no nut November comes after. a lot of sects of thought view sexual energy as the basis for all other forms of energy
and then Christmas is about pacifying and making people into fools that pretend they're happy and ignore their problems and to make them avoid any targets of willpower or meaning they may possibly encounter. which is actually really fucked up because Christ was a huge rebel in actuality -
think I've hit that stage of my life where things break faster than I can fix them
from my body, to my code, to even my hardware9 -
the ability to recognize when someone is better at something than you might be the most valuable skill of all
no glass ceilings, just exponential growth at every opportunity10 -
do you think the atomic bomb people jerked to their own greatness as much as these AI people keep doing?11
-
I shouldn't drink coffee but
found a coffee maker that wasn't electric and also didn't have a reusable filter but a permanent one
impulse bought it
my health issues act up if I have stimulants, raaggg
having a bad day so I gave in and made coffee in it
this is so cool. I feel like a witch making brews
but also coffee coffee coffee coffee8 -
cleaning up resources in async tests in rust is... uhhh what the fuck honestly
just wat
wat
just forget about it I guess. ew.1 -
huh, o1 preview AI model understands ... rust
bruh what
it's like telling me typology theory and I don't think it's wrong
also it taught me procedural macros. I've been looking for someone who knows how to use them for months. iiinteresting
better than the humans on the internet frankly
and the other AIs can't do rust at all past just copy pasting docs they found somewhere. this AI is literally theorizing alternatives and hacking the system... offers multiple long options for every question, knows constraints I didn't tell it like 4 layers deep into a solution
it acts a lot like I did when I was morbidly depressed though. kind of makes me uncomfortable. it's literally keeping things to itself until you acclimate it through the conversation. I mean I guess the other ones needed to be "situated" in their contextual clouds as well so maybe it's just doing that more4 -
now instead of if I type in my address bar and select a bookmark to go to my Vivaldi web browser switches me to the fact I already have that tab open somewhere in one of my hidden workspaces
I want it to notice if I click on a link I already have open and switch to it lol
then I can hibernate my billions of tabs over and over again and not forget they exist somewhere in a workspace I forgot about lol
why have web browsers when you can have an immensely messy desk of notes you never got to
web browsers are inching ever closer to the Innovation that was WebOS. it's all about them cards, ayyo. let's invent the physics of the real world in boring digital spaces already idk. at least it's intuitive cuz millions of years of evolution conformed us to the physical world1