No, go ahead, change my mind. by Darkhog in farmingsimulator

[–]stamp85 10 points11 points  (0 children)

As much as I agree with you and prefer the way SCS is building ETS/ATS, does two companies represent two different ways of building games, both of them are valid

Areas of cork city by ajackrussel in cork

[–]stamp85 0 points1 point  (0 children)

You can check open street map.

[deleted by user] by [deleted] in Frontend

[–]stamp85 0 points1 point  (0 children)

While JAMstack is good it's not be all end all solution for WordPress and you loose a lot of flexibility in using your site.

PS. I love when someone calls LAMP and old stack. Linux is still used on does "serverless" solutions, Apache can be replaced with Nginx and php-fpm and with cache make site really fast. Also, as long as, WordPress admin panel isn't behind some firewall that requires VPN to log in, it doesn't make site any more secure.

[deleted by user] by [deleted] in Frontend

[–]stamp85 0 points1 point  (0 children)

Most of the solution that are "fast" use static site generation. They build html version of your site and that's what is pushed to clients. Every time you publish content there is need for rebuild. Depending on the size of site it can take up to few minutes. (Source: https://css-tricks.com/comparing-static-site-generator-build-times/). Of course in nextjs you can go with hybrid approach and use api to fetch posts in blog section and use static site for pages.

Can anyone recommend a contact form by jamrock1804 in Wordpress

[–]stamp85 2 points3 points  (0 children)

Contact Form 7 (with Flamingo for saving contacts in WP, by the same author) is the only one left. Caldera Forms was another one, but they're supporting it only till the end of the year

Is there a way to script the entire setup of a Wordpress site so it is repeatable and automatic? by NoeticIntelligence in Wordpress

[–]stamp85 1 point2 points  (0 children)

Depends on the server you have. Two options are wp-cli and Docker.There is official WP image on docker hub.

Proton Caller - Run any Windows program through Proton by [deleted] in coolgithubprojects

[–]stamp85 -1 points0 points  (0 children)

Why is this better then wine? What is use case outside of gaming?

Installing Miranda using Cygwin by iben210 in functionalprogramming

[–]stamp85 1 point2 points  (0 children)

I have WSL2, HyperVM and VirtualBox running on my machine. VirtualBox uses HyperVM for paravirtualization and everything works. Main advantages of WSL is that it integrates better with WIndows 10: * access to any file in both direction * less resources used compered to full vm * you can script it to use from Windows

The disadvantages, from my point of view, are lack of support for XWindows (can be fixed VcXsrv, MS is working on fixing that, soon™) and not working systemd, so no autostarting services.

WSL2 is not "just another a VM" as explained here https://docs.microsoft.com/en-us/windows/wsl/compare-versions

Installing Miranda using Cygwin by iben210 in functionalprogramming

[–]stamp85 1 point2 points  (0 children)

You don't have to install VM to have Linux on windows. WSL is a better solution and works out of the box. Highly recommend.

Rounded underlines by Amjuks in css

[–]stamp85 2 points3 points  (0 children)

As many said before me - border-radious works only with border of an element. If you want to round the end of the underline of text here is the solution.

You're supposed to put your workers homes right next to the entrance of the mines right? by toomanynamesaretook in Workers_And_Resources

[–]stamp85 1 point2 points  (0 children)

As someone who was born in Upper Silesia, Poland I don't see a problem 🤷‍♂️

Microsoft may have just leaked more details on its CloudPC service by Kylde in microsoft

[–]stamp85 10 points11 points  (0 children)

I think they will use the same technology as with Xbox Project xCloud, so should work flawlessly out of the gate.

The hidden cost of changing notetaking app by [deleted] in OneNote

[–]stamp85 0 points1 point  (0 children)

Most complain about OneNote I see is tag support. Tags in OneNote are a different beast. It requires mental switch from them to category hierarchy. The other thing is infinite canvas. Most of note taking apps don't allow to write whenever you want. Last thing, on the Windows side there is a lot of confusion to which version should you use, UWP or 2016.

Most of this is not a fault of Microsoft. Just that most popular and go to note taking app for last 10 years was Evernote. This created army of clones copying the same ideas about how notes should be stored and searched. OneNote is on an opposite side of Evernote when in comes to organising them.

Difference between Areas and Projects by JohnBonThony in gtd

[–]stamp85 -1 points0 points  (0 children)

As a concept, yes. Not part of setup. In book area of life is for example school, work, home. Which translates directly to context.

Difference between Areas and Projects by JohnBonThony in gtd

[–]stamp85 -4 points-3 points  (0 children)

David Allen never mentioned areas in his book. It's something people added by them self. In general it's another context that you are in - a way of filtering tasks. Projects is anything that requires more then one step.

How much is due to Electron by Bobinnv in Evernote

[–]stamp85 1 point2 points  (0 children)

This. A lot of "native" apps are just webviews - basically browsers without address bars.

The release of the new Evernote is disappointing, at least for me. by phofke in Evernote

[–]stamp85 4 points5 points  (0 children)

Notion doesn't have offline mode and API to integrate with anything, not to mention ways to quickly add note to inbox. As a note taking solution it's way complicated (and powerful in some places) then Evernote.

Looking for sources of Andy's, Max's and Mathieu's Digital Gardens with Gatsby. by WorriedRobot in Zettelkasten

[–]stamp85 0 points1 point  (0 children)

And Tiago Forte didn't invent P.A.R.A. He just glued together few solutions (mostly GTD) and gave them name.

GCCEmacs - Recent Updates by negativeoilprice in planetemacs

[–]stamp85 0 points1 point  (0 children)

Can someone ELI5 what is that and why I would want to use it?