Live data from Hacker News

Viewing profile — WeAddValue

WeAddValue

HN member
Joined
Mon, Dec 26, 2022, 10:23 PM UTC
HN karma
44
Public activity
27 items

About WeAddValue

No profile information was provided.

Recent public activity

  1. comment
    Comment #39329065

    So, like an election in Russia, there's only one candidate in the race?

  2. comment
    Comment #39132584

    Or your, oh, nevermind.

  3. comment
    Comment #39091398

    To the credit of his vision, in a 2012 debate he said Russia was a concern in international affairs. Back then everyone looked at him funny like he didn't realize the Soviet Union …

  4. comment
    Comment #39090877

    Yup, probably that. My 161 year old needs the router and 3 pods and still has no-signal areas.

  5. comment
    Comment #39043104

    Yup, same here. I delivered pizzas in northern Ontario for 3 years while in school. During snowstorms it seemed quite a few people would decide to stay home ... and order a pizza. …

  6. comment
    Comment #39009164

    Maybe she didn't know it was a weather report encoded in telegraph jargon and instead thought it was some kind of crypto puzzle that she kept handy to work on in idle moments.

  7. comment
    Comment #38675674

    This is my favourite video for meditating or just chilling out. This Youtube video from TVO is almost 3 hours long. Although there are some stops along the way, most of the video i…

  8. story
  9. comment
  10. comment
    Comment #38666323

    Not only one throat to choke, but most C-Suite had direct or indirect experience with what the old IBM (not sure about the current IBM) could do in those infrequent situations with…

  11. comment
    Comment #38635935

    Just when I thought life couldn't get any better, it does. /s

  12. comment
    Comment #38627779

    As a counter-example, how many have heard of unpoly.com, another hypermedia-based framework but without the memes and shit-slinging?

  13. comment
    Comment #37803951

    wagtail.io, a Django/Python CMS, lists NASA as one of its users ... but is not mentioned in the article. The article says the migration was from Drupal to WP. Was that just fake ne…

  14. comment
    Comment #37577298

    Or just use htmx.org

  15. comment
    Comment #37577256

    This! Call it once with a string containing 457 elements and the DOM is blazing fast. Call it 457 times to create an element and the DOM is slow.

  16. comment
  17. comment
    Comment #37497516

    I use a Google Sheet as it can be accessed from anywhere. Even my non-techie business folks can make changes (they feel at home in spreadsheets). I even added a menu button to the …

  18. comment
    Comment #37359504

    Long time ago I lived in a shady building where it was broke, broken into that is to get the coins in the machine.

  19. comment
    Comment #37269233

    If you are developing a large JS codebase then Typescript is probably a good idea. But the Hypermedia movement, including htmx, is saying don't build large JS codebases! If you sen…

  20. comment
    Comment #37150470

    That's the whole point. Those "restful API backend services" are not really REST-ful. The essay, "How Did Rest Come To Mean The Opposite of REST"[0], explains this better than I ev…

  21. comment
    Comment #37148926

    The code is not done yet but I can explain how we're going to use htmx and Hypermedia APIs for the static site of a national chess federation (it's static to avoid hacking/ddos fro…

  22. comment
    Comment #37148472

    hyperscript is a separate project. It is not a feature of htmx. htmx handles the hypermedia interactions with the back-end server. For pure in-page interactivity (hiding/showing si…

  23. comment
  24. comment
    Comment #36964094

    In the late 1990's I worked at a large bank's Online Retail Banking website running Netscape's iPlanet webserver on Unix (AIX). Being ~25 years ago, I'm a little foggy on the techn…

  25. comment
    Comment #36430646

    Or use hashids.org. Use it to obfuscate your integer auto increment ids anywhere a user might see it.