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

Do you follow any blogs for physical design? I love things like this, but don't know where to start. Thank you


Core77 (https://www.core77.com) is by far the most nuts-and-bolts industrial design blog, though still not enough process articles for my taste.

https://www.dezeen.com

https://www.designboom.com/

https://design-milk.com

And Pinterest is great for inspiration.


Product designers are mostly on Instagram and YouTube unfortunately. It's rare for people to write like me. But /r/IndustrialDesign(er) and /r/Design are good places for written communication.


This is what jOOQ does. Best SQL library I've ever used. https://www.jooq.org/


We use jOOQ, and love it. But sqlc also makes nice trade offs. I see it does Kotlin generation: if this lib was around when we picked jOOQ, I's certainly had considered it.

Differences:

* jOOQ is an eDSL with an optional schema-to-classes generator

* you write jOOQ queries in Java (or Kotlin as we do)

* there's quite a bit of type-safety added when using the generator: the schema needs to be match the queries you write or you get compile errors

* jOOQ queries are built are run time adding a little overhead that sqlc does not

* writing jOOQ is very close writing SQL (a very thin abstraction), sqlc is "just SQL" it seems


Yep sqlc is more akin to Kotlin's SQLDelight https://github.com/cashapp/sqldelight


That's a really nice project indeed. We looked at it I remember, when we pciked jOOQ, but it was too new to bet the farm on back then. It progressed really nicely.


Building on top of IntelliJ's parser and 'PSI' stack as a headless engine sounds slightly mad at first but seems to provide a lot of leverage, as demonstrated by the number of dialects the team is able to support via mixins. By contrast sqlc appears to require a lot of code to support each additional dialect.


What keyboard have you switched to?


I have experimented with "Simple Keyboard Simply" and "SayBoard", both available on F-Droid. I don't love either of them.

On the Signal App, you can request the incognito keyboard mode, and my tests show that GBoard does respect that setting. But that's just for the one app.

[1] Simple Keyboard https://f-droid.org/packages/rkr.simplekeyboard.inputmethod/

[2] SayBoard https://f-droid.org/en/packages/com.elishaazaria.sayboard/


I'm sure you've looked into this, but getting dizzy while standing up is a symptom of anemia. Best of luck to you!


Yes, blood tests confirmed I missed a little bit of iron, took supplements and levels are now normal but the fatigue and dizziness didn't go away.

Thanks, it seems a lot of people have similar symptoms, hope some of the causes get better treatments, but also more recognition, feels awful going to work every day like this, and doctors not prescribing time off work because symptoms are to broad/vague and no life threatening illness is found. If I didn't have a family to provide for, I'd just stop working right now.


I'm around the same age and I've been struggling with constant fatigue for years. It's very hard to be taken seriously. I am absolutely not an expert, but perhaps you have some kind of circulation issue? I hope you can find answers.


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

Search: