HackerTrans
TopNewTrendsCommentsPastAskShowJobs

theogravity

no profile record

Submissions

Is my blue your blue? (2024)

ismy.blue
694 points·by theogravity·قبل 3 أشهر·469 comments

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

youtube.com
3 points·by theogravity·قبل 6 أشهر·0 comments

Show HN: LogLayer v7 now with StatsD support

loglayer.dev
1 points·by theogravity·قبل 8 أشهر·0 comments

comments

theogravity
·الشهر الماضي·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
·قبل شهرين·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 أشهر·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 أشهر·discuss
Site renders extremely poorly on mobile safari that it is completely unreadable.
theogravity
·قبل 6 أشهر·discuss
This is really cool! How are you sandboxing the tiles and allowing limited JS execution?
theogravity
·قبل 6 أشهر·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 أشهر·discuss
Paywalled.
theogravity
·قبل 7 أشهر·discuss
You need to update again.
theogravity
·قبل 8 أشهر·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 أشهر·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 أشهر·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 أشهر·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 أشهر·discuss
Yes
theogravity
·قبل 9 أشهر·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 أشهر·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 أشهر·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.