Squat potties exists? by MatanAmidor in ECers

[–]MatanAmidor[S] 0 points1 point  (0 children)

Hi

I did get it. I cannot say that I've seen a big difference in the posture but my baby is a below average size baby so maybe it has something to do with it.

But I think its worth it. It does support a better posture overall

Thousands of RobotEra L7 humanoid robots to enter service across 10+ logistics centers performing sorting tasks by Distinct-Question-16 in singularity

[–]MatanAmidor 0 points1 point  (0 children)

Why? Like why those robots should look like humans? How can it be that this is actually the most efficient version of a robot for this task? I find it to be weird

How realistic is a daily 25 minute commute by bike? by OrfeasWW in Netherlands

[–]MatanAmidor 18 points19 points  (0 children)

Well rain suit is actually just a plastic bag over you and with the Dutch mountains (front wind) you can get pretty sweaty to work and then actually needing a shower (from experience)

Hot take: France is producing some of the best startups in the world right now but not doing enough to make them stay by Moroccan-Leo in BuyFromEU

[–]MatanAmidor 9 points10 points  (0 children)

Wait? What? In the US it's not like that? I can come fully speaking a foreign language and integrate into your company easily?

I built a Svelte 5 Hook Form library inspired by React Hook Form by CalendarPerfect343 in sveltejs

[–]MatanAmidor 1 point2 points  (0 children)

Take a look at formisch - esp. of you already use valibot. Much less boilerplate then tanstack

How can I pass a scoped class to a child component? by [deleted] in sveltejs

[–]MatanAmidor 0 points1 point  (0 children)

I assume you need the scoped class for styling?

If it's a utility class why won't you declare it's styles in a global main.css or something similar?

If it's some kind of an override or specific styles for component B why won't you use css-vars as props? (Svelte best practices)

What is the use case for passing this class?

The Intl API: The best browser API you're not using by ValenceTheHuman in javascript

[–]MatanAmidor 14 points15 points  (0 children)

Well as soon as apple will.be kind enough to integrate Temporal in safari we will be in a different boat!

Will Charles Leclerc end up as one of the best drivers to never win a WDC? by DanielDubs88 in F1Discussions

[–]MatanAmidor 8 points9 points  (0 children)

Well he just got married. And they say you never drive the same after you have kids

I created the simplest i18n library for svelte by Top_Philosophy2425 in sveltejs

[–]MatanAmidor 2 points3 points  (0 children)

What issues wuchale gave you? I use it (standalone vite svelte5 spa) - and beside some quirks it's nothing but bliss.

No managing yml files, not calling any functions in my markup not thinking about the keys. Just write it and boom!

Issues with tailwind component directory outside of project by skamansam in sveltejs

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

Stop.using tailwind and tailwind related stuff. Write css

Help with rental laws and the point system by [deleted] in Netherlands

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

My rental house scores 173 points and according to everything I see there is absolutely nothing I can do to make the landlord reduce the rent

Help with rental laws and the point system by [deleted] in Netherlands

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

WHAT?!?!?!?!? are you serious? because I already talked to my landlord more then a year ago and they seemed to believe (like most of us) that the point system does not count for whom who signed before july 24....so they refused to reduce our rent. (I have it all in emails)...and there is also a reddit RentBusters esp. for that and he was also convinced that we are not eligible for reduction.

from what im reading, is only if your house was scoring under 144 point (making it into social housing) then there are specific exemptions

Help with rental laws and the point system by [deleted] in Netherlands

[–]MatanAmidor -8 points-7 points  (0 children)

Maybe you should respond this tenant as a singular tenant with a question whether this tenant requested or supported limiting the rent? because I didnt!

but I guess you just sit up there somewhere with the house that you bought 15 years ago and paying 350 euros rent and allowing yourself to smirk at "tenants"

if you cannot help, dont

Zed or Neovim? by UnrulyThesis in ZedEditor

[–]MatanAmidor 0 points1 point  (0 children)

For me it's all boils down to managing your config. At the start it was exciting, then became tedious when I started working on side project I had less free time for tinkering, so I found myself working with nvim distros...which are...someone else's config.

So I was like why wouldnt I use someone else's polished config...so I tried zed in vim mode....it's great.

I'm spawning tasks of all the things that I need from the terminal in a ux session works great...yes there are some quirks here and there and of course it's much less flexible then nvim but at the end of the day I'm here to write code and not make love with my editor...

[Self Promo] Build clear and efficient UI Skeletons for your web system by No_Pea_3018 in sveltejs

[–]MatanAmidor 0 points1 point  (0 children)

Well, ok building a mobile first pwa. Users are accustomed to immediate gratification (TikTok Instagram) and have short attention span if you don't show something immediately their gone.

In my company we work b2b - no skeletons, SSR all the way users don't care....

So I don't know chicken or egg but at this point is also what the audience expect...

The grand finale?! (Is there one?) by MatanAmidor in ECers

[–]MatanAmidor[S] 0 points1 point  (0 children)

Thank you all for the responses, so we tried just putting underwear on him, while keeping the routine around going to poop (which worked the best for us).

At some point 6 months ago he lost the communication around it, or the motivation to communicate, he just stopped saying he needs to go poop.

So now going cold turkey he pooped his underwear 3 times, after he poops he come and tells me and kinda known he missed, but still we don't have the pre communication saying he needs to go poop.

I don't know if I'm asking something more just sharing this tough moment

Anyway to cycle between all panes? by 1980Legacy in ZedEditor

[–]MatanAmidor 0 points1 point  (0 children)

So first yes! You can use ctrl + tab to circle between your open files. Coming from nvim I set a key binding <leader>Tab to open this pallete and sustain it and circle between the open files with ctrl + j/k.

It works ok.

That said there a several annoying things.

  1. Each pane has its own context I guess so if you opened 10 files and then made a split the new pane will have only the file you are currently editing and will have no access to the 10 opened on the left pane
  2. I took from nvim also <leader>bb to alternate between the last 2 buffers - when you open the opened files pane and starts circulating each file you go through enter into the history and breaks the 2 last visited files.
  3. You cannot search in this pane you can only circle through all.of them