HackerTrans
TopNewTrendsCommentsPastAskShowJobs

theogravity

no profile record

Submissions

Is my blue your blue? (2024)

ismy.blue
694 points·by theogravity·3 mesi fa·469 comments

After 20 Years, This Scientist Proved Birds Can Talk and Use Grammar [video]

youtube.com
3 points·by theogravity·6 mesi fa·0 comments

Show HN: LogLayer v7 now with StatsD support

loglayer.dev
1 points·by theogravity·8 mesi fa·0 comments

comments

theogravity
·mese scorso·discuss
Short via Hyperliquid or some other crypto exchange that tokenizes stock? HL does have a trading pair for MSFT and trades 24/7.
theogravity
·2 mesi fa·discuss
The site visually feels "compressed" due to the font used? It's a bit jarring. The tutorial link in the header nav doesn't go anywhere.
theogravity
·3 mesi fa·discuss
When you're building a social networking site like this, when do you need to start to worry about laws from different states and countries (eg age bans, data export, etc)?
theogravity
·4 mesi fa·discuss
Site renders extremely poorly on mobile safari that it is completely unreadable.
theogravity
·6 mesi fa·discuss
This is really cool! How are you sandboxing the tiles and allowing limited JS execution?
theogravity
·6 mesi fa·discuss
If I'm on 18.7.1, do I still need to upgrade?

https://www.cvedetails.com/version/2021355/Apple-Iphone-Os-1...

seems to be the same as 18.7.2

https://www.cvedetails.com/version/2037518/Apple-Iphone-Os-1...
theogravity
·7 mesi fa·discuss
Paywalled.
theogravity
·7 mesi fa·discuss
You need to update again.
theogravity
·8 mesi fa·discuss
The second example confuses me. The Person type has isCool: boolean, not an explicit true. How does using satisfies here pass coolPeopleOnly?
theogravity
·8 mesi fa·discuss
Really interested in how you do this. When I as looking into building my own finance-related app, you have to pay a ton to get market data (stocks, crypto, ETFs, options) and connecting bank accounts if it's not for individual use (you still have to pay for individual use, but not significantly as much).
theogravity
·9 mesi fa·discuss
Adding new transports and documentation to my Typescript logging library (MIT licensed), LogLayer (https://loglayer.dev). Just added documentation for Bun and Deno support added some new logging library transports (LogTape), and finishing up Logflare and Betterstack transports so you can send logs to their logging APIs.
theogravity
·9 mesi fa·discuss
It's already happening. There are visual novel groups that take pateron sponsorship to run the script through machine translation. It's now done in giant batches. They're released for free and I am not able to speak of the quality as I've never tried them, but when I see reviews on steam for a VN that has been machine translated, it never results in a good review.
theogravity
·9 mesi fa·discuss
Yes
theogravity
·9 mesi fa·discuss
My first thought would be consistency in localization / typesetting. Groups have their own ways of localizing and typesetting content and most likely would not want to share their style guide when they lost out on something they recently translated to a lower bidder.
theogravity
·10 mesi fa·discuss
This surprisingly made this easy to remember for me.

Unfortunately, the merge sort instructions doesn't make sense to me, specifically step 3.
theogravity
·10 mesi fa·discuss
I also had similar issues and wrote a guide on how to use LogLayer + pino to get server-side logs working properly.

https://loglayer.dev/example-integrations/nextjs.html

Overall, the logging experience in Next.js is terrible, and not being able to chain middleware, even more so.