Details
-
AboutFullstack PHP Webdeveloper for 10 years, now CS student at ETH in Switzerland
-
SkillsPHP, Java, (some) Python, SQL, JS, CSS
-
LocationSwitzerland
-
Website
-
Github
Joined devRant on 1/18/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
-
@kejojedi any reason for that? Like what's the advantage?
-
I like the idea behind it. Are there any plans for OOP (like inheritage)? Especially the controllers could Profit from that in my opinion
-
Tell us about your career path change then (:
-
@-pthread didn't he say no electron?
-
You don't have to go with C++ if you want to use QT: https://wiki.qt.io/Language_Binding...
-
I might be a pessimist, but I don't think they'll give you the raise, you're looking for.
Two options:
1) get a new job
2) get them to work out a list of events/requirements/whatever, that need to be fullfilled to get X as salary. Make sure to have it signed by them and set a fixed amount of time (6mo, 9mo, 12mo) after which to review the progress and adjust your pay. -
Why would the need people who are good at taking apart binaries? Simply replace the uname command, done.
-
As @FahadAlt said: sport/gym, however, make sure it's something you don't do alone, so that there'll be a person motivating/reminding you to go...
-
For transactional E-Mails: PostMark
For Newsletters: MailChimp -
Not intentionally at least :P
-
Don't mind me, deploying a 400mb container to prod... Yeah I know, it's bad... But I haven't found time to tidy things up yet...
-
https://aws.amazon.com/en/...
AWS even offers this service with their own trucks, having both power to run things as well as fibre optic connection to load the truck... -
On the other hand, a few weeks ago, a friend showed me a problem, he spent two days in already, that I fixed in roughly 10 minutes, as I've encounter that a few year ago and was able to fix it as someone in the daily standup knew what it was... So experience can matter...
-
I think they analysed it at a CCC like one or two years back and it sucked donkey balls from a security perspective, however they promissed to improve that and work with researchers... So who knows, might be better now!
-
He's right, from a technical standpoint. Flutter is superiors to React Native, however React Native won't go away that fast, as it's backend by Facebook and a lot of software is already written with it.
-
@uziiuzair I always wanted to visit the Philipines once to go scuba diving. I guess now I have another reason :P
-
I think my favorite barbershop so far was during holidays in Australia, one of the guys in the shop just went: "I need a beer! Who else wants one?", Vanishes to the back room and bring a round of cold bottles out for every one. That was awesome.
-
Don't functional programmers Love pure functions and immutable data?
-
Namespaces are a thing since PHP 5.3, there's dependency injection, there's static variables/functions, there are singletons, and even if you choose to ignore all that, constants can also hold arrays and non primitives are passend by reference,
-
If you want to know the size of the contents of a folder, simply changed the `du -sh /path/to/folder` which @netikras proposed to `du -sh /path/to/folder/*`
-
I was looking into braintree, as they have a pretty simple API. But tbh, never worked with them (we've used a Swiss solution which just worked for Swiss credit cards?, so can't tell if they are good or just have nice docs
-
@dfox @trogus, sumoning for answers
-
How about popOS?
-
@Wisecrack have you ever considered moving either out of the US or to another part of the country? If so why? If not, why not?
-
I do have a wonderful girlfriend too (4 years in february) and actually I've got a compilerdesign exam ob friday.
Yeah, the Swiss education system is pretty cool. Also a semester at said university is about 700.-, so no student loan dept for us either. Salary wise people with an apprentiship will earn around 4'000-5'500 and people with a University degree (depending on the degree) about 5'000-7'000 per month, so having "just" an apprentiship isn't Seen as something worth less by society, especially since most people choose that path and you can always put in the hours and either go to a Fachhochschule (I guess kind of community college) after a one year course or to university after 2-3 years...
Oh and don't get me started on healthcare ^^
But enough about me! How are you doing? -
Got the job, worked there 3 or 4 years. Was nice. During that time, I ha 2 girlfriends, but it didn't work out. Since there was no real oportunity for a Promotion, I decided to go to university (I did an apprentiship with "Berufsmatur", I guess that's a Swiss/German thing, basically you have part time school/part time work and are kind of a trainee, and after that you're certified...), got my A levels and am currently finishing my CS degree at the top university of continental europe, so life's good I think :P
Oh and I got a dog! -
Can you ping other domains? Like can you ping duckduckgo or something Like that from inside the container? I kind of get the feeling, the containers networking is fucked...
-
@don-rager Bug Report: "fuckit" hets counted as "fuck"
Steps to reproduce:
1) Change a class, ex. `<div class="fuck that">` to `<div class="fuckit that">`,
2) Run: iterative=14, recursive=14, original=13
See: https://jsfiddle.net/52rmuxed/
Solution: Check class using: `element.classlist.contains(cName)` -
Haven't looked at other solutions, but I guess they'll be pretty similar.
https://jsfiddle.net/m8uy4x3w/
I choose to directly go die the bin recursion as was the final Challenge, basically the idea is a BFS on a tree, starting at the "tree root" a.k.a. the body element, use an array to keep track of results and a second one for the queue. It could be changed to a DFS by using unshift instead of push for the queue operation... -
@arcsector I didn't say they're best practice and agree with your suggestion, however this is how I'd so it with the restriction that the DB has to run on the host and not in a container.