Readit News logoReadit News
kristoff200512 commented on Croatia just revised its digital nomad visa to last up to 3 years   cnbc.com/2025/08/15/croat... · Posted by u/toomuchtodo
exasperaited · 7 days ago
It’s actually a terrible toxic idea that guarantees that anywhere beloved, prized, peaceful or beautiful becomes unaffordable as international jet setting tech people nurse a single cappuccino with their laptops in family-run cafés all around the world while driving up the price of property.

The only way a country should approach digital nomads is to charge them massive flat fees and change the law to allow local planners to zone them out of most accommodation.

kristoff200512 · 7 days ago
The arrival of digital nomads will not fundamentally drive up a country’s or a city’s housing prices, as they usually only rent. Renting has no direct impact on the development of local housing prices. On the contrary, the influx of digital nomads can actually increase the income of most low-cost countries, since they will inevitably spend money locally.
kristoff200512 commented on Vibe coding tips and tricks   github.com/awslabs/mcp/bl... · Posted by u/mooreds
danielvaughn · 7 days ago
The approach I've taken to "vibe coding" is to just write pseudo-code and then ask the LLM to translate. It's a very nice experience because I remain the driver, instead of sitting back and acting like the director of a movie. And I also don't have to worry about trivial language details.

Here's a prompt I'd make for fizz buzz, for instance. Notice the mixing of english, python, and rust. I just write what makes sense to me, and I have a very high degree of confidence that the LLM will produce what I want.

  fn fizz_buzz(count):
    loop count and match i:
        % 3 => "fizz"
        % 5 => "buzz"
        both => "fizz buzz"

kristoff200512 · 7 days ago
I initially used natural language as prompts, but the code output wasn’t ideal. When I listed the steps it should follow, I found that it executed them very well.
kristoff200512 commented on Croatia just revised its digital nomad visa to last up to 3 years   cnbc.com/2025/08/15/croat... · Posted by u/toomuchtodo
kristoff200512 · 7 days ago
I believe digital nomadism is the trend of the future, and AI is making solo businesses increasingly complete and efficient.
kristoff200512 commented on Show HN: Easyfaq.io – Free SEO-Optimized FAQ Page Generator (LLM-Friendly)    · Posted by u/branoco
kristoff200512 · a month ago
Amazing tool! I'm going to use it on my new website and see how it improves SEO.
kristoff200512 commented on Show HN: I built a tool to generate charts from text   chartfromtext.com... · Posted by u/kristoff200512
yamatokaneko · 2 months ago
> I often need a quick chart for a README file, a Slack message, or a simple presentation, and firing up Google Sheets or Excel always felt like overkill.

I totally get this! At the same time, I often find I don’t even need actual numbers—just labeling the X and Y axes and describing the general shape of the line is enough to communicate the idea. Not sure how to do that though.

kristoff200512 · a month ago
Thank you so much for your feedback!

Do you mean removing the numbers on the bars? If so, would you still need the numbers on the x or y axis?

kristoff200512 commented on Show HN: I built a tool to generate charts from text   chartfromtext.com... · Posted by u/kristoff200512
adrianwaj · 2 months ago
Colors repeat themselves after 8 items, and labels don't show after 18 items.

Can be used on WP blogs when counting category or tag labels. Do plugin?

For large datasets, see something like https://www.instagram.com/visualcap/p/DLDnLKvvIQC/ -- perhaps look at https://masonry.desandro.com/ - but something else might be better.

https://www.instagram.com/visualcap/p/DLfL3ahvAPQ/ (percentage measurement)

-- Imagine having this done in real-time for all the coins and their market caps, or maybe a subset of the middle-tier coins

kristoff200512 · a month ago
Thank you so much for your feedback! I will add more colors, and I'm also considering allowing custom colors for individual data points in the future. I’ll look into the WP plugin as well.

Regarding large datasets, would a format like this https://www.instagram.com/reel/DL3IOxmyCk6/? I can use horizontal bar charts to show rankings, and also generate them as dynamic GIFs.

Would you need the image in other formats as well, such as JPG or something else?

Thanks again for using it. Once the updates are complete, would you be willing to try it again and share more suggestions? Thank you!

u/kristoff200512

KarmaCake day0April 8, 2025
About
https://newsdigestai.com,https://www.devgamenavigation.com
View Original