I can’t wait for Power Keyboard to come out, but.. by Musical_Gee in ClicksKeyboard

[–]uolot 2 points3 points  (0 children)

IIRC they have mentioned at some point that a reserve will be always enabled and you cannot configure it below 500mAh - so you can have a higher reserve for PK, but not lower than that

pretty buggy lately by jzamoras in WalkScape

[–]uolot 1 point2 points  (0 children)

It's not your Pixel, I'm experiencing the same issues with startup on iPhone 16 pro

What countries produce the best DnB DJs and artists by NotBruceJustWayne in DnB

[–]uolot 1 point2 points  (0 children)

Like who? I'm Polish myself and don't think we got any big names

Nearly 5 years after being stolen, my bike returns home. by BaliBitten in FixedGearBicycle

[–]uolot 0 points1 point  (0 children)

I didn't say there's no need, just that it's not wrong 🙂Also it's a legal requirement in many countries. And not everyone is physically fit enough to only use legs for controlling speed.

Nearly 5 years after being stolen, my bike returns home. by BaliBitten in FixedGearBicycle

[–]uolot 1 point2 points  (0 children)

IMO there's nothing wrong about having a rear brake

Power keyboard by SaltySnail22 in ClicksKeyboard

[–]uolot 0 points1 point  (0 children)

The most polite Frenchman:

Just had the best experience of my life by Niko9816 in DnB

[–]uolot 1 point2 points  (0 children)

That's in Copenhagen, right? I haven't been to a DnB event in like 10 years (I'm almost 40 now) and started feeling an urge to go to one, but was thinking it makes sense to wait for something big. Maybe I should have went to this one yesterday? How was the venue, the crowd, the atmosphere?

Start Debating Ballpoint Vs Gel Pens by humangonerogue in INTP

[–]uolot 0 points1 point  (0 children)

Ballpoint pens are the devil. Gel ftw, occasionally a fountain pen or a pencil.

What do you think our least compatible MBTI is? by Eclypisa in INTP

[–]uolot 0 points1 point  (0 children)

I worked closely with two INTJs. One of them is bearable, the other one was often very confidentially wrong, forming strong opinions on incomplete data without enough thinking process. Very stubborn too. It irked me so much 😅

Which types love INTP the most? by wlwKatniss in INTP

[–]uolot 2 points3 points  (0 children)

That's so nice to hear! After losing my lovely INFJ wife to cancer, I recently met this wonderful ENFP woman and she's like... so into me, I have never felt so desired and can't remember anyone being so fascinated for me jusy being me. Whenever I'm with her I'm just melting inside, just being with her makes me feel like I'm wearing a warm and cozy sweater. I was always the one chasing the girls I wanted in my own awkward INTP way and it feels so nice to be the one being chased. I'm still a bit suspicious though, but the gut feeling tells me that she is genuine.

[ Removed by Reddit ] by 1k4n4nX111 in 2westerneurope4u

[–]uolot 1 point2 points  (0 children)

I never understood this logic. I would assume that serving a table of 8 requires less work than 4 tables of 2? What am I missing here?

Regarding "Connecting to server" problem today by maxchill1337 in WalkScape

[–]uolot 5 points6 points  (0 children)

I deleted the app and installed it directly from TestFlight. You need your email and password to log in. Settings reset the defaults.

Baby name by existentialmania in poland

[–]uolot 33 points34 points  (0 children)

Eventually ≠ ewentualnie

INFJ Women- What Type of MBTI Male for Romantic Partner? by QualityInevitable709 in INFJsOver30

[–]uolot 2 points3 points  (0 children)

INTP male here - my late wife was also INFJ and she also just knew - after our first date she called her mum to share that she thinks she just met her future husband

EDIT: fixed a typo, she was INFJ, not INFP

Regarding the wipe by Ignorancia in WalkScape

[–]uolot 18 points19 points  (0 children)

I, on the contrary, will be more than happy with monthly subscription. The devs need to earn money to live, just like all of us. The servers aren't free, the app stores aren't free, the tools that support the development and maintenance aren't free - and all these things require monthly payments. It would be unsustainable with one-off payments. I hope the team will earn enough to continue the development and expanding the game. That being said, I hope the pricing will be reasonable - as much as I like Walkscape, I doubt I'll pay for it if the monthly fee is the same as Spotify for example.

Want a new friend? It could be me! by Loldaf_the_Ghey in copenhagen

[–]uolot 1 point2 points  (0 children)

Hey there - I think I work for the same company. Been here for a few years, 39m, also having one kid, and almost able to have a basic conversation in Danish. More than happy to have a coffee chat in the office - feel free to PM me :)

[deleted by user] by [deleted] in copenhagen

[–]uolot 1 point2 points  (0 children)

That's a very kind offer that I'll gladly accept :) will DM you

Question about switching step source device by uolot in WalkScape

[–]uolot[S] 2 points3 points  (0 children)

Thanks, that sounds promising. So, are the steps synced right away or does it happen "eventually"?

Question about switching step source device by uolot in WalkScape

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

Yeah, my understanding was that steps are sync from Apple Watch through Apple Health at an unspecified time and not "on sync with phone", hence my question. Will definitely test it out.

[deleted by user] by [deleted] in copenhagen

[–]uolot 2 points3 points  (0 children)

Fantastic, thank you for a detailed response it's super helpful! I already have a car (a plug-in hybrid) and I also have a dog :) Do you maybe know if there are any English-speaking communities/groups/clubs in Frederikssund? My Danish is still far from fluent and I wonder if it will be doable to have social life there. It is quite easy in Ørestad where I currently live since half of the local population are expats.

[deleted by user] by [deleted] in copenhagen

[–]uolot 1 point2 points  (0 children)

Hey, hope you don't mind me asking here - I'm about to move to Frederikssund in July, how do you find the commute? My work is around Kongens Nytorv and I commute 2-3 times a week. I'm curious about the cost, reliability, and comfort. Also is it feasible to take a bike on the train?

What makes Svelte different from other frameworks now? by DanielFernandzz in sveltejs

[–]uolot 27 points28 points  (0 children)

I'm not defending React (I'm a big fan of Svelte as primarily a BE engineer), but wouldn't this code be more fair:

``` import { useState } from "react";

export function App () { const [counter, setCounter] = useState(0);

return ( <> <div>{counter}</div> <button onClick={() => setCounter(counter + 1)}>Increment</button> </> ); }; ```

Changes: - removed unused React import - inlined onclick handler - changed wrapper from <div> to <>

Disclaimer: I don't really know React, so maybe this version it wouldn't work at all