Viewing profile — WeAddValue
WeAddValue
HN member- Joined
- Mon, Dec 26, 2022, 10:23 PM UTC
- HN karma
- 44
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About WeAddValue
No profile information was provided.
Recent public activity
-
comment
Comment #39329065
So, like an election in Russia, there's only one candidate in the race?
-
comment
Comment #39132584
Or your, oh, nevermind.
-
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 …
-
comment
Comment #39090877
Yup, probably that. My 161 year old needs the router and 3 pods and still has no-signal areas.
-
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. …
-
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.
-
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…
- story
- comment
-
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…
-
comment
Comment #38635935
Just when I thought life couldn't get any better, it does. /s
-
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?
-
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…
-
comment
Comment #37577298
Or just use htmx.org
-
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.
- comment
-
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 …
-
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.
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #36972150
Meow!
-
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…
-
comment
Comment #36430646
Or use hashids.org. Use it to obfuscate your integer auto increment ids anywhere a user might see it.