Details
-
AboutBackend developer / system admin
-
SkillsC++, C#, Java, PHP, Kotlin, Python, HTML, CSS, JS, Unix, Apache, some docker and lxc
-
Website
-
Github
Joined devRant on 3/18/2019
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
-
Well, that's why they are called memes
-
If you start all your arguments with "Listen bitch..." then you are guaranteed to get more attention.
Otherwise, dunno. You just need to be really sure what you're talking about, exert confidence and demand to get answers or actions on your concerns. It's a plus if you ask specific people by name. You should also make sure you get a specific slot to speak up and then say what you need to while people are listening.
I'm not exactly sure why people listen to me, but more often than not I don't really give them an option to ignore my requests. Especially naming specific people or asking "what do you guys think" can prompt answers or sub-questions like "sorry, I wasn't listening, what are we talking about?" :D -
Maybe it was rsyncs fault. It does a lot of things and It's kinda optimized for remote copy.
Did you make sure encryption and compression are disabled? Used whole files?
Maybe dd would be better if you want a whole disk clone rather than just some folders -
Just to add to previous comments. There's also usually some self-discovery going on. You can be unsure of your orientation and experiment. You might think you are gay for a while, until you meet an experience that negates that. Emotions are complex and sometimes you can feel confusing things towards people, especially if there is some sort of stress or trauma involved.
Being "gay" may be a binary label, but the self discovery is a Journey.
(Which is why It was so annoying when everyone glorified homosexuality for a while, and still do with that whole pride month bullshit. it made an already confusing journey even more confusing and entangled with politics and peer pressure) -
Interesting, elaborate.
-
I just noticed a bug in a PR recently too. When I brought it up to the mate who wrote it I got the response "copilot wrote that".
:)))))))
I like my colleagues and all that, skilled people and good culture, but damn, stuff like this raises my blood pressure -
Half my home infra is relient on vpn and iptables. I agree that it can be difficult, I essentially have to re-learn it every time Im doing something with it. But It's not that complicated. It simply gives you hooks to every part or routing inside the system and filters to work with it.
There's probably an UI for it somewhere on GitHub though. What I do is usually make a new shell script with "up" and "down" options so that I can work with it and revert it easily during develoment and testing -
Yknow what the problem is? No one takes their job seriously. People deliver things right before deadlines, which doesn't work if there are other people and teams in the pipeline. It only takes one person to hold the entire project back by entire days or weeks. Work morale is awful lately
-
Don't worry. It's not just belgium -_- the job market is frozen shut lately
-
@antigermanist I mean... Even the stackexchange you posted has the answer for you right at the top. Your traditional "mens" bike was the original bike. That's the most obvious and structurally sound design. But women at that time were almost exclusively wearing skirts, mostly long skirts. If those were used with the high bar, wind would easily lift it, so the "womens" bike was invented as a solution to that little problem.
But since the original design is the more optimal one (there are even better ones afaik), you are now in a position where both have to be made because both have their *practical* use. It has nothing to do with gender or sex, not really. It has everything to do with clothing, structure and practicality. They could've named it the T and Y bike just as well and maybe people would complain less, but that shouldn't really matter if it's the same product anyway.
Besides, as the guy said, if you choose the right frame and seat and you should have no problem -
@12bitfloat Yeah, I think what people don't seem to understand that "diversity" is not good if it's massive. If you allow all people somewhere and you get a noise of 11 billion opinions you're not really getting anything of value anymore... In fact it seems diversity is erased the more people are involved...
Humans really seem to work best in simulated villages and small communities. Even your typical "hate crimes" break down in those sizes. No one cares who you are or what you do if everyone knows each other closely. Sure you will get temporary xenophobia with new additions, especially if those new additions are too different from your group (which is why lurking used to be a thing on the internet) but unless the community grows beyond some critical mass it's likely to end up stable -
This rings so true, and extends to all aspects of life in my experience
-
You're right, we should probably make a new language! Let's call it Fart!
But in all seriousness, I don't mind Dart. It's decently powerful and easy to work with, though I do hate the infinite nested structures of Flutter in general. Dart is otherwise just "ok" as a language. I'd prefer building my phone apps with a more common language that's not javascript -
Im not, not 95% of the time
-
Dunno, this stuff is just intuitive to me. The moment you ask me what "result" is my eyes immediatelly just snap to all references to "result" and the first thing I notice is result = result*2
So I immediatelly understand that the result is some sort of X * 2^N... I don't know the result until I analyze rest or the code and initial conditions but I know straight up it aint gonna be 20 when the loop has more than one iterations.
And I was never really good at math, but I'm naturally good at logic and was good at it in uni too.
Not sure that helps you though -
Just because someone is rich doesn't mean they are better at predicting the future
-
@Lensflare Yeah, but I can't really give up on truth lest I want to live in a world of lies :D
Besides, me and some other folk are calling these systems VI rather than AI. The term comes from the Mass Effect games and really fits well here. Stands for Virtual Intelligence and the description goes like this:
```
A Virtual Intelligence (VI) is a sophisticated program designed to make modern computer systems easier to use. They are not to be confused with artificial intelligences like the geth, as VIs are only utilised to assist the user and process data. Though they appear to be intelligent, they aren't actually self-aware, just made with clever programming. This greatly reduces the risk of a VI exceeding the bounds of its intended function or rebelling against the control of its creators and users, though it doesn't eliminate it.
```
Bioware defined this shit in 2007 -
Cool, when are we getting AI? So far I only see language models
-
@YourMom yeah but this is not a new take. Some people actually think that. This just makes ppl fight over it. Cheap bait is kinda sadistic when you think about it
-
Cheap bait
-
I mean, there's a also the idea that you should be a little bit afraid of just yelling random shit out-loud. Human are social creatures and whether you live in a democracy or not has little to do with what your social environment is like. In fact I think the reverse is also kinda true, and the people randomly shouting their "popular" opinion were probably never punched in the face before either.
-
Anyone that just plugs a random usb in their pc should be fired anyway
-
One rule: never drink alone.
That single rule can protect you and make you realize when you start having a real problem. -
@whimsical I just wanted to start a new Svelte+Vite project with a basic dashboard. I provided a detailed description and said to only focus on the frontend part and not even worry about any logic yet. The files looked fine, but the packages it used were busted, one outright didn't exist, another broke the entire deployment and not even fresh reinstall helped. Giving the errors to gpt5 just resulted in it recommending the same solutions over an over, none of them worked.
I gave up on even trying any of the assembly stuff I wanted to test with it.
For what It's worth, the code itself looked fine, but I never got to run it because of It's dependencies.
Claude does this better, though even cloude starts screwing up projects once they grow to a few thousand lines l and couple of files.
Not impressed overall -
For me it still doesn't do the things it didn't know how to do previously. So no big update
-
Oh lol, yeah, I hate that too xD
-
Don't worry, Chat GPT5 can't replace you in treating women like shit, your job is safe
-
You also need to format as FAT32 and mark the partition as bootable. And if It's EFI I think there's another special thing to do according to the spec, not all mobos follow the spec but some do. Can't remember what it was
-
It's not always about selling data. It's also a common method to reduce spam and bots.
-
Configure your torrent to only allow encrypted connections
