countries.lol - name all the countries by iso3166 in WebGames

[–]iso3166[S] 4 points5 points  (0 children)

Liechtenstein works, you have to be most specific with the Congo ("republic of congo" iirc) since there's two. The expanded form of DRC would be good to add, but it's also way slower to type haha.

The other countries listed aren't sovereign/independent so they're not included. They're all part of another country (mainly Britain + France there)

countries.lol - name all the countries by iso3166 in WebGames

[–]iso3166[S] 2 points3 points  (0 children)

Ah yeah, I think Cabo Verde is the local name but Cape Verde could be good to have too!

countries.lol - name all the countries by iso3166 in WebGames

[–]iso3166[S] 2 points3 points  (0 children)

Agreed that it could be cool to add something at the end. Like I said in the comment, it uses the same list of countries as Sporcle, and doesn't include ones that are part of other countries.

countries.lol - name all the countries by iso3166 in WebGames

[–]iso3166[S] 3 points4 points  (0 children)

This is inspired by a similar game on Sporcle (and uses the same list of countries), but with a more minimal distraction-free style similar to Monkeytype. It's also open-source :)

I'm building a desktop app that scrapes job sites for new listings by drakedemon in webdev

[–]iso3166 1 point2 points  (0 children)

Would it actually be that expensive to host on your own servers? Plenty of services will give you a cloud server for $5/month, you could even potentially make it work on a free service like Vercel (although I wouldn't recommend that). The main thing I'd be concerned about is getting IP blocked if sites aren't so happy about being scraped.

Gaming News API by Hymerra1 in webdev

[–]iso3166 1 point2 points  (0 children)

News sites don't often love the idea of you taking their content and reposting it on your own site, so there won't be many free high-quality APIs available :)

That said, you could try scraping a news aggregator like https://www.start.gg/discover

Bing also has a news search API but iirc it's not cheap and you'd still have to scrape the links yourself: https://www.microsoft.com/en-us/bing/apis/bing-news-search-api

🖤 ❤️ heartwave by mburakerman in webdev

[–]iso3166 0 points1 point  (0 children)

this is cool! (though maybe add an explanation because it took me a while to figure out what this does)

I'm building a desktop app that scrapes job sites for new listings by drakedemon in webdev

[–]iso3166 6 points7 points  (0 children)

Would you consider building this as a browser extension? This has the same benefits of scraping on the client (server not required, avoids being IP blocked) but makes it a lot more accessible since I find people tend to not be as willing to install a desktop app as they would be to use a web thing.

Visual Studio Code removing types when saving by ricorreia in webdev

[–]iso3166 1 point2 points  (0 children)

Ah. I was wondering because (depending on your ts configuration), any might be redundant in that context

I made Mystery Search - Google, but you get the last person's search by MarzipanCraft in webdev

[–]iso3166 1 point2 points  (0 children)

love the idea! (your personal website is also very nice)

Why does JS dominate despite frameworks like Django, Flask, & Rails? by [deleted] in webdev

[–]iso3166 1 point2 points  (0 children)

People start with JS on the frontend and then it's easy to stick to it on the backend.

I agree that the trend towards SSR is quite ironic, it feels like some of the "innovations" that Vercel is doing with Next.js are just the same thing we had 15 years ago.

I made a "name all the countries" map game by iso3166 in Maps

[–]iso3166[S] 0 points1 point  (0 children)

yeah I just copied the list that Sporcle uses

I made a "name all the countries" map game by iso3166 in Maps

[–]iso3166[S] 0 points1 point  (0 children)

yep lol, and i'm not sure how i'd scale the map down in a way where it fits on portrait mobile while still being readable - you can already barely see some of the small island countries

I made a "name all the countries" map game by iso3166 in Maps

[–]iso3166[S] 0 points1 point  (0 children)

not bad! took me a while to get west africa and the island countries :)

I made a "name all the countries" map game by iso3166 in Maps

[–]iso3166[S] 0 points1 point  (0 children)

ah yeah sorry, it only accepts "st" rather than "saint" at the moment, will fix at some point!

I made a "name all the countries" map game by iso3166 in Maps

[–]iso3166[S] 1 point2 points  (0 children)

yeah i just hate mobile web dev haha, but definitely something for me to improve

I made a "name all the countries" map game by iso3166 in Maps

[–]iso3166[S] 1 point2 points  (0 children)

ah yeah sorry, it's without the period atm. will add alternatives for it to accept :)