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 » 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 » 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 » 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

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 » 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

@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