Readit News logoReadit News
svendahlstrand commented on Ask HN: What lesser-known accessories do you use with your computer?    · Posted by u/behnamoh
svendahlstrand · 3 years ago
I don't have it connected at the moment, but I built this rotary dial accessory for my Mac [0] so I could make FaceTime calls in an old-school fashion. The signification impact it had on my workflow? It forced me to take it slow, I guess. :)

Petmoj is Swedish slang for a rotary dial.

[0]: https://dahlstrand.net/2016/01/24/petmoj.html

svendahlstrand commented on Extracting the GameBoy ROM from photographs of the die   github.com/travisgoodspee... · Posted by u/pabs3
svendahlstrand · 3 years ago
Shameless self-promotion: if you enjoyed Travis' ROM dumping, you might find my piece about sniffing the Game Boy's LCD data bus to take screenshots interesting as well.

https://github.com/svendahlstrand/game-boy-lcd-sniffing

svendahlstrand commented on iPhones and action discoverability   alexanderell.is/posts/iph... · Posted by u/otras
skizm · 3 years ago
> Editing text with various multi-finger gestures

What multi-finger text editing gestures am I missing out on?

svendahlstrand · 3 years ago
Undo and redo:

Undo the last edit: Swipe left with three fingers, then tap Undo at the top of the screen.

Redo the last edit: Swipe right with three fingers, then tap Redo at the top of the screen.

https://support.apple.com/guide/iphone/type-with-the-onscree...

svendahlstrand commented on iPhones and action discoverability   alexanderell.is/posts/iph... · Posted by u/otras
yakubin · 3 years ago
My least favourite “feature” of iOS now is shake-to-undo. I’ve never triggered it intentionally. It’s too weird of a thing to remember when I actually want to do it. It would also feel ridiculous even if I remembered it. The only times I trigger it, it’s by accident, and then I need to cancel it.
svendahlstrand · 3 years ago
You should turn it off then. :) Search for shake in the Settings app.
svendahlstrand commented on iPhones and action discoverability   alexanderell.is/posts/iph... · Posted by u/otras
svendahlstrand · 3 years ago
The Back Tap feature is my favorite "hidden" action on the iPhone. You can double (or triple) tap the back of the phone to trigger whatever action you want. For example, toggle the flashlight or lock rotation. Show Spotlight or run a Shortcut.

https://support.apple.com/guide/iphone/back-tap-iphaa57e7885...

I think Apple does a decent job telling people about iOS features across the User Guide, Tips.app, and the Apple Support YouTube channel.

The "undiscoverable" features in the article are all there.

Delete the last digit: If you make a mistake when you enter a number, swipe left or right on the display at the top.

https://support.apple.com/guide/iphone/calculator-iph1ac0b5c...

Turn the onscreen keyboard into a trackpad.

1. Touch and hold the Space bar with one finger until the keyboard turns light gray.

2. Move the insertion point by dragging around the keyboard.

https://support.apple.com/guide/iphone/type-with-the-onscree...

To access other open tabs, you can swipe left or right on the tab bar.

https://youtu.be/30tfnCxLWSg?t=21

svendahlstrand commented on Remove Google Account After Factory Reset (2019)   support.google.com/accoun... · Posted by u/sebmellen
Underphil · 4 years ago
Could you cite a source regarding the claim that "it works well to prevent theft"?

Not disputing your claim, just finding it difficult to find evidence either way.

svendahlstrand · 4 years ago
> Global Drop In Smartphone Thefts Following Introduction Of Kill Switch[.] New Data Reveal Thefts Down 40% In London; 22 % In San Francisco; And 16% In New York City

https://ag.ny.gov/press-release/2015/ag-schneiderman-london-...

svendahlstrand commented on Choosing tools for Game Boy development   gbdev.io/guides/tools.htm... · Posted by u/detaro
fartcannon · 4 years ago
Delightful! Is it 6502?

Edit: It appears to be Z80. Have you done any NES ASM?

svendahlstrand · 4 years ago
Yes, I've dabbled around with the NES as well. But the Game Boy is close to my heart as I had one as a kid. So most of my projects [3] revolve around that old gray brick.

[3]: https://hackaday.io/project/167042-joy-boy

svendahlstrand commented on Choosing tools for Game Boy development   gbdev.io/guides/tools.htm... · Posted by u/detaro
kaoD · 4 years ago
It's actually Z80-ish with some features missing and some new ones included. It's a Sharp LR35902 SoC with an SM83 core (not sure if it has been used in non-GB SoCs).

I can recommend The Ultimate Gameboy Talk for details on it (and much more).

https://m.youtube.com/watch?v=HyzD8pNlpwI

EDIT: I had the SoC and the core names the wrong way around. Thanks svendahlstrand.

svendahlstrand · 4 years ago
I believe the LR35902 SoC is exclusive for the Game Boy, but the actual CPU core, SM83, is probably used elsewhere. Sharp's datasheets [2] mention home appliances as intended application.

[2]: https://duckduckgo.com/?q=sharp+sm83+datasheet

svendahlstrand commented on Choosing tools for Game Boy development   gbdev.io/guides/tools.htm... · Posted by u/detaro
svendahlstrand · 4 years ago
The official Game Boy Programming Manual [0] leaked and is available at the Internet Archive. It's a great resource.

If you're just getting started with assembly and want to look at a short program, my maze generator [1] is available on GitHub with annotated source code.

[0]: https://archive.org/details/GameBoyProgManVer1.1

[1]: https://github.com/svendahlstrand/10-print-game-boy

u/svendahlstrand

KarmaCake day104October 19, 2012View Original