Details
-
AboutSoftware Developer
-
SkillsJavascript, React, Node.js, Express.js, HTML, CSS, SQL, Perl
-
LocationNew York
Joined devRant on 10/10/2020
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
-
The English Wikipedia's article on "Ostrich" has "Not to be confused with Osterreich" written on top :D
Americans, am I right? -
A shout out to those considering deleting their dR account [esp. old timers here] and still on the fence. If you can -- don't.
If you're an old timer here, chances are you actually dev-ranted about real dev issues and possibly posted a solution found after all the frustration.
If you delete your acc, all these posts will disappear. Leave them be. Let them be a contribution to the community, to your fellow devs.
If this platform is no longer worth your time [can't blame you, really], you can simply log out and not come back here :)12 -
mmpose, mmdet, mmcv. That's it. That's the rant. If this doesn't make you anxious then nothing will.2
-
OK, so, @Demolishun seems gone. Big surprise. He spent a lot of time here like I do. He did not insinuate any signs of being done or unhappy. Adding the fact that he was a stable happy daddy with the daddest jokes often showing how well he knows the people here makes it so weird and unexpected.
Also weird, @Demolishun's deletion got captured in a hour or so (yesterday it was noticed already, but I was like, maybe he comes back) and still nobody noticed that @electrineer is gone for a few months now or so. Meh, he hated me anyway.
Don't people know that devrant is hosted on an airfield? You have to check in and check out.13 -
Just had a thought: Instead of LLVM modeling and optimizing an IR and then backends having to optimize again for actual machine code lowering, wouldn't it be possible to unite both under one unified system?
If you model everything as one huge and complex state machine with a bunch of predefined "micro ops", couldn't you write an optimizer which lowers to the mathmatical presentation of the target platform's instructions?
I.e. the actual identities of the instructions don't matter. What matters is that the input ir is `(x + 3) & 0xff` and the optimizer tries to fit a sequence of instructions to that so that it "solves the system". It doesn't know x86 `andb`; it knows that `andb` takes an input, maybe truncates it, does a bitwise or, and stores the output into a reg
That way you wouldn't have to write complex target dependent backends. Just declare the sequence of actiosn each instruction does and llvm would automatically be able to produce very high quality machine code
I think there's a phd worth of research here but helllll no I'm not touching compilers again lol1 -
Validating an input field while it's still focused is like a teacher repeatedly interjecting "this is no complete sentence" before the students have finished their sentence.11
-
so good to go back to code you wrote 6 years ago, and realize you improved both its readability and its computation complexity in a more recent rewrite
it's like you won bingo against yourself or something1 -
What a distopia: https://youtu.be/X2sEoZG8EIw/...
I have so much words about this, don't even know where to start.
This made me angry, like really angry. Every minute is disturbing.3 -
im shitting so so much rn. friday may 9th was my birthday🦁🎈🎂 and today is my grandpas bday so all i did for the past 3 days is eat eat and eat so now all i do is shit shit and shit5
-
Week : 87 (Year 1 )
Plans for the weekend ?
What YouTube video do you rewatch every few years?
last Weekend : https://devrant.com/rants/156037575 -
nee rule in office: if you are taking leave on a wfo day, you must come to work on wfh day in the same week. even if your whole team is working remotely.
wtf!?
I am being punished to take an emergency leave because i was in a er room taking breaths off an Oxygen cylinder?
what is the point of this rule? just day Directly that its 5 days a week. why even give a fake illusion of 3 days office
if i try to reject this rule, i need to take double leaves... leave on wfo as well on wfh day
i am tired of being in such an exploiting company. If only my country wasn't in the middle of war and I wasn't getting any worse in terms of health, i would have quit even without a job offer in hand2 -
So it turns out that Rust's import resolution is Really Fucking Complicated
https://devrant.molodetz.nl/Screens...
It supports glob re-exports and circular glob imports, conflicts are valid if you don't use them or if they ultimately point at the same name, paths may pass the same module multiple times. It's very convenient to use, I never needed to fight with it, but it's borderline impossible to correctly implement.4 -
My company is making is sit through what can better be described as "The Dundees".
Those useless, time wasting, self aggrandizing "award cerimonies" that companies use to... dunno, I think to stroke management's ego.
I guess it's part of their compensation package, right there with making the hottest employees wear revealing clothing in order to be "engaged" in "informal team building exercises".
Frankly, I'm glad my sixteen-years-after-my-navy-days ass doesn't qualify.
Fuuuck, why can't they just give themselves bonuses for being "such engaging person-bosses" and let the rest of us just work? Corruption used to be a quick and easy affair. Now it requires soooo much fanfare.2 -
Company made it known a few weeks earlier they are not longer profitable...
Solution? Organize a table tennis tournament between colleagues. Mandatory participation.
Bunch of clowns5 -
Most people are not reasoning models.
They could train them selves endless on information without really understanding it and will just repeat. By the fact that they've trained SO MUCH you would actually believe they're reasoning models but in the end they've never crafted something themselves and probably not able to. Never really tried because the fact other exist that have probably done it better. Killing.
OK, quite dramatic, but I was considering writing another regex interpreter. It makes the warrior in your awake. Never fuck with people who wrote one.
Also a tip for people ever considering one. Define for yourself what regex is and how it actually works up front and mark your project done when that is achieved. Just making 'an' regex interpreter is not not a solid plan.
Writing a regex interpreter is pure reasoning, you can get very high on it.9 -
I wanna do a lay of the land survey a bit here
do people at your job threaten you or otherwise demean you?
for example,
threats such as: if you don't work this weekend you're not a team player / a problem element for the team, we don't care about your happiness you should only care about the client's happiness when you're going on your pre-approved vacation and saying no to being on call
demeaning such as unprompted comments like: if you work hard maybe you can be as good as some guy in a totally different department who just got 100$ gift card at a company party ?, and he makes the company 100k a year whereas I made them over half their revenue, in the millions... so that was very confusing. but they did a number of these comments. like the CEO showed pics of his (humble) house and I said it looked nice, and he said if I work hard maybe one day I can afford one wtf -- it's not like he perceived me not to be working hard, the guy literally called me perfect when he was a sourpuss about everyone
how about backhanded rewards? like for example they say you can work from home one day a week to get you excited about something but then turns out the work from home policy requires you to fill out a form they have to approve 2 weeks in advance of the date, and then the CEO comes in and says "yay now you can work from home when you're sick"18 -
Isn't it eerie how the same cat looks cute to you and absolutely terrifying to a little mouse? Imagine a monster that knows no mercy, can hear your tiniest movement, is 20 times your size, is faster than you, with fangs as long as your head is wide, that can crack your skull in one good bite and swallows those like you whole.8
-
Challenge for today: tell someone who micromanages that they are micromanaging and see what happens! I never saw our politically, culturally, morally, vibe'ly correct HR lady lose her shit so much :D funny how someone drops all masks when something vulnerable gets touched10
-
got this cloud provider who is very knowledgeable, however they set up some logs analytics shit on our one Azure tenant which is costing more than the web apps we host and he's going on about how it's really important that this shit is there because hurr durr security.1
-
Project manager wants that we write a full app by only vibe coding and he is enforcing this...
Gotta say, this is one of the most unsatisfying projects so far...8 -
Watching someone at a conference trying to play a video in their presentation on Windows PowerPoint. It’s painful to see. No audio. They then ripped the video from YouTube. It still wouldn’t play even in Windows Media Player. They’re still fiddling with it while the speaker and audience trade dad jokes. If I hooked up my Mac it would immediately work. How do Windows users live like this?2
-
I got deadlines to meet at work so I cancelled all unnecessary meetings to focus on my development work. Some high manager pushes for last minute work because reasons.
I log onto my laptop this morning and see IT did an emergency patch. I expect some minor inconvenience because every time they patch something they fuck something up too.
Well they managed to lock me out of most software installed on my laptop and PC, I cannot even connect any device to it. Even debuggers get denied. They even managed to wipe all my networking configs in my lab.
I guess I will be doing jackshit today until the IT networking department wakes up from their offshore slumber, because it usually takes them forever to do anything whatsoever.
Fucking worthless fucks. I am so tired of all this.1 -
My company: "you don't have a choice what you work on"
My company on legal paperwork: "we've given them choice of what they work on to support and develop them as best as possible"
Both of those are verbatim quotes. I laughed. I mean, I now want to punch someone, but I laughed before the violence.5 -
Holy fucking shit, I can't stand this corporate framework they use for this banking app on which I've been working on for 2 months.
I’ve spent the last damn month just building three basic screens, and now my very first PR is buried under 50 fucking comments. Half of them exist purely because their shitty framework has multiple versions stacked and stitched together with so many workarounds that you need so much domain knowledge that intuition or actual dev experience goes out the window.
They’ve abstracted real app development into oblivion. It’s a CRUD app, but they've over-engineered it so much they’re now creating their own problems — just so they can specialize in solving them. It's become this self-sustaining nightmare where they make themselves irreplaceable... and simultaneously unemployable anywhere else.
I genuinely have no idea what I’m doing with my life anymore. The original plan was six months here, grab a mortgage, fuck off, and go back to contracting.
Now I’m stuck questioning my sanity every time I open this project or have to listen to another lecture from my 'buddy' about how everything that I'm doing is wrong.6 -
power outage
I wonder if I post every time how many it will be
especially with green power political stuff going on these days this could be a funny bingo game13 -
I love it when american from irish or german descent think they're white. You're white the way slavs are white (not really).
Sorry being white is cool kid only. There's only one kind of white person: waloons.
The rest of yee aren't pure enough.30