Live data from Hacker News

Viewing profile — androidgirl

androidgirl

HN member
Joined
Sat, Jun 23, 2018, 1:00 AM UTC
HN karma
383
Public activity
148 items

About androidgirl

No profile information was provided.

Recent public activity

  1. 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 …

  2. 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…

  3. 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.

  4. comment
    Comment #19345947

    You can do this with Selenium pretty easily, and low level webdrivers support it too.

  5. 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.

  6. 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…

  7. 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 …

  8. 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.

  9. comment
    Comment #19144299

    This is awesome!!! Amazing work.

  10. 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…

  11. 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…

  12. 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?

  13. comment
    Comment #19076329

    Can also add the Trello "pattern" approach. A white dots pattern means you can be photographed, stripes means no.

  14. 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…

  15. 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…

  16. 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 …

  17. comment
    Comment #18975606

    This is hilarious and amazing, I love it.

  18. 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…

  19. 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…

  20. 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…

  21. comment
    Comment #18928535

    Omg! That's absolutely exactly what I need for all my sites. Thank you!

  22. 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…

  23. 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.

  24. 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!

  25. 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…