HackerTrans
TopNewTrendsCommentsPastAskShowJobs

theogravity

no profile record

Submissions

Is my blue your blue? (2024)

ismy.blue
694 points·by theogravity·il y a 3 mois·469 comments

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

youtube.com
3 points·by theogravity·il y a 6 mois·0 comments

Show HN: LogLayer v7 now with StatsD support

loglayer.dev
1 points·by theogravity·il y a 8 mois·0 comments

comments

theogravity
·le mois dernier·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
·il y a 2 mois·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
·il y a 3 mois·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
·il y a 4 mois·discuss
Site renders extremely poorly on mobile safari that it is completely unreadable.
theogravity
·il y a 6 mois·discuss
This is really cool! How are you sandboxing the tiles and allowing limited JS execution?
theogravity
·il y a 6 mois·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
·il y a 7 mois·discuss
Paywalled.
theogravity
·il y a 7 mois·discuss
You need to update again.
theogravity
·il y a 8 mois·discuss
The second example confuses me. The Person type has isCool: boolean, not an explicit true. How does using satisfies here pass coolPeopleOnly?
theogravity
·il y a 8 mois·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
·il y a 9 mois·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
·il y a 9 mois·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
·il y a 9 mois·discuss
Yes
theogravity
·il y a 9 mois·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
·il y a 10 mois·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
·il y a 10 mois·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.