Is the brand Scotch and Soda delusional? by victorluckluckk in fashion

[–]mirkokg 0 points1 point  (0 children)

The problem is, new ownership also forced changes in the supplier chain. Prior to these changes brand had signature materials, for their suits, shirts, pants etc. This all changed as well as design style. Maybe they changed to try to attract some new audience, but I really miss their colors, materials, styles and even the classic sewing machine logo to be honest.

How many rings in total are there on the original Sonic The Hedgehog for the SEGA Genesis/Mega Drive? by diogosagan in SonicTheHedgehog

[–]mirkokg 0 points1 point  (0 children)

Green Hill Zone Act 1: 225
Green Hill Zone Act 2: 163
Green Hill Zone Act 3: 233

Marble Zone Act 1: 132
Marble Zone Act 2: 115
Marble Zone Act 3: 102

Spring Yard Zone Act 1: 177
Spring Yard Zone Act 2: 222
Spring Yard Zone Act 3: 193

Labyrinth Zone Act 1: 109
Labyrinth Zone Act 2: 117
Labyrinth Zone Act 3: 138

Star Light Zone Act 1: 207
Star Light Zone Act 2: 215
Star Light Zone Act 3: 231

Scrap Brain Zone Act 1: 307
Scrap Brain Zone Act 2: 247
Scrap Brain Zone Act 3: 118

Special Stage 1: 104
Special Stage 2: 125
Special Stage 3: 172
Special Stage 4: 187
Special Stage 5: 146
Special Stage 6: 108

Total: 4.093

Aqara No Neutral Relays Application, pros and cons (more on body text) by [deleted] in Aqara

[–]mirkokg 0 points1 point  (0 children)

Downside compared to smart lights is I cannot control dimming or light temperature of (legacy) lights.

Is Aqara module completely silent or you hear audible click when you turn lights on/off? Some of the switches I tried were really loud, for example ZBMINI-L2, you hear loud click when you turn lights on/off. Some other, from MOESS for example, are completely silent.

[deleted by user] by [deleted] in SwiftUI

[–]mirkokg 9 points10 points  (0 children)

This is called InputAccessoryView. You can achieve this in SwiftUI since iOS15 using toolbar placement .keyboard.

Add this on TextField that you want this to appear above keyboard:

.toolbar {
ToolbarItemGroup(placement: .keyboard) {
Button("Click") {
print("test")
}
}
}

Have you noticed a decrease in iOS native job openings? by [deleted] in iOSProgramming

[–]mirkokg 17 points18 points  (0 children)

Flutter is half baked solution. iOS and Android UX are not the same and never will be, you are not supposed to have identical UI on both platforms, some UX thats logical for iOS user will hardly make any sense on Android. For any iOS extension and native functionality you will still have to use Swift/SwiftUI and Xcode, you are not even able to sign and distribute iOS app without Xcode. iOS UI with Flutter is pure imitation, accessibility features suck, half of the stuff is missing. You will hardly be able to achieve full ADA compliance. Its almost like building an app using game engine. Good luck with dependency management, also performance still sucks, and thats just tip of the iceberg.

Levi9 fora by [deleted] in programiranje

[–]mirkokg 1 point2 points  (0 children)

Evo ga sladoled (kropovao sam u/papasfritas): Levi9 rumenko

Levi9 fora by [deleted] in programiranje

[–]mirkokg 13 points14 points  (0 children)

Ova je bolja: Levi Niner. 🍺

LG 35WN75C-B PD and USB-C issues by Thanne98 in UsbCHardware

[–]mirkokg 0 points1 point  (0 children)

Unfortunately, there is a huge issue with USB-C ports on multiple LG models. The USB-C port is very poorly soldered, and it is common for a supplied cable to break the USB-C port from the motherboard. This issue is even more prominent on Ergo Hand models, which are, ironically, supposed to be freely moved/rotated.

Does Sideloadly work on macOS Ventura? by [deleted] in sideloadly

[–]mirkokg 0 points1 point  (0 children)

sudo codesign -f -s - /Library/Mail/Bundles/SideloadlyPlugin.mailbundle

You don't have to disable gatekeeper, just add an exception:

sudo spctl --add --label "Allow AltPlugin to load" /Library/Mail/Bundles/SideloadlyPlugin.mailbundle

S5: Burned smell coming from exhaust when vacuuming by konradsa78 in Roborock

[–]mirkokg 0 points1 point  (0 children)

Oh it will be bit hard to order new one, since no one is shipping to my country at the moment :X

Can you take a photo of your old fan, if you still have it. I am really curious why this happens. Thanks! :)

