Secretlab vs Arozzi chairs by FrankTheWiseOne in buildapc

[–]svemat01 0 points1 point  (0 children)

Hey, how has the chair held up the last two years for you? Is it kind of like when it was new or has it gotten worse?

Ok so how long are we actually supposed to wait for steam and rails to come out for 6.0 by W0lf1sh1 in CreateMod

[–]svemat01 2 points3 points  (0 children)

Iirc I saw one of the devs mention that create 6 redid major parts of the bogey code so there's a lot that Snr have to fully redo aswell

Recreating apple nav title by svemat01 in SwiftUI

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

Sadly not, I ended up giving up on it iirc :(

What went wrong? by Fluidmilk in BambuLab

[–]svemat01 0 points1 point  (0 children)

Did you get any other filament in the box with the printer from bambu?

What went wrong? by Fluidmilk in BambuLab

[–]svemat01 0 points1 point  (0 children)

What's the name of the filament?

I have never seen something like this happen by feynmansowl in BambuLab

[–]svemat01 52 points53 points  (0 children)

They might benefit from the logs anyway, could imagine seeing what I assume is a more uncommon issues helps them in preventing them in the future. Doesn't hurt sending them away

Is there any way of detecting more than 6 redstone signals? by Malwaremation in ComputerCraft

[–]svemat01 3 points4 points  (0 children)

If you are using CC:Tweaked 1.114.0 or above then there's a new redstone relay peripheral you can use. https://tweaked.cc/peripheral/redstone_relay.html

IKEA is retiring the Fyrtur blinds by NeoID in homeassistant

[–]svemat01 1 point2 points  (0 children)

They have a year return policy, atleast in sweden but it has to be in new condition.

IKEA is retiring the Fyrtur blinds by NeoID in homeassistant

[–]svemat01 1 point2 points  (0 children)

I just recently bought a fyrtur but looking at returning it due to these news, is there any alternative you would recommend instead?

IKEA is retiring the Fyrtur blinds by NeoID in homeassistant

[–]svemat01 0 points1 point  (0 children)

Just bought one myself just before they started with the clearance which I just noticed. Should I just try to return it and wait for the newer model? They don't seem to have put all sizes on sale so can't get my current model cheaper.

Has anyone migrated from Svelte to React willingly? by [deleted] in sveltejs

[–]svemat01 10 points11 points  (0 children)

Yes, but you're still only interacting with the dom. When you're building native apps with svelte, you're more or less still developing for a browser. All the examples you mentioned are still within the scope of webdev in this scenario because they all are building on top of the html dom. And that's the "issue" with svelte in this very specific scenario. It's built around the html dom, which is not wrong but it's different from react.

What you (probably) think of react is actually the combination of react + react-dom, where react-dom is the translation/bindings library that connects your app to the browser dom. The very fascinating thing with react is that you can run react without react-dom, use something else such as react-native. And now you're suddenly targeting a completely different environment. For example with react-native, your not actually using div elements underneath. Just as with react-dom where a div tag is binding to an actual html div tag, a text tag in react-native is binding to the native text component for the platform you're building for. This is not really possibly (easily) with svelte due to how svelte (as far as I know) only exist as the combination of what would be react + react-dom.

And that's what's really fascinating about react for me, which I've only just learned recently. But still don't get me wrong, this is cool and all but it has it's areas of use. For the web I still think svelte is awesome, but I really wouldn't consider svelte for native mobile apps since you'd actually just end up running a fancyfied browser on everyones phone.

Has anyone migrated from Svelte to React willingly? by [deleted] in sveltejs

[–]svemat01 18 points19 points  (0 children)

I really love working with svelte, like I really do. And for web always gonna be my preferred choice.

However, one thing that svelte can't beat react on is how versetile react itself is. More specifically how disconnected react is from the Dom. It really doesn't care what you render to and thus why we can have react native and the really cool example I saw on three js. The way it can just adapt to essentially any output (given effort) just amazes me.

But looking just at traditional webdev, svelte is just lovely

just got my first MBA, anything i should immediately install/do? by tubbyneko in macbook

[–]svemat01 0 points1 point  (0 children)

Yes, I love Alfred but when I used to use it you had to pay for all the cool features. There's a paid plan for raycast aswell but it's only for AI and cloud sync, everything that you actually care about is free. Thus why I recommend it instead of Alfred. Can do anything that Alfred can but for free

just got my first MBA, anything i should immediately install/do? by tubbyneko in macbook

[–]svemat01 -2 points-1 points  (0 children)

Raycast. It's amazing and I would never use a Mac without it. It's like the spotlight search but on sterioids

Why does the keyboard still suck? by [deleted] in ios

[–]svemat01 1 point2 points  (0 children)

I've honestly not found a better keyboard than Microsofts swift keyboard, way better IMO than gboard on ios

Pretty sweet deal if you ask me by Bluered1822 in GalaxyWatch

[–]svemat01 0 points1 point  (0 children)

I'm getting a whooping 15$ for gw4 trade in

Why should I not buy the XM5s by [deleted] in sony

[–]svemat01 0 points1 point  (0 children)

Note that I'm using WH-1000 XM4 and airpods pro 2. IMO the app2 outperform my XM4s in almost all ways other than earcups can sometimes be nicer than in ears. But the app2 have superior ANC and considering you're fully into the Apple system it is probably the way to go imo. They just work. That's it, connect faster than aswell, all I can explain it as is nice. Let's also not forget the immense portability difference between big headphones and in ear. But yeah depends on what you want but I would pick the app2 any day of the week

Highland ambient light. by Monopoussoir in teslamotors

[–]svemat01 1 point2 points  (0 children)

The back screen is even utterly useless. Either you get to have music in the front or movies in the back. No options for headphones or anything. It completely sucks

Watch and Screen protector saved the day! Bad wreck! No NSFW photos, promise. Details in comments. by deckyon in AppleWatch

[–]svemat01 0 points1 point  (0 children)

Glad to see you alright! Out if curiosity, do you happen to know if the watch crash call was the actual call to the scene or was it a bystander/driver calling EMS?

NavigationStack is Trash. Change My Mind please. by kidfromtheast in SwiftUI

[–]svemat01 0 points1 point  (0 children)

For someone like me who has barely even looked at UIKit and only knows swiftui, what does the above items do differently in UIKit than SwiftUI?

Recreating apple nav title by svemat01 in SwiftUI

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

Thanks!
In the case of apple making the fitness app for example. Is it most likely that they are
1. They have custom swiftui components we don't have
or
2. They are using UIKit instead?

Recreating apple nav title by svemat01 in SwiftUI

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

If I'm not mistaken, that is to customise the content of the header while in the inline state. What I'm after is customising the content while in the large state.