HackerTrans
TopNewTrendsCommentsPastAskShowJobs

foopod

157 karmajoined 12 jaar geleden

comments

foopod
·16 uur geleden·discuss
I like the idea a lot, any effort to spend more time with loved ones and off the phone is a noble pursuit. I think one thing that could add to this and help to habitualize it - would be ongoing statistics.

Something like..

- 3.8 days dedicated since you began in March

- 4.5 hours dedicated so far this week

- perhaps even being able to set up weekly goals could work

You are already using localstorage, so expanding on that sticks to your no account/analytics ethos.
foopod
·3 maanden geleden·discuss
It really bothers me that people refer to open weight models as being open source. They fundamentally aren't and are more akin to freeware than anything else.
foopod
·3 maanden geleden·discuss
Not in Chrome or iOS probably. But Firefox for Android supports extensions.
foopod
·3 maanden geleden·discuss
As a (unfortunately) wordpress dev this seems to solve my single biggest painpoint with WP. Which isn't plugin security, but the overall plugin architecture.

WP treats plugins as content, literally in the same top level `wp-content` directory as uploaded images. This makes CI/CD among other things, a nightmare. But EmDash plugins are just TS modules, which has got to make things easier even if plugin configuration does end up in the db somewhere.
foopod
·5 maanden geleden·discuss
This explains all the crypto shilling.
foopod
·10 maanden geleden·discuss
Your point of view assumes the best of people, which is naive. It may not force you to skip understanding, however it makes it much easier to than ever before.

People tend to take the path of least resistance, maybe not everyone, maybe not right away, but if you create opportunities to write poor code then people will take them - more than ever it becomes important to have strong CI, review and testing practices.

Edit: okay, maybe I am feeling a little pessimistic this morning :)
foopod
·10 maanden geleden·discuss
IMO not significantly. Prior to AI the bulk were tutorial based to-do apps or simple crud things anyway, its still easy to tell the difference between those and something more complex (where AI is less useful - or at least requires more skill to use successfully).

But I don't think the projects themselves really mattered all that much anyway - its the conversations you can have about them. Understanding the driving factors, whether it was solving a problem they have or just working on something they are passionate about, the challenges they overcame in the development process and the considerations/decisions they made along the way.
foopod
·5 jaar geleden·discuss
S3 and blockchain have very different use cases right?

Blockchain being for small quantities of data made immutable, used in a p2p manner with as many copies as there are peers.

S3 generally being purpose built for short term (relative to blockchain) storage and price.