Viewing profile — androidgirl
androidgirl
HN member- Joined
- Sat, Jun 23, 2018, 1:00 AM UTC
- HN karma
- 383
- Public activity
- 148 items
- HN profile
- View on Hacker News ↗
About androidgirl
No profile information was provided.
Recent public activity
-
comment
Comment #19416052
Stackoverflow seems interesting as an inclusion of that level. I've always used SO as a "read-only" source, and generally when I need an answer to a question not on there I ask on …
-
comment
Comment #19405564
This is absolutely my favorite programming rant, of all time. It gets me through the day. When management asks something nonsensical, or I'm forced to push a hack to prod to fix th…
-
comment
Comment #19374469
Unless torch drives are taken into consideration, like a NSWR thruster or black hole engine. http://www.projectrho.com/public_html/rocket/torchships.php Sci-Fi for now, though.
-
comment
Comment #19345947
You can do this with Selenium pretty easily, and low level webdrivers support it too.
-
comment
Comment #19342073
You're right obviously, but a Matrioshka Brain would put out such a small amount of radiation, it'd be invisible for all sensor technology outside of, say, black hole lenses.
-
comment
Comment #19296316
Music is helpful in other ways that might overpower any negative effect. In my case, music helps me out with my tinitus, without it I'm in a lot of pain. And unlike, say, white noi…
-
comment
Comment #19226712
I've never used this pattern in Javascript, but it's somewhat common in Python because of how handy the dictionary.get() method is. A few problems TFA solves in JS are much easier …
-
comment
Comment #19214715
Depending on usecase, the JSON lines format can make this into a pretty simple task! Obviously has to fit in with one's data structure though.
-
comment
Comment #19144299
This is awesome!!! Amazing work.
-
comment
Comment #19144054
You can currently purchase redwood seeds online to grow yourself! Plant them in peat moss in large groups to be sure they survive, as most seeds are not viable. Keep them warm unti…
-
comment
Comment #19108415
The term is probably not great for reasons mentioned here, but the concept is nifty. It makes tricks like React pages rendering without javascript possible, and works with pretty m…
-
comment
Comment #19081526
Was just wondering this! That is great news and thank you for posting this here. Maybe it can get mentioned in the FAQ too?
-
comment
Comment #19076329
Can also add the Trello "pattern" approach. A white dots pattern means you can be photographed, stripes means no.
-
comment
Comment #19035793
I understand this is a manifesto, but really the dialogue around Facebook and social media has truly become unhinged. Facebook is just a symptom, it seems What is there to be _done…
-
comment
Comment #19023109
CSS positioning woes are brutal- until you have the knowledge from previous struggles. Full disclosure, I am artistic, but imo css is a different skillset. You'll have knowledge on…
-
comment
Comment #18979394
All of it, honestly, if that's what you want. There's no hard and fast rules on what makes an experience worth living. If automating and outsourcing everything makes you happy, do …
-
comment
Comment #18975606
This is hilarious and amazing, I love it.
-
comment
Comment #18968629
Honestly, if WINE containers offer around 85-90% performance of Windows Native, I'm totally down. And that's currently the case. I have been playing a little bit of No Man's Sky th…
-
comment
Comment #18960530
I was super into tiling window managers for awhile, but now I'm firmly in the floating camp. My local optimum was reached when I started using virtual desktops, one for each window…
-
comment
Comment #18942906
I use inkscape at work in part of a large-ish application. We chose to use inkscape for part of an image generation toolkit because of the great command line options and the easy t…
-
comment
Comment #18928535
Omg! That's absolutely exactly what I need for all my sites. Thank you!
-
comment
Comment #18921587
I might be wrong but aren't these called spikes? I do exploratory coding in a similar way, usually with a repl next to my text editor, and this first single file version is usually…
-
comment
Comment #18851516
I'm pretty sure you could use Firefox with Selenium Webdriver for that script! Fresh containers in between sessions to prevent leakage. Might make it if I have time soon.
-
comment
Comment #18849590
This is awesome! I used to start my repos on Gitlab in private mode before publishing them publicly on Github. A huge time saver here!
-
comment
Comment #18815727
It really does just mean idiomatic python. The word itself is almost a mash up of those two. And I don't see how that's a problem? Every language has a subculture around it, langua…