HackerTrans
TopNewTrendsCommentsPastAskShowJobs

0xdba

no profile record

comments

0xdba
·4 years ago·discuss
I have the same feelings about climate change. Nothing's going to change until shit gets much, much worse. Too bad to ignore.
0xdba
·5 years ago·discuss
An 'authoritarian' company, that has to follow labor, trade, civil laws made by the actual government. That I can 'emigrate' from whenever I want without having to learn a new language...

Where were you going with this?
0xdba
·5 years ago·discuss
I have my ergodox ez setup like this.

asdf and jkl; all have dual functions when held

a/j = ctrl

; = alt

a turns ijkl into arrow keys (like wsad, but I have a left handed mouse)

k + j = copy, k + l = paste

and so on for symbols, brackets, etc.

The goal is to move from the home row as little as possible. I attempted to gather statistics on most used keys when programming at work, which was mildly successful.

Here's my layout, optimized for left handed mouse use: https://configure.zsa.io/ergodox-ez/layouts/JwoW9/latest/0
0xdba
·5 years ago·discuss
I think most containers also run "bare metal", they just are more isolated as far as process/memory/fs, etc.

Having worked with and without Docker for various web apps, it removes some dependency management and server setup at the cost of another layer (or two...) of complexity. It's not always worth it to go to containers.

Docker seems to make the most sense in cloud environments that scale horizontally.

What benefits would you get exactly?
0xdba
·5 years ago·discuss
They used to target individuals, but have moved to larger institutions with likely big insurance payouts. Schools, companies, government agencies.
0xdba
·5 years ago·discuss
Eh, most aftermarket seats are geared to keeping you in the seat during from lateral momentum. Less comfort than OEM.

OEM GT sedan seats are probably your best bet. Big Lexus, Mercedes, etc. sedans.
0xdba
·5 years ago·discuss
No, it's Harperr Odrigue, and they are a fan of Z31s [1].

1 - https://en.wikipedia.org/wiki/Nissan_300ZX#Z31
0xdba
·5 years ago·discuss
Wow, I looked at the review responses by the developer and assumed from the poor English that it was fake, and reported it.
0xdba
·5 years ago·discuss
If we're going to judge nuclear by its few accidents and not overall safety for the past 70 years compared to, say, mining coal, sure.
0xdba
·5 years ago·discuss
No, that's buying a domain in the hopes someone will want it in the future. This was "domain sniping".
0xdba
·5 years ago·discuss
That is a problem I'd love to have.
0xdba
·5 years ago·discuss
For my typing SaaS, I found firebase hosting/realtime DB a ginormous time saver.

And since it hasn't taken off (and probably won't ever), it just costs me a pennies a month since I'm under their free limits, plus the domain.
0xdba
·5 years ago·discuss
I had forked a fork of this a while ago (unbury.us) -- I don't see any updates on the GitHub repo that links to that domain: https://github.com/duaneking/unburyme

The contact info is also quite vague now, where it previously linked to the creator's twitter and github.
0xdba
·5 years ago·discuss
I remember it. IIRC, the GUI has a button for "CATASTROPHIC EVENT" right next to the one for "Buckle up for safety" or something like that.
0xdba
·5 years ago·discuss
Weight lifters can go beyond 50+ lbs, safely, only if the weight is basically in barbell (or dumbbell, or whatever) format. A large 100lb box isn't being lifted by any smart weightlifter alone.
0xdba
·5 years ago·discuss
https://github.com/rs/node-netmask/commit/ec1b5b56a822babf90...

I don't see it.
0xdba
·5 years ago·discuss
Yes, I thought either FF or Chrome had implemented this before.
0xdba
·5 years ago·discuss
I had wanted to do that, but when I created it I was using a proprietary ThinkPad dock and Windows 7, and I couldn't find an easy way to detect when connected/disconnected. Might be a way now with Win10 and Type-C docks.
0xdba
·5 years ago·discuss
No. It's pretty bare-bones. Save before a disconnect, restore after re-connect.

And it's hWnd based, so if the window handle ever changes it won't work. Also won't work for admin windows, unless run as an admin.

But it worked well enough for me.
0xdba
·5 years ago·discuss
> One of the things that I’d love to see in this that fancy zones is missing is the ability of windows to remember where they should be after I reconnect to my dock.

When I worked in an office, and had frequent meetings I had to take my laptop to, it irked me enough to come up with my own solution:

https://github.com/nearwood/windmill