Live data from Hacker News

Viewing profile — joshtynjala

joshtynjala

HN member
Joined
Mon, May 04, 2009, 12:37 AM UTC
HN karma
277
Public activity
82 items

About joshtynjala

Frontend developer, open source contributor, codes in Haxe, karaoke enthusiast, likes bowler hats, pinball, and Muppets.

https://github.com/joshtynjala https://twitter.com/joshtynjala https://feathersui.com https://logic.ly

Recent public activity

  1. comment
    Comment #46595230

    If you have a pihole or something that blocks ads/tracking for your entire network, try configuring it to exclude to your Apple TV. My Paramount+ app went from crashing daily to no…

  2. comment
    Comment #45816563

    And OpenFL https://openfl.org/ which is an implementation of the Flash API written in Haxe. It can cross-compile to HTML5 or native C++ mobile and desktop. Disclosure: I'm a contri…

  3. comment
    Comment #43234415

    I don’t recall Apple unpublishing my AIR apps. One of mine was among the first secretly submitted before Adobe revealed the feature publicly. However, I definitely remember after A…

  4. comment
    Comment #42178568

    Your web browser may have also spent some time packing rectangles into rectangles. I recall reading this article a while back about how Firefox does/did it. https://mozillagfx.word…

  5. comment
    Comment #41790240

    He's appeared in several of related threads here on HN. He is always asked about his lawyers, and he repeatedly claims that they're cool with his behavior.

  6. comment
    Comment #33575362

    Haxe can compile to even more targets these days, like C++, JVM, C#, PHP, Lua, etc. It also includes an interpreter to run without compiling, and there’s a newer, faster VM for Hax…

  7. story
  8. comment
    Comment #32255309

    Maybe I read it too fast, or maybe my brain was still focused on my work tasks, and that was taking priority over my casual skimming of HN. It doesn't really matter. All I know is …

  9. comment
  10. comment
    Comment #32254631

    I think that the author was a bit unclear in regards to the word "gay". It almost sounded like the author thinks that using the word "gay" in any context should be considered bad. …

  11. story
  12. comment
    Comment #29524497

    Apache funding goes to stuff like infrastructure and administrative stuff. Developers writing code for Apache projects are volunteers and are not paid by Apache. If they’re lucky, …

  13. comment
    Comment #28183582

    Have you tried creating a .pkg file instead of .dmg? Much better user experience, in my opinion. The developer controls where the .app goes, and there’s nothing for the user to unm…

  14. comment
    Comment #27943374

    There’s a safer way to run self-signed software on macOS, for anyone that prefers not to do the master disable. First, try to run the program. When it fails, open Settings.app and …

  15. comment
    Comment #27724123

    When I was attending university, one of my professors pointed out the ACM code of ethics: https://ethics.acm.org/

  16. comment
    Comment #27644971

    Ideally, the layout would adjust the spacing between items, so that one item is always partially cut off. I don't know whether Apple does that or not (or if it's their small number…

  17. comment
    Comment #27486763

    If I discover a new movie trailer on my phone, and I want to watch it on my bigger TV screen, it's much easier to immediately cast the video that I've already pulled up than to try…

  18. comment
    Comment #27326829

    I took his meaning as, the vetting seems strict before you submit, but it actually turns out to be much less strict after you submit.

  19. story
  20. story
  21. comment
    Comment #22656993

    Yesterday, QFC in Interbay was nearly out of canned beans, flour, and milk. I’m sure there was more that was low, but I noticed those bare sections in particular.

  22. story
  23. comment
    Comment #22017570

    You can actually create graphics in the Flash WYSIWYG editor and import them into OpenFL. You won't get the exact same workflow, but it's not completely lacking the visual tooling …

  24. comment
    Comment #22012207

    OpenFL, a library for Haxe that implements the Flash API, includes a mechanism to import graphics drawn with Flash's original tooling.

  25. comment
    Comment #21578059

    Just to add a little more... Haxe not only transpiles to C++, but it also transpiles to JavaScript. With a Haxe codebase, can deploy a project as both a native app and on the web. …