Details
Joined devRant on 12/22/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
-
@writeascript what I got upset with there was that even for interfaces, your write<T extends interface> even though you usually implement an interface, not extend it.
-
assuming you are speaking of java:
I had this problem a few days ago and it's possible to still implement such generics by using a type parameter. so, for example, you can have
public <T extends Animal> List<T> getBestAnimal(List<T> animals){
animals.sort(Comparator.comparingInt(animal::getGoodnessScore));
return animals;
}
this can then be called implicitly, e.g.:
getBestAnimal (new ArrayList<Dog>()); -
well it's just not the right tool for the job here. besides, it does make it easy to understand for humans/mathematicians
-
@Brolls Are you sure it's not usinf a different mic? I can never get the mic to work. I can choose between headset and non headset. On manjaro kde it becomes evennmore apparent. I can choose either high quality or headset unit und when I choose the high quality one it just doesn't show the microphone anymore. the device just doesn't show up anymore. same in Windows, if I choose the high quality headphones, it does not pick up anything from the mic.
-
@Brolls I'm using the H8i and they're amazing except when you have to use a microphone. it reduces audio quality by quite a bit and the only workaround is using a different microphone. The customer support said since it's by design, they would not take care of it. one cheeky guy even said that "it's not a problem with the product but a problem with perception". I would just like a switch to turn it off.
I also like the ANC of the Sony XM3 mentioned in this thread more -
@NoToJavaScript I'd assume this is a screenshot of a snapchat. Doesn't necessarily make it better but it does explain it better ;)
-
@12bitfloat well I mean I'm sure C was called C too as a project. it's a language after all. it's called vlang
https://github.com/vlang/v/... -
are you me?
-
@frickerg out of ignorance about other options I started with sequelize and my own way to build sql queries. knex will most probably clean things up a lot :) I'll have to look into models in typescript because I only followed the angular hero tour and a few guides before starting. I guess I'll also have to find out the business logic layer part, because there is a hell lot of complexity
-
@frickerg wow, thanks! I will put this to good use :)
-
@C0D4 The original paper (or at least the oldest one I found) called it SEQUEL though. structured english query language
-
what makes you think noone uses angular
-
@pacohojaverde I thought it was a dandelion
but I think it's 2 trees -
@billgates tried before, didn't like; use now, like. but Google is still slightly better
-
@heyheni sounds great, thanks again
-
@heyheni huh, thanks. I was looking for a quick and easy vpn setup which the vpn provider's app seemingly provided (I know I know, you're not supposed to use those, but my friend might be overwhelmed by, say, the ovpn gui), but this looks usable
-
I actually enjoy meetings. It's that little bit of contact to people I need :D
-
@-ANGRY-CLIENT- I was. Just kind of astonishing. I was a little rude in that rant I guess.
-
@v0gel yup, central station
-
@iThink94 I don't get it :/ not a native speaker - is it a pun? I love puns
-
@graviton @Brosyl but that's what I thought at first, too. after deeper consideration, I think it is java 8 though
-
those spots on the picture are from my camera, I opened my 6p to switch the battery and in the process must've somehow opened a vent for dust to come in :D
-
@Brosyl well, this is just an example, but let's say I have a program that can be recreated by putting 3 formulas into an excel table. would that be rewriting?
-
@thealex I think the same way - they chose that acronym because of the peanut butter "jif", though. And the developer said that it's supposed to be a soft g, i.e. djiff
Reminds me of gerrymandering, where gerry actually comes from the name and is still pronounced falsely... -
@polaroidkidd vim mode plus is a package that enables vim keyboard shortcuts in atom. Comes in handy when you have to use windows and don't want to install either lots of plugins or git.
-
@arraysstartat1 the if statement does the same thing, just written differently
-
@arraysstartat1 the ?: part is an unnecessary check - if it's -1, take 0, else increment by one. (-1 + 1) is 0
-
@Kulijana it's just that when the game utilizes 4C, there's 2 left to do anything else, e.g. listening to music, in-home or even actual streaming, depending on the game, a quick google search; without impacting the game very much. That and the (I think) lower mobo+cpu cost makes ryzen superior to me.
-
@Kimmax Currently I'm not a real Hamburger, I live in Norderstedt, but close to the border
-
@Kimmax hah, somone from HH :D what do you do?