justamoment@twtxt.net

twtxt.net

No description provided.

Recent twts from justamoment@twtxt.net
In-reply-to » #randomQuestionOfTheDay

@eaplmx@twtxt.net always dark, everywhere, my eyes can’t handle that blinding white light, not only that, I also keep all my screens at almost the lowest brightness level as I can’t stand to look at them at all otherwise.

One time I had to check something on a friend’s phone and I lowered the brightness temporarily so I could see, when he noticed he quickly put the lights at max and said “It’s too dark, you can’t see anything!” almost ate him alive… 🤬

⤋ Read More
In-reply-to » Goryon feature requests! - edit - some kind of "you've read up to here" marker - hide the conversation hash and show some way to get to the yarn

@prologic@twtxt.net I think it should be server side, having it handled there greatly help any clients using the API by simply presenting already cleaned data.

Another point that can be included is an pre-compiled markdown content, it would lighten up the burden on the client.

⤋ Read More
In-reply-to » can this be private

@prologic@twtxt.net a place I can see it works could be a private feed, only visible to other via invite or something, it could open the possibility of allowing more “privacy” on the way you publish or if someone wants to share sensible informations only with a select few, maybe using a line by line encryption?

But, personally, I see it as a possible way for bigger companies to get their eyes on yarn/twtxt but not in a good way. 🤔

⤋ Read More
In-reply-to » There is construction next to the building I'm in and my building is shaking like there's an earthquake

@abucci@anthony.buc.ci oh, you too?

The other at my place they accidentally chopped off my line and had no internet and landphone for a whole day. 😓

Now they’re still going but they don’t do much, except starting to vibrate the ground when I have my work meetings. 😑

⤋ Read More
In-reply-to » How do people who write a lot of code keep track of stuff they plan to write but haven’t? Just curious. I usually write #TODO and then whatever. Often a placeholder function or something. Seems messy tho

@eaplmx@twtxt.net @will@twtxt.net I use some custom aliases to have this workflow:

  • nn: “New Note” create and link a notes.org file in my pwd from a common git synced repo
  • n: Search recursively a notes.org for pwd up to ~/ and open it.

For quick tasks I use a todo.txt and display the tasks for “today” with conky on my screen.

All file are in a single repo I can sync on my phone and use the apps “orgzly” and “todo.txt” to edit them on the go.

As of writing style I write down in org-mode as iterations of the current project with sub tasks tree for what I need to do.

I tend to use the # TODO: as a “What you where doing yesterday.” in my code.

⤋ Read More
In-reply-to » Despite my earlier rant, today is a pretty lucky day. I've got a job as a tester, that'll start soon. Still a little nervous about it, but really looking forward to it!

@lyse@lyse.isobeef.org complicated or not you can rely on classes as a way to semantically group parts, but it’s up to you anyway.

As long as you make cool stuff nobody cares how you did it. 😜

⤋ Read More
In-reply-to » 📣 FIX: #134 - Fix Anddroid build by upgrading Gradle (due to broken Jetifier) - app - Mills -- I may have fixed the Android build for the Yarn.social Mobile App 🤞 be awesome if any Android users could try to build this (requires Flutter and all the Android goup) and let me know...? 🙏

@prologic@twtxt.net I could try building it but Android studio is too much to handle for my machine, I’ll have to try playing with a nix-shell to have a flutter stack to from the terminal.

⤋ Read More
In-reply-to » Despite my earlier rant, today is a pretty lucky day. I've got a job as a tester, that'll start soon. Still a little nervous about it, but really looking forward to it!

@lyse@lyse.isobeef.org all my project are entirely standalone.

If I want to share parts then those become encapsulated entities to be included is said projects.

The reason to build it scalable with only classes is to have a logic structure that can be read in both HTML and CSS to understand quickly how they work as a block, even though I use lot of classes I often have at most one or two of them per element.

The other reason is that it helps me find the right part to work on on older projects, just yesterday I had to extend a part for a client project and I did it by finding the needed classes like this:
.ProductList > .ProductItem > .ProductItem-price
(The arrows are how I looked for them in HTML)
Then I can append the new element to have a note on the price.

Another thing that helps me is that I have only one level deep selectors with only pseudo selectors and utility classes as exceptions.

⤋ Read More
In-reply-to » Despite my earlier rant, today is a pretty lucky day. I've got a job as a tester, that'll start soon. Still a little nervous about it, but really looking forward to it!

@lyse@lyse.isobeef.org In my case most of what I built is an interactive app or something so it’s useful too have a decoupled styling for it, I also heavily really on CSS variables and the like.

⤋ Read More
In-reply-to » Despite my earlier rant, today is a pretty lucky day. I've got a job as a tester, that'll start soon. Still a little nervous about it, but really looking forward to it!

@lyse@lyse.isobeef.org I absolutely avoid selecting elements for the sake of scalability with only few exceptions, what I prefer is using a convention like suit css or, if I need to, the even better css-modules.

A couple of extra divs is no big deal, you just need to keep everything readable and encapsulated.

