Details
-
About0x90
-
SkillsC, C++
Joined devRant on 12/20/2016
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
-
open source this, open source that… do you realize that you have no way of verifying whether the “cloud” version of a self-hostable tool is identical to what’s on github? they might as well have a special version of their app running on their servers, filled with spyware.
They don’t need it though, because you never read the code in the first place. Spyware might as well be there, in plain sight, never to be discovered by you because they know people don’t read source code.
Also, when are you going to get it hosted? Because cloud is just someone else’s computer, remember that. If someone else has unrestricted physical access to your computer, it’s not your computer anymore. Your hoster can see everything that happens on your VPS.
Unless you’ve read the code and hosting it from your own home from your own physical server, it’s not your data. Check with your data provider — they often do offer fixed IP service for a small fee.
I host my own tools on my computer and let my phone sync with them through my home wifi. Yes, I can’t sync shit when I’m out there with my phone, but who needs that, I’ll just do that when I come home.
I’m about to vibe-audit the source code of Notesnook with AI!15 -
Had to change my dog in my profile. The little black dog died, and I'm grieving pretty hard over it. One dog left, and that's it for me after he's gone. I can't say goodbye to any more puppers.5
-
Some doctor dropped a video online that says 1 egg per week (whole egg) can prevent dementia by like 47%. I guess I need to eat more eggs. Doh!
What I don't get it what the 47% actually means. Is this a chance of a person getting something in a population? So lets say the chance of dementia is 10%. Does that mean eating an egg will reduce this chance to 6.3?10 -
Just spent 5h figuring out why sending a serial command wont trigger in U-Boot. Was literally soldering wires to the boad, decoded the entire line with a scope, used several adapters, downloaded the firmware again and again over serial and USB-dfu and a looking for alternative boards online just to find out cutecom was set to send no LF after a command so U-Boot thought i was still typing something. This is literally the semicolon joke you see splattered over normie coding memes.6
-
The kind of testers I'm dealing w/ right now:
Until fairly recently, they thought it was a good idea to keep retesting stale && untouched bug reports to see whether an issue is still present, then leave a comment.
Imagine being assigned as a watcher to a report, but keep seeing comments made by testers akin to:
- version 1: issue is still present.
- version 2: issue is still present.
- version 3: issue is still present.
- version 4: issue is still present.
Which was true for some 90-95% of the cases.
How retarded does a person have to be to think that this is a good idea?
I say it's a great way to piss somebody off.
Reminds me of movies w/ scenes where there is this annoying brat in the back seat of a car asking 'Are we there, yet?' over && over again.
Once a report is up, just be fucking patient && wait until someone replies!8 -
Cont. https://devrant.com/rants/12659551/... .
Imagine receiving three basically the exact same reports instead of just one.
When releasing games on consoles, there are some rules for basic quality the games have to meet that depend on the platform.
Some of those rules align across all platforms, but are written down as different test scenarios.
Let's say, the game mustn't crash && tests are listed as:
- Company A: Test 0.
- Company B: Test 1.
- Company C: Test 2.
If a crash affects all platforms, the _logical_ thing to do would be to write just one report, mention all affected platforms && also list all requirements that are failed due to this.
Leadership: 'No, we need to create separate reports for each affected platform.'
Result: Only one report gets actual attention, while all the others are left forgotten, living as zombies.
...sometimes I wonder whether such people are paid per report, given their approach.
/* For some context: I am dealing w/ a multiplatform project built using one of the more popular engines, making vast majority of issues present regardless of the platform. Creating separate reports makes absolutely no sense.
They changed their mind solely after this being brought up by the developers, though. */2 -
Bogged down the entire office network because I mirrored Ubuntu Universe to my PC. Apparantly the downlink wasn't rate limited...2
-
Just read up about the issue with AI interviewers and interviewees.
Schools and companies were using AI to interview potential students and employees.
Those reasoned that if AI is a good enough judge of character and intellect, then it must be good enough at expressing both of those things, so then they deep-faked themselves into the perfect applicants.
Assuming that learning institutions act rationally, those must believe that an automated selection process will be a net positive.
Now, learning institutions might want to use AI as a tool to select applicants because it is objectively better than humans at selecting the best humans... or because it is cheaper enough so that the savings more than make up for the lemons that get through the gauntlet. Occam's razor rejects the former in favor of the latter.
The highest ranking learning institutions would hardly lower standards without putting up a fight. If those were just cash-strapped and struggling to cut costs, it would make little sense to cut corners on their most lucrative line of business (application fees).
Thus, the institutions must believe that the interview is just a technicality in their admissions process. So much so that they can literally automate this step and be no worse off.
That's it. Learning institutions either believe that interviews in their admissions processes are so formulaic that those can be automated with no loss; or that their human interviewers are so plastic that machines can do their job just as well.
In both cases pledges could just let chatgpt be interviewed in their place. It would be a net positive for both sides.6 -
Man, am I glad my company pays for Excel. It is truly worth the hassle of it not working half the time.13
-
I'm starting to understand this guy.
insert into devlife values('bullshitpeople', 'bullshitmanagement', 'bullshit', 'bullshit_fake_productivity', 'bullshit_mantras', 'bullshit_corporate_culture', 'impossible_requirements', 'impossible_deadlines', 'sabotage', 'etc');12 -
TL;DR : I did not read the fucking manual.
Story :
We have a particular kind of setup with Blazor Server-side. And it does not use any SQL, bbut calls APIs.
The class to call APIs was scoped to create one new HTTP connection per new tab (even if the user opens a new tab, it's a new HttpClient).
We were fine. I read that we have 65k ports and disposal takes around 2 minutes, and we have around 1000 users. So it went into the "backlog, where things go to die."
Hard core duiscovery in the past 2 days.
Azure service plan for webapps only allows you 128 outbound connections!
System, we reboot it manually every 4 hours, while I'm working to make HttpClient unique lol
I just needed a break and vent. And "Hey kids, know that Azure service plan is only 128 sockets, not 65536."10 -
Mother-in-law was visiting this morning (love her, lovely woman) and being a good son-in-law, I set out/up the coffee maker before leaving for work (I knew she'll want coffee).
About an hour I get a text message from my wife.
W: "Mom is here and wants some coffee. How do I make coffee in that thing on the countertop?"
<It's a Keurig>
Me: "First, press the power button to get the water up to the brewing temperature."
W: "I know that, I'm not stupid. Where is the power button?"
Me: "The top row of buttons, the first button, it looks just like the power button on the remote control."
W: "Got it. Now what? Its not working"
Me: "You need to wait until it's done warming up. Takes about 30 seconds."
W: "Is it supposed to make that sound? Something is wrong."
Me: "No, its normal. Be patient."
W: "No, something is wrong. Its not supposed to be that loud."
Me: "Sounds like a jet engine taking off, yes, been using it for almost 10 years, this isn't new."
W: "Stop being mean. Never mind. It stopped. What now?"
Me: "Put the pod in the little basket, pull down the handle, and press the second button from the top."
W: "Not working"
Me: "Did you pull the handle all the way down, so it locks?"
W: "Still not working. Now what?"
Me: "Weird. Send me a picture, I can't see what you see."
W: "Never mind, its working now. This would have gone a lot faster if you told me what to do from the start."
My prayer today is thanking Jesus for patience. Amen.11 -
For a snack I have a can of Chicken Vienna Sausage and almonds sitting on my desk.
coworker: What are you eating?
me: weenies and nuts
coworker: <pause>
coworker: I always knew you were gay.
coworker: <laughing>
me: How dare you?!
me: <laughing>3 -
What is your longest remote desktop chain. Mine is currently at five!
HomePC-WorkPC-JumpStation-FARM3-OperatingPanel9 -
Sometimes we are ping pong balls being smashed from one side to the other. This is me, I'm currently studying a technology. Oops! Change of assignments! Plz study new tech! Ok thanks for the constant context-switching.6
-
Some people are the reasons that some company banned "remote-working", I am here thinking that "bro, don't abuse it, the last thing I expect is we all work onsite"4
-
Our metro system spend as much in salary and infrastructure designed to make sure you pay tickets than the money from the actual ticket sales.
So basically you're paying tickets to have bareers and controllers. And then you pay taxes to run trains.
It's fucking racket.9 -
We got a new marketing guy... Number 5 in 4 years. My colleague and I are betting if he will last half a year or not :D4
-
Heard some news/rumorus that we missed our quarterly goal slightly. It was first set to 450k then our accountant said it was not realistic at all and was lowered to 350k....
Our number was just around 100k. We only completed 28.6% of our quarterly goal :DDDDDD5 -
So apparantly Cyberpunk 2077 runs on the Switch 2. What fuckery did Nvidia do to make that happen?!??!18