Viewing profile — hmlongco
hmlongco
HN member- Joined
- Wed, Jul 03, 2019, 11:18 PM UTC
- HN karma
- 18
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About hmlongco
No profile information was provided.
Recent public activity
-
comment
Comment #33197682
Really? Did my toggling on an 8e that ran as a controller for a COM (Computer Output Microfilm) "printer". Not saying that I could write code directly in octal... but I was pretty …
-
comment
Comment #33057247
Things happen. But what I often tell people is that I'd probably be sitting in front of a computer anyway. Might as well get paid for it.
-
comment
Comment #33057137
So honest question. I presume you spent months on those LC questions. Do you feel that they were beneficial in terms of making you a better developer, or did you simply learn a bun…
-
comment
Comment #32986050
I've been playing... (I mean, I've been) working with computers for decades. My basic philosophy is that I'd probably be sitting in front of the silly thing anyway. Might as well b…
-
comment
Comment #32846006
Weather changes. It's when enough weather changes that the overall climate changes where we begin to have issues.
-
comment
Comment #32725971
Try reading for comprehension. The parent said, "You lucking out in which country you’re born in..." You were lucky in that YOU were born in the US. Your parents could have lived i…
-
comment
Comment #32299411
Yeah, let's exclude the numbers for those over 70. Not like they're actually people or anything...
-
comment
Comment #31520974
Then again, you can eliminate a lot of that boilerplate. I have a demo app up where I generate UIViews using resultBuillder such that you get a very SwiftUI-like experience using U…
-
comment
Comment #31415370
"Vendors accepting cryptocurrency can always choose their own level of risk by deciding how many blocks to wait before accepting a transaction. This allows them to "wait out" tempo…
-
comment
Comment #31174288
Uhh... because I can see what was captured? If I'm overly concerned that a given callback might be held somewhere for all time I'll simply capture a weak reference and be done with…
-
comment
Comment #31174069
Umm... but isn't the refcounting GC more deterministic? If I create a chain of 10 object and then release the head, I run through 10 allocations and then 10 release cycles on those…
-
comment
Comment #31173956
"No doubt straight up ARC with refcounting bumps on every function call,etc..." Yeah, but in Swift you don't do that. From what I'm told, the compiler's static analysis has gotten …
-
comment
Comment #31173856
"it may not be the GC that's to blame, or not entirely: it's all the bloated crap they are pulling into the image" Again, you keep waving your hands in the air and saying if you do…
-
comment
Comment #31173775
Uh... I can solve entire batches of problems by just saying, "don't do that and you're good." Unfortunately, real-world constraints always seem to get in the way...
-
comment
Comment #31149257
"They're giving you 30 days' notice to show that you're still maintaining the app, and then it stays up." Which would have been more than enough time... if the app had in fact been…
-
comment
Comment #31148866
I agree with interpol. There are always new info.plist privacy settings and the like that apps need to support. As I recall there were also some relatively recent TLS and https sec…
-
comment
Comment #31148784
Especially for people who can't be bothered to develop native applications.
-
comment
Comment #30634096
Yeah, but we shouldn't have a double standard. If we could get an AI to reduce the number of deaths in half it would still be worthwhile. Besides, non-fatal ACCIDENTS per mile are …
-
comment
Comment #28501554
This is the main problem today. Good journalism costs money, and that money can come from ads, but that's usually not enough to pay the freight. Hence paywalls. Or... it can be fre…
-
comment
Comment #28495984
I'm with aoleinik. A long time ago, in a galaxy far, far, away, I had a stand-alone blog that--to put it bluntly--no one visited. Today I put the same type of content on Medium and…
-
comment
Comment #28495710
Writes an individual who strongly suggests Hugo and who just happens to create Hugo themes.
-
comment
Comment #24948027
Dark patterns are tricks, like making you click on something that you thought did one thing but does something else. Asking you to sign in/up is hardly a dark pattern. And I've yet…
-
comment
Comment #24947956
Started writing on Medium a year or so ago, mostly on Swift, RxSwift, SwiftUI, Combine, dependency injection, iOS application architecture, and so on. Will probably make $5-6K this…
-
comment
Comment #24947546
Probably the fact that while you listed your preferences you and most everyone else wouldn't bother to pay. Primarily since it would mean making a credit card transaction to an unk…
-
comment
Comment #24946869
Took a quick look. If you want my take, your basic tutorials are, well... too basic. They describe fundamental language principles in a well-established programming language for wh…