droptableusers
|
11 years ago
|
on: Mean People Fail
as demonstrated here
droptableusers
|
11 years ago
|
on: Mean People Fail
Perhaps they are just good at suppressing any inconvenient opinion or thought.
droptableusers
|
11 years ago
|
on: Handmade Hero: C game from scratch
If he knows he will be porting the game, why does he not abstract away the OS layer and perhaps even the graphics library? Then implement it behind some interface with for example SDL2 and OpenGL depending on platform.
Would not that save lots of time and ensure it works cross-platform from the start? To me, it just seems that you re-invent the wheel by not doing this.
droptableusers
|
11 years ago
|
on: Signaling Post-Snowden Era, New iPhone Locks Out N.S.A
You would have to be very gullible to believe this show, I would not be surprised if this is done in cooperation with the government. They want you to use propitiatory software and own personal surveillance devices such as phones and Apple wants to sell your their product. They both would win from such a scenario. I do not buy it, the least I can do for Snowden is to be very skeptical.
droptableusers
|
12 years ago
|
on: Things that drive me nuts about OpenGL
droptableusers
|
12 years ago
|
on: Pass: The standard unix password manager
I have 25 passwords managed by pass, all personal and not work related.
droptableusers
|
12 years ago
|
on: The Ultimate Frontend Build tool: make
What is the purpose of blending the text with the background and making it barely readable?
droptableusers
|
12 years ago
|
on: Password prompts are annoying
Requirement of email is even more annoying.
droptableusers
|
12 years ago
|
on: How to Create Your Own Git Server
I use GitLab on my VPS (KVM Advanced @ Edis) and I am very happy with it. However, it uses unreasonable amount of resources. I am pretty much all out of resources after deploying GitLab. I will probably switch to something else even if it has less features and worse interface as long as it use less resources.
droptableusers
|
12 years ago
|
on: Computer Science Interview Questions with C++ Solutions
I see, thanks for your perspective on the matter.
droptableusers
|
12 years ago
|
on: Computer Science Interview Questions with C++ Solutions
I am just a student but do interview questions come without any concrete problem to solve? Or are they really like "Which data structure would you use for repetitive look-ups?", "Implement FizzBuzz" and so on instead of something like "You need to look up a words in a English dictionary for a spelling program, how would you solve it?".
droptableusers
|
12 years ago
|
on: Browser Extension Password Managers Exposing Passwords Everywhere
If you are on GNU/Linux you can use built in tools with PGP (with a little help of bash scripts, and git if you want). I first saw it explained on this blog
http://blog.sanctum.geek.nz/linux-crypto-passwords/ and has worked really well for me. Feels more robust and secure than browser password stores, though probably not as convenient but its up to you, convenience or security.