Details
-
AboutJust a coder by heart
-
Skillspython, linux, bash/zsh, cloud stuff
-
LocationGermany
Joined devRant on 6/7/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
-
@ostream Not sure if allowed to post links here but it's the GOA station from Radio Record, I got the direct stream url from using the browser network inspector and imported it into AIMP
-
You could also write a crontab entry to do that for you! Would be less "static" I know, but this way now one would be able to complain: "The Year is still showing 20XX on the website! Change it ASAP!!11"
-
I reached 50+ multiple times because it was expected of me to do so.
Mostly because I had to work with two teams, one in my local time zone and another one in a time zone which was -6 hours from mine -
In layman's terms if you're talking to someone who doesn't have any clue about tech or similar: "I create the stuff you're using on your pc"
-
If you want to stick with python you could try Python and Django
-
@ScribeOfGoD becauseit was more of a muttering...
Well anyways, figured it was a problem of the AppStore and not caused by devrant itself so, no worries @dfox -
@linuxxx could be a problem for the German AppStore though, wouldn't be the first time that some AppStore interaction won't work because of the German version
-
That's recursion on a meta level, love that
-
@shozukan Take a beer or something you like to relax, and try to distract yourself, helped for me
-
Had this same situation when my employed decided not to extend the contract and the final day was close..
Sitting there for hours, doing nothing because there was nothing to do(or nothing that was assigned to me)
It's HORRIBLE -
Just to add it... LOLCODE
HOW IZ I FOO YR BAR
FOUND YR WIN
IF U SAY SO -
What about:
1 ? true : false -
@Krokoklemme I didn't know how at that point, doesn't matter now though, used ThreadPools and such but not working for the company anymore
-
6-6
foo(bar):
return True -
@DLMousey the "almost fit" is pretty accurate.
Even though the standard string should be used, you don't get any output at all if the corresponding default language isn't available, hooray for standards -
@Krokoklemme the idea was to only call X Threads at once though and not all of them
-
as does ; and ,
ALWAYS check delimiters... -
function codeWorks(){
return True;
}
//important algorithm for xyz...
if (codeWorks()){
//algorithm finished
} -
Some people like the dirty ways ;)
-
@cr78 a *few* api calls
Basically I can get a list of elements from a single api call but to get details about the element I need to call api/<element_id> again, that's how 50000 threads were created -
This is so much the situation I had with an API connector recently just that the Helper 2 was like:
"Try Solution #123"
Which was nothing even closely related to the problem we were facing.. -
Usually it's a step further towards the goal, even if you just use a try, except, pass to suppress any error...
...totally didn't use that to show my boss that no errors exist...