Viewing profile — blindluke
blindluke
HN member- Joined
- Tue, Aug 27, 2013, 11:37 AM UTC
- HN karma
- 57
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About blindluke
Recent public activity
-
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…
-
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…
-
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…
-
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.
-
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…
-
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…
-
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…
-
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 …
-
comment
Comment #28626238
He coded those games single-handedly AND in x86 assembly. Yep, that's a good example of a genius, right there.
-
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 …
-
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…
-
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…
-
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 …
-
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…
-
comment
Comment #26789175
This small Austrian village already changed the name to Fugging. Someone did notice.
-
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…
-
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…
-
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 …
-
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.
-
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…
-
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…
-
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",…
-
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…
-
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 …
-
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…