Live data from Hacker News

Viewing profile — sflanker

sflanker

HN member
Joined
Tue, Nov 06, 2012, 12:25 AM UTC
HN karma
14
Public activity
13 items

About sflanker

meet.hn/city/us-Honolulu Socials: - linkedin.com/in/paulwh Interests: Web Development, DevOps, Open Source, Startups --- Full stack web application developer. I also enjoy woodworking, cycling, and board games. ---

Recent public activity

  1. comment
    Comment #46338245

    This is a totally different class of software than what that post is ranting about. Charles is a local developer tool intended for temporary use when debugging. It only inspects TL…

  2. comment
    Comment #46285165

    The main link for this post doesn’t make sense. This might’ve better suited for a Show HN type post.

  3. comment
    Comment #45688091

    Presumably she is young enough to have completely missed out on Myst, which will be very dated now but was groundbreaking at the time and is most definitely a work of art. These pu…

  4. comment
    Comment #45329708

    The EU’s oppressive regulations are based an absurd lack of understanding of how technology works. If consumers find an aspect of the protocol bothersome they have the power to use…

  5. comment
    Comment #44420354

    I feel like this essay just regurgitates a handful of themes from what were groundbreaking, prescient, and serious science fiction novels from decades to the better part of a centu…

  6. comment
    Comment #43625904

    Same. I find perplexity to be much better for researching technical topics than Google or other classical search engines. I have only had occasional accuracy issues (like it sugges…

  7. comment
    Comment #42926637

    Tangentially interesting: while leveraging Perplexity to try and find the blog post in question this post and your StackOverflow question already pollute the results it draws from …

  8. comment
    Comment #42926454

    https://tympanus.net/codrops/2015/12/16/animated-map-path-fo... Not an exact match for your description, but in the same vein

  9. comment
    Comment #42904980

    Full text here https://www.hawley.senate.gov/wp-content/uploads/2025/01/Haw...

  10. comment
    Comment #41649618

    I have used Kaboom https://kaboomjs.com/ to help a diverse group of kids build a simple 2d game together. It’s a toolkit specifically geared toward 2d platform we type games but it…

  11. comment
    Comment #39689598

    Oh duh, this is inherent in binary counting. When y is equal to one any even x will be a zero. The when y is equal to 2 you get groups of zeros two at a time 0, 1; 4, 5; 8, 9; etc.…

  12. comment
    Comment #39689503

    If somebody can explain why bitwise ands generate serpinski triangles I would sure like to know. (y * 4 & x *4) % (frameCount / 10 % 300)

  13. comment
    Comment #39686944

    Here's a p5js sketch using WEBGL to do something similar. Not as flexible as the shadertoy, but arguably simpler to interact with: https://openprocessing.org/sketch/2203876