HackerTrans
TopNewTrendsCommentsPastAskShowJobs

laxk

no profile record

Submissions

Show HN: LLM-Tetris-A Classic Tetris Game in Go, 95% AI-Generated

github.com
5 points·by laxk·anno scorso·2 comments

[untitled]

1 points·by laxk·2 anni fa·0 comments

comments

laxk
·5 mesi fa·discuss
Google knows how to wait. Let's give them a chance.
laxk
·anno scorso·discuss
We can say whatever we want, but aesthetically the site just delivers. :)
laxk
·anno scorso·discuss
if paying isn't owning, then piracy isn't stealing.
laxk
·2 anni fa·discuss
DB Level:

- Create SQL credentials for LLM queries that will have limited access (exclude sensitive fields, tables, views etc) and read-only access.

- Use SQL views to avoid/exclude access to specific fields.

App Level:

- Use SQL linters and treat input as a regular user input.

- Convert the SQL query string into a query tree, escape ALL fields and then assemble the query back.
laxk
·2 anni fa·discuss
TL;DR:

- use principles as guidelines not gospel

- optimize for readability/maintainability

- and for the love of all that's holy, don't build stuff you don't need yet.

BTW, any other old-timers remember when we just wrote code without worrying if it was SOLID enough? Those were the days...
laxk
·2 anni fa·discuss
How does TideCloak's decentralized key architecture relate to W3C DID standards [1]? Do you see TideCloak aligning with DID Core principles in future development?

[1] https://www.w3.org/TR/did-core/
laxk
·2 anni fa·discuss
You've somehow overgeneralized it. This is of course fructose, but with much better properties. :)

Just facts [0]:

- honey contains antioxidants, amino acids (the building blocks of proteins) and vitamins and minerals, such as Thiamin, riboflavin, pyridoxin, vitamin A, niacin, panthothenic acid, phyllochinon, vitamin E, and vitamin C

- honey also has been successfully used for wound and burn healing. (If you grab a frying pan or burn your hand/skin, apply honey, there will be no blisters or peeling skin.)

- honey consumption reduces risk factors of cardiovascular diseases

[0] https://sugarscience.ucsf.edu/the-sweet-science-behind-honey...
laxk
·2 anni fa·discuss
The funniest thing about all this is that everyone around knows about the employees’ salaries, except the employees themselves, and at the policy level it is often written that you do not have the right to disclose this information.
laxk
·2 anni fa·discuss
What programming language are you interested in?

Usually you can go to GitHub, find a project with a lot of stars for the language you want and start browsing the code. It is worth paying attention to the general attributes of good codebase: tests, documentation, build automation. If all this is there, then most likely you will definitely find something interesting or new for yourself.
laxk
·2 anni fa·discuss
If you want to remove information: please remove everything about me.
laxk
·2 anni fa·discuss
5 hours later:

$700M paperclips... :-|

Any docs about Yomi models? What is it about at all?
laxk
·3 anni fa·discuss
IMO It should be a policy rule of app stores: - The application/service MUST provide a function to export user data (bla bla bla).