Viewing profile — MikeTV
MikeTV
HN member- Joined
- Tue, Oct 08, 2013, 6:28 PM UTC
- HN karma
- 134
- Public activity
- 105 items
- HN profile
- View on Hacker News ↗
About MikeTV
hn@miketv.us
Recent public activity
-
comment
Comment #40841484
Would you mind sending me an email (address in profile)? I'd love to pick your brain about some of the trickier ones I'm running into.
-
comment
Comment #40840680
Do you happen to have links to any good documentation/articles on this topic? I'm working on what amounts to a dark theme for Win32 controls and largely making it up as I go along,…
-
comment
Comment #29922728
My experience also. This is particularly bad in the SQL Server space, since Microsoft essentially dropped source control integration in SQL Server Management Studio 2016 and later …
-
comment
Comment #29674129
I've been filling a tiny gap in Microsoft tooling with https://www.versionsql.com/ It's something that seemed small and simple to implement, but has filled a not-insignificant port…
-
comment
Comment #19036329
I'm casually experimenting with this too, to improve AQ in my home office. Do you recall the surface area in the 6-inch-deep bioreactor (or total volume)? The only hard numbers I'v…
-
comment
Comment #18134172
I've noticed that with single-question responses such as Amazon's "why are you returning this" drop-down, and it makes total sense there. A consistently random arrangement means th…
-
comment
Comment #18133920
Today Google popped up a little survey in the corner of my account page, with questions like "I trust Google to keep my data private", "It's easy to find out what data Google has o…
-
comment
Comment #15935370
This one suggests so: https://www.biorxiv.org/content/biorxiv/early/2016/05/26/055... Released as a partial report last year; a quick search didn't find if it had been completed ye…
-
comment
Comment #15914492
Check out NaNoGenMo [1], a yearly challenge to write computer-generated novels. Each year gets 100-200 entries (see the GitHub Issues tab) using various techniques. The resource li…
-
comment
Comment #15808440
FWIW I have the 6290 (2016 model) and haven't run into any annoying misfeatures. Crisp and smooth at 60Hz, UHD color mode. Was stuck at 30Hz and perceptibly laggy until I forced it…
-
comment
Comment #15620500
Earlier this year (~May) they shut down their API endpoint that rendered handy little stock chart images with a surprising amount of useful features. Any alternatives out there, ot…
-
comment
Comment #15450488
The only killer use case I've encountered so far is being able to yell "hey Cortana! Next track!" across the room while playing with a toddler, since either walking over to push a …
-
comment
Comment #15402382
I've been dogfooding my own SQL Server Management Studio add-in, VersionSQL [0] Priorities in its design and why I prefer to use it: It lives where I work, in SSMS. It's as close t…
-
comment
Comment #15365576
Use AutoHotKey to remap CapsLock to function as an Enter key. Or dig into the JS and figure out how to execute the send manually?
-
comment
Comment #15349607
Several mirrorless and pro compacts at least have focus peaking built in. Not perfect, but something that can be worked with.
-
comment
Comment #15349286
I just ran across Language Tool[0] recently. Free, open-source proofreading lib, can be run totally locally. Uses Google Ngrams to check for often confused words. Didn't correct "d…
-
comment
Comment #15201637
Cortana has that as an option in Settings, but it's not on by default.
-
comment
Comment #14874341
Mine are in a bookmark folder. Middle-clicking the folder opens all of its contents in new tabs.
-
comment
Comment #14865864
"Value must be 10 characters or less"
-
comment
Comment #14847784
Primarily video game soundtracks. They're made to play in the background while you perform tasks and come in all sorts of moods / intensity levels. Favorites: - FTL - Crypt of the …
-
comment
Comment #14569621
AFAIK they only run the DMCA checksum when the file/folder is shared. Keeping it inside your own account is OK.
- comment
-
comment
Comment #14368000
Unless you do it the other way around: Generate a list of all passwords similar to the one the user just entered and see if that matches any previous hashes. This is how Facebook's…
-
comment
Comment #14291844
Tendon stretches a couple times a day [0] Whenever I start feeling pain in my hands/wrists, it's because I've been slacking on doing these stretches. [0] https://www.youtube.com/wa…
-
comment
Comment #14212145
You might be interested in "Code Katas" - small, targeted programming exercises. Check out codewars.com, codekata.com, codekatas.org, etc. Also check out ACM Competitive Programmin…