Vote/opinion: which is the preferred or correct render of block quotes - yarnd or the yarn app?

Image


Image

I would have expected it to look like it does in the app when I wrote the posts, but yarnd collapsed it allo into one blockquoute, which intrired to fix by adding (...)

Is this a problem with the markdown parser not being the same used in the app and in yarnd?

⤋ Read More

I found a Foosball with a digital scoreboard.

Download

In college I wanted to make one of these with electronics and PICs, but it was a bit expensive as a student, so never I finished that.
Later I made one with a tablet and an online ranking system.

I wanted to build one for table tennis, inspired by one I say online which recognizes a RFID chip in your racket 🏓

⤋ Read More
In-reply-to » I'm working on this PoC to vote on the best time for an international call, showing the multiple timeslots in your local time, and getting numbers on preferences among people. The UI could be vastly improved, but this is what I have so far... I want to see it in action since it's very different to choose between 1, 2, or even 7 days (24 hours each). If you want to help to test it and give some comments send me a reply!

@darch@neotxt.dk I agree! Doodle.com is a great inspiration. Instead of Emojis, using standard symbols like (✓) or , with the standard traffic light colors, could be a better idea.
Thanks for the feedback!

Screenshot from Doodle.com
Download

Screenshot from Doodle.com

⤋ Read More

I’m working on this PoC to vote on the best time for an international call, showing the multiple timeslots in your local time, and getting numbers on preferences among people.
The UI could be vastly improved, but this is what I have so far… I want to see it in action since it’s very different to choose between 1, 2, or even 7 days (24 hours each). If you want to help to test it and give some comments send me a reply!

At least I’m learning a lot on the topic…😁

Screenshot
Download

Screenshot

⤋ Read More
In-reply-to » Oh farrrrk me! 🤦‍♂️ React Apps, NodeJS c'mon! 🤦‍♂️ How does anyone do this shit?! 🤯

The problem isn’t with NodeJS or NPM, it’s developers that are so willing to use horrible frameworks/libraries/tooling that is just simply not needed. NodeJS gives you so much out of the box, and NPM is simply a place to store your packages. With Deno, you won’t even need a package manager as it takes a step closer to go modules approach.

If you’re going to use React, TypeScript, NextJs, Webpack, Styled Components, Material UI, Jest, and the 10k dependencies that comes with it, then yeah, your dev environment is going to be slow, bloated, and incredibly frustrating to work with. Not to mention have security issues. I’ve literally just done a fresh create-react-app installation (latest version 5.0.1 as I write this), and boom, 6 high severity vulnerabilities.

Download

But it doesn’t have to be this way. Choose lightweight libraries that do one thing really well, and build your project from the ground up yourself.

⤋ Read More
In-reply-to » Oh farrrrk me! 🤦‍♂️ React Apps, NodeJS c'mon! 🤦‍♂️ How does anyone do this shit?! 🤯

The problem isn’t with NodeJS or NPM, it’s the developers that are so willing to use horrible frameworks/libraries/tooling that is just simply not needed. NodeJS gives you so much out of the box, and NPM is simply a place to store your packages. With Deno, you won’t even need a package manager as it takes a step closer to go modules approach.

If you’re going to use React, TypeScript, NextJs, Webpack, Styled Components, Material UI, Jest, and the 10k dependencies that comes with it, then yeah, your dev environment is going to be slow, bloated, and incredibly frustrating to work with. Not to mention have security issues. I’ve literally just done a fresh create-react-app installation (latest version 5.0.1 as I write this), and boom, 6 high severity vulnerabilities.

Download

But it doesn’t have to be this way. Choose lightweight libraries that do one thing really well, and build your project from the ground up yourself.

⤋ Read More

I have a bot where you can register your exercise routines. So now I have a few months of data, and I’d like to do something with it.

I think the gamified contribution graph from Github could be something interesting (to see how often you exercise and how intense it was)

Currently, I have this graph of burned calories each day and a sum, over a timeline, but I think it does communicate anything interesting:

A simple graph of the amount of burned calories across time
Download

A simple graph of the amount of burned calories across time

Any ideas?

⤋ Read More
In-reply-to » Atom vs. RSS: https://mckinley.cc/blog/20221109.html

@mckinley@twtxt.net @lyse@lyse.isobeef.org The link rel bit is because the feed can have relative urls. ie, if it is on http://example.com/feed, in can have somewhere in there a

Image

for eg.. If I download that feed I to my hard-drive and then try to render it, I need to know that “icon.jpg” is relative to http://example.com/feed, ie, that I will find it at http://example.com/icon.jpg (and not locally, next to the feed file I downloaded).

I hope my explanation makes sense…

⤋ Read More
In-reply-to » Hmmm... Go instead to the lower limit of Miller's Law (about having 7 +/- 2 options)

Something like this:

Image

<main class="container float">
<aside class="filternav">
<h4>Filters</h4>
<nav class="tabs">
<a href="https://twtxt.net/?f=localonly" class="current">On twtxt.net</a>
<a href="https://twtxt.net/?f=noreplies">No Replies</a>
<a href="https://twtxt.net/?f=nobots">Exclude Bots</a>
<a href="https://twtxt.net/?f=norss">Exclude Feeds</a>
<a href="https://twtxt.net/">Clear</a>
</nav>
</aside>

⤋ Read More