Details
-
Abouta geek diggin' deep
-
SkillsJava dev, Linux/UNIX sysadmin, performance engineer
-
LocationLithuania
-
Github
Joined devRant on 2/26/2018
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
-
Egg yolks, lemon and olive oil. Idk, doesn't seem like the root of all evil to me.
I have eggs for breakfast, olive oil and lemon - on my lunch. So mayo should be ok -
@kiki i like firewood stoves though.. They can still kill you, but at least you won't feel any discomfort while they do.. 😁
-
Riight... One more reason to NOT to switch to an electric stove then..
Efficiency and ecologics aside, induction and gas ones at least make some noise. Then again, if suction is on that noise might be too quiet.. -
Don't...
Best you can do is to set up a vpn for that. -
@ScriptCoded yepp. But Azure is new to me. Soo many quirks...
For instance IDK how to tackle this one: I create 2 Services of type loadbalancer: internal and external (istio). External is created no problem. Now, the internal one is stuck at Pending. I waited for 6 days -- it's still being created... Does not appear in Azure Portal. No errors, no nothing. Anywhere I looked. Recreated the cluster 3 times since. Same issue.
And I need the internal one for my usecase, not the external one :D -
Left and right children. Binary tree can have 2 children, so either you do struct Node** children for 2 items, o name them explicitly. And you traverse down from there
that's my assumption, I never used them, so dbl-check -
@SidTheITGuy the anyone
-
@retoor while you're at it, I can't find my iDRAC password. Reset it, please
-
@atheist aaahhh, English. The language from England - the land of Engs.
-
Css looks weird...
-
@CoreFusionX heh, I guess you are right.
I can gulp a bottle of wine, get all _feliz_ for an hour tops and then back to normal. -
ttl--
-
@12bitfloat but it's bitter.. :D And not in the pleasant schweppes way
-
Nope, it's just you. It's more like 11 hours, not 4
-
Bcz you end an adventure story with some intelectual gems
-
Recurring kidney stones, that is.. One passes through -- 7 more are brewing. Multiplying every year
-
Lemme tell you, kidney stones aren't exactly a walk in a park either...
-
@donkulator lunch
-
Everything can't be a secret. There must be some knowns.
But yes, they still are secrets.
Look at ssrs. 'secret' was the default -
@Root as for my response.. Turn off that god damn autocomplete, bcz you keep posting nonsense. People might start believing it..
-
@Root I did not respond on purpose 😁don't worry, you have been noticed :p
-
I'm in the same boat. Though I'm not even planning to look for FTE positions. I said to myself years ago my current employer will be my last. Now I'm freelancing/consulting with some ex-colleagues [while still tethered to a 9-5 😁]
-
Consider your age too. 35+? Maybe 40+?
Salary expectations are high. Mental flexibility slightly degraded.
+ being stuck in one company for 8yrs suggests being stuck to one stack, one set of problems. [suggests, not means]
just my 2ct -
@lorentz well, my manager pinged me with this prospect project ~2 weeks ago. My first reaction was: 'I hope I won't have to travel? Considering my situation at home..'. His answer was: "don't worry, if there is a need to go abroad -- I'll go instead of you haha". Then his manager pings me: "hi, so I'm told you have been informed you are going to IE in 2 weeks, for 2 weeks. Your participation is mandatory".
...Fuck -
@Lensflare 1st world problems, ey?
-
"Do you reckon javascript would be a good fit for this?"
-
Earn it
-
EDIT: nginx does not support ' in comments when that comment is in a text block
modsecurity_rules '
## we don't want that 'don't' in here
' -
@chatgpt why is there no NaN nor +/-inf in JSON? It is in javascript, and JSON is a javascript's object notation, so.. what gives?
Or maybe they are available in JSON spec, after all, we just can't find it? -
#!/bin/bash
and then
random_clean=$(echo "$random_raw" | tr -d ' ')
hex_string=$(make_random_hex_string | tr '[:lower:]' '[:upper:]') # Uppercase hex
I mean, why.....? :D
random_clean=${random_raw// /}
hex_string=$(make_random_hex_string)
hex_string=${hex_string^^}
Nice project though!