Details
-
AboutJust a coder getting by in life
-
SkillsHTML(Yeah I know it’s a markup language),CSS,PHP,MySQL,SYS Admin, Cybersecurity Windows/linux
-
LocationNB, Canada
-
Website
-
Github
Joined devRant on 7/5/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
-
They call it $5/gb hotel wifi, i call it free uncapped 100meg fibre because your security sucks
Oh and they host their entire POS (and database with backups) on the same network accessible to every TV in the hotel16 -
During an Interview:
- What's your greatest strength?
- Perseverance.
- Ok, thank you, we'll contact you!
- I'll wait here...2 -
Found my old code.
You gotta admit, that's some clean code there, considering I learned C# only for a year at that time.
But those comments....
VeRy WeLl WrItTeN, vErY dEtAiLeD, vErY gOoD8 -
I just dropped my office laptop !
😨😨😨😨
There is a crack on the corner of the body but the device is Ok !
I am worried they will charge me the whole cost of the laptop ( i.e. 3 months worth salary )19 -
Well I ended my interviews-adventure finally.
Applied for three companies:
- KindOfBigCompany
- BiggestCompany
- BiggestCompany2
I failed in the last two. But got the job in the first one.
The bittersweet sensation is that I got the job in the first one first and then got rejected by the other two so my last feeling is the rejection one. And I really liked BiggestCompany2.
BUT KindOfBigCompany is actually really cool and has a lot of benefits and also I'll earn much more than I currently am so I guess Happy Ending after all :D5 -
Can you guys give me Name suggestion for a website?
Under the name we will create mobile apps and websites. It will free to use for anyone.
Preferred .com domain
Thanks in advance :)11 -
Meant to put this up weeks ago but kept forgetting ¯\_(ツ)_/¯
Here's a photo of me and my now fiance, thought we should snap a photo before I get to tipsy!19 -
They say, MATHS is a universal language,
They say, WAR is a universal language,
They say, LOVE is a universal language,
They say, SEX is a universal language,
.
.
I say C is the universal Language!!!9 -
TL:DR
Why do so shitty "API"s exist that are even harder to write than proper ones? D:
Trying to hack my venilation at home.
This API is so horrible D:
The API is only based on POST requests no matter if you want to write values or get values and the response only contains XML with cryptic values like:
<?xml version="1.0" encoding="UTF-8"?>
<PARAMETER>
<LANG>de</LANG>
<ID>v01306</ID>
<VA>00011100000000000000000010000001</VA>
<ID>v00024</ID>
<VA>0</VA>
<ID>v00033</ID>
<VA>2</VA>
<ID>v00037</ID>
<VA>0</VA>
Also there are multiple API routes like
POST /data/werte1.xml
POST /data/werte2.xml
POST /data/werte3.xml
POST /data/werte4.xml
And actually the real API route is only given in the request body and not in the path.
Why is this so shitty? D:<
Btw in terms of security this is also top notch. It just globally saves if one computer sends the login password.
I mean why even ask for a password then? D:
That made me end up with a cronjob to send a login request so I don't have to login on any device.
PS:
You see, great piece of German engineering.3