Details
-
AboutCarbon based humanoid lifeform that likes other carbon based lifeforms (most of these seem to be of the non humanoid variety and biassed toward furry or feathered ones). Natures joke: I'm allergic...
-
SkillsProgrammer proficient in most languages. prefer Go. Also a fan of Ansible and Linux/UNIX. Used to be a systems and network admin.
-
LocationNetherlands
Joined devRant on 3/1/2017
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
-
@glowFX this is the way
-
Ah that kind of passthrough. So an AR variant. Sounds cool.
-
We even had a company policy to do that for all numeric id JSON responses due to the size limitations. Same for some representations of monetary amounts to prevent floating point calculation errors.
There can be good reasons for it. But in isolation all solutions look odd. -
What's a pass through shader?
-
I've actually yet to see a place where that is not the case. Sure some actual output performance is required but the highest pay always goes to the one that projects themselves the best. Never the quiet workhorse.
-
I feel that language preference is indeed a thing that is sorely overlooked.
I'm in the Netherlands and fully Dutch but hate Dutch music. Can't turn that off in any music streaming service.
Same with books, I love reading the original English texts or translations to English (they are generally better). However it's super hard to find the English versions for me and all browsing/adds are Dutch versions. Nowhere did I even set that I speak Dutch.
Also Belgium is weird. If I would live there I would for sure speak both French and Dutch.
My French is really rusty and noticed that Brussels is basically French only with here and there someone that also speaks Dutch. -
@Tounai nothing to do with the game at all.
They are all steam phishing scams.
The only thing that is CS related is the value of in game inventory (skins). Plenty of other games with transferable in-game inventory that boosts the value of a steam account. -
@Lensflare lol I see I'm too late.
Edit: @tosensei , like really late. -
Yes
-
@CaptainRant the way of working is something you bring up in retros, other learnings too. But for summer reason a lot of people are stuck with the idea that a daily scrum or stand-up is about 3 questions and that's all the communication that is needed.
I don't have a doctorate in agile or scrum however I've fought hard to make teams operate the way that works and I like. It's more kanban style and no freaking status updates. We schedule a meeting when we need it with people that makes sense. Nothing in the agile manifest is against that quite the opposite actually.
What you guys are doing is twisting it like terrorists and politicians twist religion. -
@CaptainRant don't know why you reply to me and probably downvoted. You are making exactly my point...
The complaint in OP should be handled in a retro. They are just going through some weird burocratic motions and use that as an excuse to not function as a team or have any meanings for making important decisions (as a team).
I don't care what methodology™ you throw at it this is never the goal. -
Nothing you described has anything to do with agile™
-
Unless they block something its not supposed to be in that meeting anyway.
-
@Demolishun not specified but this is specifically about pesticide application. See my comment on the post...
-
Stop spreading lies please and do some actual research. When reading your post the first thing that comes to my mind is well that looks out of context. Where is the bloody context!
EU is wise enough to not allow caffeine as a pesticide. That is the context. It has an effect on humans so it's considered harmful as a pesticide. This means in the EU you won't stay awake eating a few carrots all the sudden.
https://euronews.com/my-europe/... -
What an elaborate way to say that sugar is bad for you!
-
@electrineer that is not the problem. The problem is separation and a switch for multiple versions of the app (both actual versions as different platforms). Is it account level. Geo IP level or even both.
If the platform already supported displaying a regional error message (which is quite likely) and there are already tools in place to identify regional traffic it would indeed be fairly easy.
If not it's a lot harder. Especially if you need to block US accounts not just IP/ISP based traffic origin. -
The mistake you made here is believing it is your taskbar.
Every part of it has been filled with a promotion at summer time and will again. -
If not friend, why friend shaped?
-
@Hazarth I still like it a lot too. It's easy to debug and often feels a bit like a scripting language and comes with all the tools you need by default. Super low maintenance. Sometimes they do take the simplicity part a few steps too far though.
-
Yeah there are no enums. Go has plenty of quirks but it's highly effective.
Rust has a really nice enums implementation but you will be fighting a lot of the language at the beginning. -
I know about performance but really can't be bothered by big O notation.
So far I'm the one fixing all the issues. Most of the issues are race condition or database representation related.
All my coworkers seem to know about big O, but none of them can seem to grasp the rules of synchronization. Understanding the implication of things is far more important than anything any school has to offer. -
It for sure had a place but for most things I find go and C more useful. Quite some C++ use cases where Go just isn't good enough Rust makes sense. That is why I do think that an application like a browser makes sense to write in Rust.
The cult/hype peak may come to an end. Go had the same over hype bs. Now I see it used too little where it makes sense. Paru for example should never have existed for example Yay could benefit from the extra development that went into Paru, Rust adds nothing here. Network and pacman are the limiting factor. -
@Lensflare Actually it is not when done right.
SuperDuperAbstractFactorySingleton
is harder to read and distinguish from SuperDuperAbstractFacilitatorSingleton.
Contains way more crap you read before you get to the unique descriptive part than say Facilitator.
The closer the variable is to it's usage the more context you have and the shorter you can get. This translates to his deeper the code and the smaller the function the shorter variable and function/method names can be.
The opposite is also true the further away and more exposed the more verbose you need to be. This is because you don't have the context and in need of some descriptive naming. Still just enough so you can dirive context without making it a chore for your brain to process. -
@donkulator you like to dance around a campfire?
-
@CoreFusionX the EU is vastly more reasonable. A lot of liability waiving is in violation of the law here.
I think that the claim has to do with the actual usage, even in US but can't be sure.
Because laws in the US are stupid they will try to get damages on Disney if their kids jump off a building and try to spin it that they did it because Disney showed them a super hero that can fly. -
If there is no persistent state a restart should fix it. Don't think there is a way shutdown gracefully
-
At work we have a central logging server but also always log to stdout.
As our team actively removes noise this works nicely without impact. Did have an instance where sending the logs was sore l so slow (network issue) that there was internal resource usage buildup and it killed the service anyway. At least that was visible. -
Ah yes, what happened to the good old days when the answer to that question was "dunno copied from stack overflow".
Edit: see I was late to the party... -
Ouch at least they know for real you work there 😅