Details
-
AboutAntigerm. Antiyank. Antibrit.
Joined devRant on 10/21/2024
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
-
Managers gettin horny when they realize that AI doesn't even need a free pizza party once a year to stay motivated7
-
I'm preparing a major deployment & what do I see?
SOMEONE MANUALLY EDITED PROD AGAIN
IMO they deserve to be hit on their hands with a stick every time they even think of fucking with it.13 -
Whenever I see a website ask
1. Accept all cookies
2. Customize selection
I can see what they're really saying...
1. Accept! and I'll fuck off out of your way and let you read.
2. So you wanna read the content heh? Step into our office. Ok then, lets go through them one-by-one and you can explain to me why you think you don't need that cookie. and then MAYBE we'll fuck off our of your face so you can read the scant few lines of text standing between you and finishing your homework/job/whatever.18 -
Love it when a shady colleague of mine says something to me and another to someone else within a few months. She also kinda told me I shouldn't do a PhD, cuz not everyone is made for it.
Sexism is well and alive in academia! The worst part is that half the time it comes from women.
I hope karma pays her back, cuz I'm too busy to do so. ¯\_(ツ)_/¯7 -
What are your favourite made up quotes?
"There are no wolves inside of me, I would take my time to slowly murder them." ~Liam Neeson5 -
I've recently learned how committing of the Save Data to file works in my project.
The file is updated w/ _each change_ made to the settings.
Worse yet - the file is updated even when _no actual change_ is made due to the setting already being at its highest / lowest value possible.
/*
e.g. 5 is maximum sound volume.
- You try increasing the sound volume.
- Setting can't get any higher, so remains unchanged.
- *Update the Save Data*.
*/
What kind of abusive masochist would do that?
// Yes... there's always blame.6 -
What on earth could possibly be that unpleasant?
Would you like to create the directory and install a file? Of course. Would you like to replicate the files in the directory? Apologies, but that's not possible.2 -
So in Chrome, "resume browsing" doesn't actually mean resume browsing, it means "take a shit in the top right corner of my screen and kick it about a bit".
Must be satisfying to create a feature and know that 10 million people open it by accident every day and swear at it.3 -
The best thing about SkyRant is that it shows the unread notifications marker in the main text font and not alarm red, so when the counter bugs out and stays on 1 it doesn't make me feel like I need to act on something that doesn't exist.1
-
some dev asked in group chat if the connection between HOST1 and HOST2 is blocked on the firewall.
They're are sitting in DMZ and intranet ... of course one direction is blocked
I asked for details, he wants to SSH from the one sitting in DMZ to the one in intranet (which is a docker host btw)
oh boiiii1 -
We need a list of functions with an associated string, keyed by a sequential int. Neither can change between program versions. In fact, any changes align perfectly to program versions.
The datastructure: a list of string and func with statically known parameters
The solution my PO insists on: a class with static methods that have an attribute for specifying the number, and a database table of number to string. Whenever you need to pass around the list, you pass around a Type object of the class.6 -
You know just what I love my evening novel to be? Documentation of software, written by someone who clearly doesn’t understand what the fuck this is all on about. Literally created a cyclic paragraph (end of paragraph -> see also paragraph b : end of paragraph b -> see paragraph a) without having explained the concept at all.
Why just whyyy4 -
Being helpful and a c++ programmer has led me to trying to add a (tiny) feature to cpython.
The file I'm currently looking at is 2,000 lines long.
I have regrets...11 -
People say "Never attribute to malice that which is adequately explained by stupidity."
However, I think companies can and will create anxiety in a product to get you to buy something else, or something more expensive. This would fit with planned obsolescence. You need to update to Windows 11 because Windows 10 will not have support of updates. Fear the viruses!!!
Also, perhaps companies are purposely hiring incompetent people to head up products? So malicious incompetence?
I think the enshitification of tech is on purpose for various reasons. One of them being to create anxiety in people so they accept shittier solutions for all facets of life. Not just tech solutions.
A tech example of this is searches. They want you using AI. What is the end game goal of AI? Is it easier to hide bias?40 -
So fun fact! The Rust macro error
"Macro expansion ignores <token> and everything after it"
does NOT mean that macro expansion on general ignores this token. What it DOES mean is that the macro expanded to something, then the parser was invoked, and the parser stopped consuming tokens at the specified point.
In normal human speak, this means
"This token is invalid in its context after macro expansion. Refer to the generated code for concrete error."
I spent hours moving intermediate results into macro parameters because I thought the error meant that your macro cannot expand to the second half of a comma-separated list or whatever, until I got the same message about '(' which is very obviously permitted macro output and doesn't even really make sense given that it's not a token.2 -
Half a day wasted. FUCK!
I use grafana loki and mimir/prometheus for telemetry. A few days ago I queried loki to see if logging is still working. Yesterday I changed the datasource to mimir, changed the query parameters to get metrics from another env, ran the query, and... Querier [mimir] crashed.
Wtf.
Error says it got too much data to chew on.
So I spend 4 hours playing with the querier and grpc limits, balancing between limit errors and OOMKills [2G ram].
I got suspicious about oomk. Why would it...
Then I tried to shrink the timeframe to 15min. Still oomk. Down to 5min -- now it worked. But the number of different metrics returned was over 1k
then I look once again at the query. And ofc it is ´{env="prod"}´
turns out, forgetting that you're querying metrics with a logs' query is an expensive and frustrating mistake. Esp. at 3am.
idk why it even returned me anything...7 -
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 -
The quality you perceive your code to be 6 months after writing it is inversely proportional to the quality you perceived it to be when you wrote it.10
-
I got a song that I like a lot but it's made by a kid for kids. Therefor, youtube doesn't let you add it to a playlist since it's "Kid content". When I saw that message, I've felt treated like a freaking pedo. What the hell do those fuckers think about the general population? Who is evil, sees evil. And like if this is a solution to anything. You can just bookmark it in your browser.
Sick shit, how negative can you be YouTube. Judgemental fuckers87 -
In recent years, the online gaming and betting industry has exploded in popularity across the globe, and India is no exception. With a rapidly growing user base, innovative technology, and an array of gaming options, 51Game has emerged as a leader in this vibrant market. This article explores the features, offerings, and impact of 51Game, showcasing why it stands out as India’s premier online gaming and betting platform.3
-
Why do I program everything myself in C, even a rest service? By writing everything yourself in C you make simple things complex to make complex things simple.
Writing a rest service for example learns you a part of http protocol, how sockets work, how to create a parser (in this case json). Three thing's you would miss if I used python.
On top, your rest service uses WAY lesser resource than written in python for example. Especially for CPU usage.
Allocating and free-ing still often have issues there, but I consider it a skill problem / discipline issue. Not blaming C for that. The rules are clear.12 -
https://youtube.com/watch/...
The flooding becomes so bad it makes block of concrete float. Terrible.4 -
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 you too are sick of pull-to-refresh in Google Chrome, please consider signing this petition:
https://change.org/p/...
While I doubt it will get Google to change their minds, it is worth a shot.
FAQ:
Why not just use Firefox?
Because it can't save pages as HTML or MHTML file. Don't even get me started with SinglePage; it is bogus garbage.
Why not just use Kiwi/Brave/etc. ?
Because Google made it mandatory in its codebase, Brave and Kiwi browser and all those other chromium-based third-parties have it mandatory too. This needs to change.6