Hacker Newsnew | past | comments | ask | show | jobs | submit | desiderantes's commentslogin

One of the two founders. The other one is Danielle Foré, still running the project.


They said that those kind of sites sucked. Common or not.


Hi, this is a nonsensical reply, as the sentence is lacking a few words to be complete. Are you using some kind of AI to answer? If so, which one?


No A.I, just H.I (Human Intelligence) :).


Please go back to your resting place, Mr Lamarck.


Perhaps if you get confused by fast things you shouldn't be driving?


Perhaps if you're driving, the things around you need to give you time to react to other things around you. Fewer things are more frustrating than getting honked at because you pressed a button, then got distracted by a car pulling up which you needed to look at to be aware of, then missed the printer asking if you want a receipt, and then having to press another button to talk to someone to ask for a reprint which, of course, holds up the line of cars growing behind you while someone gets paged to come to the kiosk.


So you wrote this new scenario where the parking ticket machine does NOT print a ticket unless you confirm it (after you already pressed the button)? And you get... mildly inconvenienced by some honking. Yeah you shouldn't drive.


No, not printing the ticket isn't the scenario. Not printing the receipt for payment is the scenario.

It's not a new scenario. It happened to me.

I'm not mildly inconvenienced by some honking. That's just aggravating. I'm inconvenienced by having to call to get a receipt.


Sad to still have this as a draft


So you haven't heard of Kotlin Multiplatform.


What are your experiences of using Kotlin for modern macOS/iOS development? How's the support looking when Apple releases new XCode?


Kotlin Multiplatform (KMP) is neat for android devs that want to be able to code for both platforms using a toolset/language they are familiar with, but for iOS development KMP is a hassle (personal opinion). I’d rather just write the code twice. Also, I actually like Xcode. As for Android Studio, up until the more recent versions the GUI felt really clunky to me (which made working in it a bit of a slog).


Have heard of it, haven’t investigated it deeply. Looks to still have some of the less-great points of the Java ecosystem on the build side of things (gradle) which is a detractor for me.

Kotlin’s syntax is also weird/quirky in some ways.


> Kotlin’s syntax is also weird/quirky in some ways.

I'm curious to learn what you mean by this! :)


No terenary if and the elvis operator, for one. Stuff like that trips me up frequently when jumping between Kotlin and Swift/other C-likes.



Ah, I see. Tbh, I actually like the lack of ternary and elvis, they are nicely handled by if expression (as the other comment notes)


Or Dart


Scala and Groovy were big pushes for Java 7/8. Their hypes died down after that release.


Where do you see pattern matching in Kotlin?


In its pattern matching feature


Kotlin has no pattern matching. Their bootleg ‘when’ with guards is no match (no pun intended) for true pattern matching.


Doing charity work does not mean you don't expect to be paid for your regular work. Also, a lot of companies do pay devs to work on open source projects.


Open source isn't charity - just like playing non-professional sports isn't charity: the vast majority of participants see it as a hobby or social activity. A minority get paid, and a minority of the minority "break even", but vast majority are playing in self-organized leagues and pick up games, which are in no shape or form charities (even if the public can watch for free as a side-effect).


Oh, so it's jOOQ but for Go. Nice. Sadly it does not support most custom Postgres things.


I think the next release is gonna give you a lot of flexibility to write your own helpers that can generate the raw fragments you need. Not as good as having the features built in of course, but it'll do in a pinch.

jOOQ and jOOQ-like API's in other languages are the Right Thing in most cases, IMO. I've worked with very abstract ORM's, I've worked with raw SQL, and I've worked with a lot of things somewhere in between and that's my conclusion.


XO doesn’t have them built-in, but it uses easily customizable templates.

I added support for a bunch of postgres fancy stuff in a previous app, it wasn’t too difficult

https://github.com/xo/xo


Supports COPY and pipelining, and all custom data types. I very rarely need to drop out of sqlc-generated code. What else could you want?


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: