Live data from Hacker News

Viewing profile — blindluke

blindluke

HN member
Joined
Tue, Aug 27, 2013, 11:37 AM UTC
HN karma
57
Public activity
31 items

About blindluke

*nix/Java admin, Perl/C/Java programmer, avid gamer

Recent public activity

  1. comment
    Comment #39791860

    Yep. I bought a yellow one with the intention of making it a dedicated PICO-8 machine, and it is wonderful. It's not as perfect as 351p is for GBA, as 5x integer scaling leaves you…

  2. comment
    Comment #39788678

    I wholeheartedly agree with you that TIC-80 is not as great as PICO-8 is, and I would never recommend it over PICO-8 to someone who wants to start their adventure with game develop…

  3. comment
    Comment #31905996

    That's just a single data point, but here's my experience. I have severe myopia, and I experience discomfort when reading from a screen over a prolonged period of time. I read a lo…

  4. comment
    Comment #31395075

    I'd love to hear more details about your setup, if you're willing to share. Especially the part about using the Kindle as a secondary screen.

  5. comment
    Comment #30894794

    You pay for the console, and the games are open by design. You can load any pico game into the console, go into edit mode, and see / edit assets, music, levels. The console only su…

  6. comment
    Comment #30776092

    > my point is there are dozens of other convenient questions you can ask to filter out projects Absolutely. And I agree with you that "Is it widely used in production?" is a better…

  7. comment
    Comment #30763486

    You're assuming someone places value on proper documentation because they need proper documentation to make it "accessible to you". That doesn't have to be the case. For me, lack o…

  8. comment
    Comment #30372586

    > My problem is, I know that we are missing information, what I don't know is how to tease out that information from myself and other coworkers. I would start by reflecting on the …

  9. comment
    Comment #28626238

    He coded those games single-handedly AND in x86 assembly. Yep, that's a good example of a genius, right there.

  10. comment
    Comment #27781449

    I can provide answers to the last two questions, based on my limited experence. > What are "local HR laws"? I think this refers to the fact that regulatory compliance is different …

  11. comment
    Comment #27180757

    > That's not typical Java code. You could do that in quick & dirty code, but I haven't seen such code in production code. It sounds to me like you're an extremely lucky person. I'v…

  12. comment
    Comment #27115829

    > and so one can guess what correct fingering would be when there is no teacher around At least in some cases, yes. For me, that's the real point of having a teacher - learning the…

  13. comment
    Comment #27103906

    Here's where having a teacher helps a lot. I started out as an adult beginner, and I remember that in one of the first study books (Duvernoy or Burgmuller), there was a passage in …

  14. comment
    Comment #26791678

    I like it too, very much so, to the point where I recommend it to people that find K. N. King's "C Programming: A Lengthy Approach" too intimidating. And I had nothing to do with w…

  15. comment
    Comment #26789175

    This small Austrian village already changed the name to Fugging. Someone did notice.

  16. comment
    Comment #26722224

    > it was exactly 8.5 hours of focused, deliberate practice As already pointed out, that's a very low amount of practice to change the technique. For piano, when learning forearm ro…

  17. comment
    Comment #26165152

    Used the online version a lot before, and I'm tempted to grab the desktop app just to show support. Still unsure if I would use it over the web equivalent. There are some things st…

  18. comment
    Comment #25956610

    Sure, I added the following assumptions: - stuff I play myself - something I can explain to the 70yo parents in a few minutes before the game - easily available (either recent, or …

  19. comment
    Comment #25927545

    Thank you. Falba is pretty much exactly what I was hoping to find, especially since I'm in Europe too. Appreciate the help.

  20. comment
    Comment #25927085

    I wonder, is there a place one can buy a prebuilt 40% keyboard, with keycaps, the full shebang? Split or not, I'd love to have a portable mechanical keyboard to carry around, but I…

  21. comment
    Comment #24075810

    > I'm just interested in pivot points where companies decided to switch from technology x to technology z, and what made them do it. There's a lot of articles and blog posts on tha…

  22. comment
    Comment #24070942

    > what tradeoffs did companies > what made companies adopt it Which companies are you referring to? > Why did everyone leave PHP? When did that happen? If everyone did "leave PHP",…

  23. comment
    Comment #23829452

    > Without consulting Stack Overflow, describe the “...” operator in Perl. Poor example. Any Perl programmer can explain both range ops without breaking a sweat. Smart matching is/w…

  24. comment
    Comment #23677219

    > Giving me the ability to do something I do not want to do is not beneficial. Expecting that an example should be tailor-made is not very beneficial, either. When I go out to buy …

  25. comment
    Comment #23637772

    > Perl does not have grammars (at least, not built-in). That's not true since v5.10 (2007). Here's a sample that matches a subset of LaTeX markup: $matcher = qr{ (?&File) (?(DEFINE…