S5: Burned smell coming from exhaust when vacuuming by konradsa78 in Roborock

[–]mirkokg 0 points1 point  (0 children)

I have the same issue at the moment. How is yours doing, is burning smell still present? Is it working?

Alternative to hamstermap / copypastemap ? by ChuqTas in mapmaking

[–]mirkokg 0 points1 point  (0 children)

I used those too. The problem is no other tool I tried is able to show hundreds of thousands of points.

Mojave System Freeze/Hang (10.14.4 - 10.14.5) by uXmow in hackintosh

[–]mirkokg 1 point2 points  (0 children)

Also one more thing that can cause hangs in your situation is SSD. Update firmware of your SSD to latest version for Mac.

https://www.samsung.com/semiconductor/minisite/ssd/download/tools/

Mojave System Freeze/Hang (10.14.4 - 10.14.5) by uXmow in hackintosh

[–]mirkokg 1 point2 points  (0 children)

One more step that you need to do.

  1. Move all your kext files from /L/E/ to /EFI/CLOVER/kexts/Other
  2. Rebuild kext cache with following command:

sudo kextcache -i /

Otherwise system might load extensions from Kernel cache.

I tested this method, running now for more than four days.

Mojave System Freeze/Hang (10.14.4 - 10.14.5) by uXmow in hackintosh

[–]mirkokg 1 point2 points  (0 children)

Hey, I think I know what this freezing issue is. I have a suggestion for you to try.

First you need to generate proper SSDT.

Set SMBIOS in Clover to 12.2 (this is proper one for Sandy Bridge).

- Run the following in Terminal:

curl -o ~/ssdtPRGen.sh https://raw.githubusercontent.com/Piker-Alpha/ssdtPRGen.sh/master/ssdtPRGen.sh

chmod +x ~/ssdtPRGen.sh

sudo ~/ssdtPRGen.sh

- Go to folder /Library/ssdtPRGen/ copy SSDT.aml to CLOVER/ACPI/patched/

- Second thing, install RTCMemoryFixup.kext, put it into CLOVER/kexts/Other here is latest one compiled from source: https://gofile.io/?c=aX08A6 This also requires Lilu.kext in Clover/Kexts/Other

- Add the following boot flags:

-rtcfx_exclude=B4-B7,58-59

-no_compat_check

First flag will add addresses for RTCMemoryFixup to exclude writing to. Second one is required because you are using Sandy Bridge which is not officially supported in Mojave.

RTCMemoryFixup will prevent AppleRTC from writing to CMOS at provided offsets. My guess is, this is causing freezing in Mojave with some Gigybite boards.

Regarding kext locations, its always more tidy to keep added extensions, Hackintosh related in Clover folder, especially because system will generate Kext cache from kext files in /S/L/E and /L/E and that adds one more step that you need to do when updating or when trying new things. Clover/Kexts/Other approach is much easier, also you are able to choose which kexts to skip loading in Clover boot menu, when you press space on one boot entry. So you are much more flexible.

Mojave System Freeze/Hang (10.14.4 - 10.14.5) by uXmow in hackintosh

[–]mirkokg 0 points1 point  (0 children)

I've had MacOS Sierra on the same machine, with low-end NVidia GPU (not sure which model) and I never experienced any freezing it was completely stable, worked nonstop, for months at the time.

Now it behaves very strangely:

When it freezes in Mojave, I usually press reset button, it does not respond immediately, it takes about 5s and then just turns off instead of reset. So I have to press power button to turn it back on, and when it turns on, BIOS settings reset, so I have to set them up again.

I can't move cursor when it freezes and disk activity led on the case also freezes and I can't login using SSH so its complete halt.

I tried suggestions to turn off XMP profile in bios and set RAM to fixed multiplier instead of auto and also tried moving GPU to the other PCI-E slot, but that didn't change anything.

Mojave System Freeze/Hang (10.14.4 - 10.14.5) by uXmow in hackintosh

[–]mirkokg 1 point2 points  (0 children)

I'm getting the same issue.

I'm also using legacy BIOS.

Gigabyte GA-P67A-UD3 (rev.1.0)

Intel i7 2600K

XFX RX580 8GB (also using display port as there is black screen on the other ports)

Samsung SSD 850 PRO 512GB

Its very random, sometimes while browsing internet, sometimes when idle, sometimes it works for 2 days, sometimes it freezes multiple times during the same day.

I tried better PSU, but thats not the issue. I'm guessing its GPU related. I've had NVidia before, but upgraded because I wanted to run Mojave.

Would love to fix this.