Yeah, and that's even more confusing than using it for public/private. It just shouldn't have been a thing. I think I stopped trying to seriously gain experience with Objective-C after noticing that.
I was even kinda okay with the [callee verbingTheSubject withFooValueBeing 7 andBarValueSetTo "good argument"] but that was just too much.
The author's discussion of Duolingo makes the app seem outright dangerous for naïve users. It's well known that it's a criminal offence in Germany to not talk to the apple on Tuesdays.
I understand the whole retro look of the website but it's very unreadable with the white text on bright stars background. Fortunately reader mode on Safari helped me read it.
On a similar note, a few months ago, I took over a 14 year old Objective-C iPhone app called Painteresque and brought it back to life. Discussed here:
It’s not the most accessible colour scheme - I’ll have a look and tweak it so dark mode is more readable.
I’d definitely be really grateful for help with that! I’m not planning to publish to the Mac App Store, but it would
be great to have the build step a bit more compliant with current practises.
It was a really nifty visual website builder. I was sad when it went. Fantastic in the days when ISPs threw in a bit of webspace for customers to play with
Depends on your definition of 'run' - for example, old games (pre DirectX 9) now run through an emulated DirectX layer (they removed the native implementation in Windows 8), and it makes the games perform much worse on modern machines than they used to run on decent machines back in the day.
There are some reimplemetations like dgVoodoo2 and DXWrapper but they can be pretty buggy.
Yeah, that’s the downside to swapping architectures. x86 goes to great pains to be backward-compatible at the instruction level, and then MS puts a lot of effort into keeping Windows backwards compatible.
A couple years back on Windows 10 I successfully installed and used a PCB layout tool from 1998. I was shocked at how smooth it went. I think it needed to run as administrator but otherwise zero issues.
Not really, depends from what era as well, even though Windows is more backwards compatible.
Win16 is only supported up to Windows 10.
Win32 did not run in special variations of Windows 8, like Windows RT tablets, where only UWP was supported (guess why they didn't took off).
All Windows versions that descend from Windows NT, also support many architectures, only a few had x86 emulators.
The latest attempt to push Windows on ARM, only started taking off with Arm64EC binaries, which are the Windows version of fat binaries, and the emulator isn't as good as Rosetta.
Finally even Microsoft does indeed drop functions every now and then, even if that is a seldom event.
Then the random exe might appear run, but crash into issues like modern HDPi, new security model,...
There's actually an excellent Dutch piece of software for this (Windows only though, but works fine in Wine on other platforms): Overhoor [1].
I used it under Windows 3.11 as a child, and kept using it for French and German into my late teens and Windows ME. It is simple, just as this tool. To this day, it's a piece of freeware that gives me good memories of a forgotten era.
Since the author describes learning Dutch, I though I might mention its existence.
I think OP is confused about how Anki works. It can totally be used the same as this tool if you just hit '1' for things you got wrong and '3' for things you got right. '2' and '4' are more power user levels of control.
WeirderScience|7 months ago
aaronbrethorst|7 months ago
Source: my first released Mac OS X app came out in 2003. https://github.com/aaronbrethorst/irooster
therein|7 months ago
I was even kinda okay with the [callee verbingTheSubject withFooValueBeing 7 andBarValueSetTo "good argument"] but that was just too much.
shawa_a_a|7 months ago
https://docs.ankiweb.net/deck-options.html#learning-steps Details what _actually happens_ when you pick again/hard/good etc. I much prefer understanding this to the vibes-based approach of “did you pause before answering”.
Secondly turns out you can indeed very easily set up type-to-answer in a deck by editing the front template and adding
{type:Field}
where field is the answer part of the card’s data.
So… I’m actually using Anki again. I’m still very happy I did this, it was a fun little journey!
Cockbrand|7 months ago
busymom0|7 months ago
On a similar note, a few months ago, I took over a 14 year old Objective-C iPhone app called Painteresque and brought it back to life. Discussed here:
https://news.ycombinator.com/item?id=43222099
If OP is interested, maybe I can help with the Sandbox issues or having it published on the Mac App Store?
shawa_a_a|7 months ago
I’d definitely be really grateful for help with that! I’m not planning to publish to the Mac App Store, but it would be great to have the build step a bit more compliant with current practises.
RandallBrown|7 months ago
Turns out it changes based on light/dark mode.
johnisgood|7 months ago
Angostura|7 months ago
matsemann|7 months ago
com2kid|7 months ago
I had to clock "enable 640x480" compatibility mode and I need to directly run the EXE (the wrapper launcher doesn't work) but otherwise it works fine.
stephen_g|7 months ago
There are some reimplemetations like dgVoodoo2 and DXWrapper but they can be pretty buggy.
tonyarkles|7 months ago
A couple years back on Windows 10 I successfully installed and used a PCB layout tool from 1998. I was shocked at how smooth it went. I think it needed to run as administrator but otherwise zero issues.
pjmlp|7 months ago
Win16 is only supported up to Windows 10.
Win32 did not run in special variations of Windows 8, like Windows RT tablets, where only UWP was supported (guess why they didn't took off).
All Windows versions that descend from Windows NT, also support many architectures, only a few had x86 emulators.
The latest attempt to push Windows on ARM, only started taking off with Arm64EC binaries, which are the Windows version of fat binaries, and the emulator isn't as good as Rosetta.
Finally even Microsoft does indeed drop functions every now and then, even if that is a seldom event.
Then the random exe might appear run, but crash into issues like modern HDPi, new security model,...
brnt|7 months ago
I used it under Windows 3.11 as a child, and kept using it for French and German into my late teens and Windows ME. It is simple, just as this tool. To this day, it's a piece of freeware that gives me good memories of a forgotten era.
Since the author describes learning Dutch, I though I might mention its existence.
[1] https://www.efkasoft.nl/overhoor-download/
micheljansen|7 months ago
asterios33|7 months ago
vintagedave|7 months ago
shawa_a_a|7 months ago
TMWNN|7 months ago
I am not looking forward to Rosetta going away.
robin_reala|7 months ago
treetalker|7 months ago
Author discusses/compares Duolingo and Anki. Anki is disapproved for lack of precise right/wrong feedback.
Repository of updated code: https://github.com/shawa/genius
adastra22|7 months ago
kreelman|7 months ago
GuinansEyebrows|7 months ago