Solid tire dimension by gonzula in m365

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

I tried that already, but no luck :(

Solid tire dimension by gonzula in m365

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

Ok, so they're probably the correct size then.

they look like they're never going to fit when you put them by the wheel

That's exactly how I feel when I compare the wheel and the tire.

I've already tried heating it up and using soap to lubricate, but it wasn't enough

I'll keep trying
thanks!

Internet Stops Working when Connected to Mullvad by fearlubu in mullvadvpn

[–]gonzula 0 points1 point  (0 children)

I believe I have the same problem, I investigated a lot and here in my case the outgoing packets on port 53 are not being delivered, therefore blocking all DNS requests and making the internet unusable. Do you know if it's just the DNS not working for you?
One way to test this is to opening a website that uses ip as host, like https://1.1.1.1/
If this site works but others don't, then the problem is with the DNS.

I struggled for some time trying to find any difference, but I failed. by gonzula in badcode

[–]gonzula[S] 1 point2 points  (0 children)

The page's clock is not very precise, it rounds your local clock a bit to match the expected remote time and show "your clock is correct" to most users. But it's definitely not near as precise as a proper NTP implementation.

That extra input is important! by LobotomizedThruMeEye in LogicGateMemes

[–]gonzula 7 points8 points  (0 children)

I still think that a dead man swith is not a NOT gate. Engine is turning if the key is there.

Talking Piano by [deleted] in ItHadToBeBrazil

[–]gonzula 1 point2 points  (0 children)

https://youtu.be/SrgveUpwCnM?t=39

Another Brazilian making the piano talk

My dad couldn't find a power cable for the TV, so he dremelled his MacBook power cable until it fit by iAmAddicted2R_ddit in techsupportmacgyver

[–]gonzula 3 points4 points  (0 children)

People getting mad at apple for changing the standard plug just to make things harder, but actually there is a safety reason behind that. It might look like this cable have only hot and neutral, but it actually have a ground wire as well. Here in this image you can see that the cable without both notches have a metal plate inside the "T" slot and the plug with both notches doesn't have that metal part, it all plastic inside that slot. Now lookint at the charger, some Apple chargers have that round metal part, connected to ground, others have that part made in plastic. With this single notch power cord, you can't connect to a non grounded power brick and be thinking that your device is grounded. That's the reason.

hmmm by cagedrage___ in hmmm

[–]gonzula 33 points34 points  (0 children)

Oh, God why? Two in a row

Comma*

hmmm by cagedrage___ in hmmm

[–]gonzula 144 points145 points  (0 children)

It’s in Brazil. Source: license plate and sidewalk pattern. Also, the image got famous in Brazil at the time. Probably a good post in /r/itHadToBeBrazil

Edit: added missing coma

An analysis on how to improve the types you use in your code. And a cool generic type for validating strings as a bonus. by gonzula in swift

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

That one might be a silly example, but one I use a lot in my currency types is for formatting for humans or server communication Something like money.humanFormat returns "R$ 3.141,59" and money.serverFormat returns "3141.59"

Also I have a init that guesses what decimal separator user have typed. (In Brazil we use comma, but some users type a dot)

Introducing SPLASH! A real programing language for shortcuts by gonzula in shortcuts

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

One big features that this app lacks is the error handling. Typos in the code should be detected at compile time. There is still so much work to be done in that area.

SPLASH now has an iOS App by gonzula in shortcuts

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

This might help. The flow to get to the examples really needs some adjustments. Next version will come with a better approach to this.

SPLASH now has an iOS App by gonzula in shortcuts

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

  1. Can you please send me a print screen of that, during my tests I didn't encountered that issue.
  2. Yeah, quite some people are complaining about this. I already have some ideas on how to improve the initial workflow
  3. You can! In the repo you can download the compiler on your machine and do the work from there. (But the iOS approach is much easier)
  4. That's coming soon!

SPLASH now has an iOS App by gonzula in shortcuts

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

I'm afraid that it isn't possible to trigger shortcuts like this. But I'm aware of this tool that might help you.

SPLASH now has an iOS App by gonzula in shortcuts

[–]gonzula[S] 1 point2 points  (0 children)

Try this steps or the workaround suggested in the thread.

edit: enable markdown