⤋ Read More
In-reply-to » Summer is back for a bit. We had 23°C today and I went up my mountain. On the way home I encountered a deer maybe seven meters away from me. You won't be able to see it on the 28 photos, though. Every now and then the smell of rotten fruit was in the air, a few farmers mowed their grasslands, so freshly cut grass odor was a nice and welcome contrast.

@lyse@lyse.isobeef.org nice pics as always!

@movq@www.uninformativ.de here was quite hot too, I had to take off a couple of layers in the evening.

⤋ Read More
In-reply-to » Autumn finally hit! Visited a mate and enjoyed the colorful season with the best weather. We encountered 50-70 lizards on our Friday stroll. Yes, that's more than in my entire life together. Unfortunately, my camera battery flattened before we reached the loop trail around the fortress full of lizards. Fucking cool experience, though. :-)

@lyse@lyse.isobeef.org That’s right 😋, after cleaning then lightly to preserve the taste we freeze some for later so they can be kept for quite some time.

⤋ Read More
In-reply-to » Despite my earlier rant, today is a pretty lucky day. I've got a job as a tester, that'll start soon. Still a little nervous about it, but really looking forward to it!

@lyse@lyse.isobeef.org especially if you rely on native elements.

I think the main issue is that they call themselves framework so you think they can do everything for you but it’s really wrong, CSS is too opinionated when you build complex structure you can’t adapt them at all, the only solution is to use utility based classes.

I’ll still go for vanilla CSS.

⤋ Read More
In-reply-to » Autumn finally hit! Visited a mate and enjoyed the colorful season with the best weather. We encountered 50-70 lizards on our Friday stroll. Yes, that's more than in my entire life together. Unfortunately, my camera battery flattened before we reached the loop trail around the fortress full of lizards. Fucking cool experience, though. :-)

@lyse@lyse.isobeef.org yes, if one is poisonous better throw everything regardless, luckily they noticed.

Even yesterday my dad got another bag of them. We don’t have any more space to store them though.

Yes...
Download

Yes...

⤋ Read More
In-reply-to » Despite my earlier rant, today is a pretty lucky day. I've got a job as a tester, that'll start soon. Still a little nervous about it, but really looking forward to it!

@lyse@lyse.isobeef.org that’s what happen to me too when I use any kind of CSS framework/library, that’s why I only use vanilla CSS for everything I work on.

I just came to hate them deeply, Flex and Grids are just there to replace everything for me.

⤋ Read More
In-reply-to » Autumn finally hit! Visited a mate and enjoyed the colorful season with the best weather. We encountered 50-70 lizards on our Friday stroll. Yes, that's more than in my entire life together. Unfortunately, my camera battery flattened before we reached the loop trail around the fortress full of lizards. Fucking cool experience, though. :-)

@lyse@lyse.isobeef.org me and my dad neither… 😱

Luckily a friend of his knows a lot and gave him the ok, just to be sure we waited for that dear friend to eat then first. 😉👍

⤋ Read More
In-reply-to » Autumn finally hit! Visited a mate and enjoyed the colorful season with the best weather. We encountered 50-70 lizards on our Friday stroll. Yes, that's more than in my entire life together. Unfortunately, my camera battery flattened before we reached the loop trail around the fortress full of lizards. Fucking cool experience, though. :-)

@lyse@lyse.isobeef.org my dad also got four bags of mushrooms today. Went to look for them this morning and in the evening they went there with six friends, we’ll have mushrooms for a while…

⤋ Read More
In-reply-to » ntfy.sh | Send push notifications to your phone via PUT/POST -- Thanks @abucci for sharing this! 🙏 Going to stand this up and have a play. It'll also help us understand how to self-host "push notifications" for an up and coming Mobile App for Salty.im 👌

Really nice, I knew of PushBullet but never used it, this is a much better alternative.

For my own notifications I use a custom bot on Telegram to push messages via it’s API.

⤋ Read More
In-reply-to » Autumn finally hit! Visited a mate and enjoyed the colorful season with the best weather. We encountered 50-70 lizards on our Friday stroll. Yes, that's more than in my entire life together. Unfortunately, my camera battery flattened before we reached the loop trail around the fortress full of lizards. Fucking cool experience, though. :-)

@lyse@lyse.isobeef.org Really beautiful pics, everyone you share them it feels like an explorer’s log.

Really cool! 😎

⤋ Read More
In-reply-to » Today I found this passwordless alternative by Steve Gibson https://sqrl.grc.com/pages/whatissqrl/

@eaplmx@twtxt.net interesting post, thank you.

I too configured WebAuthn on a couple of sites but it’s used in replacement to the MFA OTP which I find stupid.

Except for some cases, I guess we can focus on what works for us personally before looking at a way to help other, something become generally used only once it’s used by enough people, then it’ll get traction and become better and simpler for non techy people.

⤋ Read More
In-reply-to » @justamoment Btw... Were you still wanting to write a nice sexy MithrilJS PWA for Yarn.social we can host on app.yarn.social or yarn.social/app 😅

@prologic@twtxt.net It’s still in my to-do list!

Sorry but MithrilJS is anything but sexy… The diffing and syntax is a bit too messy to me. 😱

I’ll still do it though. 😜 Just give me a couple weeks and I should be able to get something decent out.

⤋ Read More