HN user

toto444

1,465 karma
Posts30
Comments230
View on HN
drdru.github.io 3y ago

A developper friendly (web) comic format

toto444
36pts4
news.ycombinator.com 4y ago

Ask HN: Quality first content creators community?

toto444
2pts1
drdru.github.io 4y ago

Show HN: I have made a comic book using only code

toto444
1pts0
www.collaborativefund.com 4y ago

Lazy Work, Good Work (2016)

toto444
3pts0
www.pixelartcss.com 4y ago

Pixel Art to CSS

toto444
2pts0
news.ycombinator.com 4y ago

Ask HN: Do you report bugs or GDPR issues?

toto444
1pts1
news.ycombinator.com 4y ago

Ask HN: Does your company delete old data or keep them forever?

toto444
3pts1
blog.emojipedia.org 4y ago

New Emojis in 2021-2022

toto444
1pts0
www.theguardian.com 4y ago

World’s biggest machine capturing carbon from air turned on in Iceland

toto444
12pts3
en.wikipedia.org 4y ago

Pareto Efficiency

toto444
1pts0
network.changemakers.com 4y ago

Using deep learning to help sort plastic

toto444
1pts0
www.pixelartcss.com 4y ago

Pixelartcss

toto444
1pts1
news.ycombinator.com 5y ago

Ask HN: What do we know about nutrition?

toto444
5pts12
searchengineland.com 5y ago

Google announces product reviews algorithm update

toto444
1pts0
old.reddit.com 5y ago

What would be the equivalent of earning US$100k in the UK?

toto444
4pts0
en.wikipedia.org 5y ago

Fabrice Bellard

toto444
1pts0
www.psychologytoday.com 5y ago

Do French Kids Have ADHD?

toto444
5pts2
drdru.github.io 5y ago

A Lingua Latina per se illustrata for Japanese

toto444
3pts1
en.wikipedia.org 5y ago

John von Neumann

toto444
1pts0
www.nytimes.com 5y ago

Trump Lost His Trade War (2019)

toto444
1pts0
news.ycombinator.com 6y ago

Ask HN: Would you buy second hand phone / laptop?

toto444
6pts5
news.ycombinator.com 6y ago

Ask HN: What would you miss the most without a smartphone?

toto444
1pts5
help.duckduckgo.com 6y ago

DuckDuckGO Anonymous Localized Results

toto444
4pts0
news.ycombinator.com 6y ago

Ask HN: What are some great internet innovations of the past 10 years?

toto444
22pts20
en.wikipedia.org 6y ago

Lingua Latina per Se Illustrata

toto444
2pts0
necodesca.herokuapp.com 6y ago

Building the Japanese language from Emojis

toto444
1pts0
news.ycombinator.com 6y ago

Ask HN: How do you know when to stop?

toto444
18pts12
old.reddit.com 6y ago

Some limitations of Language learning apps

toto444
3pts0
news.ycombinator.com 6y ago

Ask HN: Is there any way we get rid of more than Covid 19 by quarantining?

toto444
3pts5
www.le-tigre.net 6y ago

The public life of Marc L*** on the internet in 2009 [French]

toto444
1pts0
Risk and Regret 3 years ago

I came here to see if anyone discussed this quote : “The purpose of life is to experience things for which you will later experience nostalgia.”

I can totally relate to it but it might be because I'm in a mid life crisis.

Thanks. Right now it's all static. To go from one page to the other you can click 次and 前 . It would be easy to move the characters within the images using a bit of javascript. That's a plan I have for the future.

If you need inspiration you can take a look at this as well made using REXPaint. https://preview.redd.it/vxfohcwxywt71.png?width=1458&format=...

It's all ASCII art so in theory one should be able to convert it to HTML. I have a project to make a story using REXPaint to HTML in a near future.

If you need more info, feel free to contat me raising an issue on github.

I'd say my version does not include comparison to others. I actually wish more people try their best to create great things even if what their creations are much better than mine.

My version would be more like :

"Owning a car is very circumstantial. It means you temporarily have some property right on it. It can break, it can be taken away from you. If you create something it's yours forever. Its existence is not independant of your will.".

At the end of their lives some people will have owned ten cars, others will have written ten books.

I have found that instead of wanting things I don't own, wanting to see created things I haven't created yet very liberating.

Since it makes my goals very personal, I can't compare myself on an objective metric with other people and as a result feel less frustrated about not earning more.

I admit it's not the best but I do almost like you. Graphs are definitely helpful.

I also have a few 'test' queries that insert there results into a 'test_results' table. Most of the queries check the cardinality of the table since to me wrong cardinality is where the biggest errors come from. I do something like :

insert into test_table

select case when count(*) = count(distinct users) then 'pass' else 'fail' end as result, 'test_cardinality_temporary_table_a' as test_name from temporary_table_a

When it comes to ML scalability is a constraint not a goal. The goal is to minimize some loss function and it turns out simple dot product can be outperformed by more complex algorithms.

I remember reading a few years ago that most search engines use some tree based model. If that's the case, that means the idea of monotonic linear weights is not relevant.

Make up a guy 4 years ago

The article points to a Twitter account named Two-Word Horror. I clicked on it not expecting much, it's actually quite disturbing.

Here are some examples :

Riemann counterexamples

Unicode Corporation

Google Sex

procedurally-generated regulations

denim skin

peak humanity

I am writing one for Japanese (I was not aware of LLPSI when I started) and I use things that are common knowledge to a lot of people like set theory. I have used a few unusual things on the way.

I have recreated the UI of a fashion Ecommerce site such that the user is so familiar with the button labels ('buy', 'add to cart', 'recommended items') that they can easily guess their meanings.

I teach HTML using simple Japanese. I make use of the fact that "<span style="background-color: yellow;"> </span> " uses English words but is not English. That allows me to say things such as 'to change the background colour to yellow you can add this tag' without using English. It's definitely cheating but I have found that cheating is actually good practice when it comes to help people guess the meaning of words in a foreign language .

I am making one for Japanese here : https://drdru.github.io/stories/intro.html . It makes use of emoji and pixel art to illustrate simple stories. The only thing required of the reader is knowledge of Hiragana and Katakana.

It reached the HN frontpage a few years ago and I've kept working on it since then. It now contains close to 100 pages (~500 words) and everything has been proofread by a native speaker.

I actually posted this link because I could not sign in to my mailbox yesterday due to the fact I was using the DDG browser on my tablet but my comment about it got buried.

I'm struggling to come up with a case where removing SELECT results in parsing ambiguity

It's actually useful to the person reading the code. It clearly defines where a statement starts, what it does and makes reading a query close to reading English. Show a SELECT FROM WHERE query to someone who does not know SQL and the person will understand it. It might be a bit harder if you remove the SELECT.

Every time SQL is mentioned on HN someone comes to complain about FROM coming after SELECT. I use SQL every day and not a single time have I found reason to complain about it. Can you give a bit more detail about what's wrong with it being like it is ?

EDIT : thanks all for your reply. I now understand that it is an IDE related thing not something fundamental to the language.

The competition is tough in the data warehousing industry, if Snowflake is expensive people will know. Current customers may not leave but it's going to be harder for them to get new customers.

You forgot the second part of this disclaimer is : "As the vocabulary and grammar expands it becomes closer to native speech.".

If its not used by native speakers, why learn it this way?

Starting with small simplified building block and then refining them is pretty much what every textbook of every discipline out there does isn't it?

(Not saying MNN does not do what you claim. I know it is really good but have never used it )

EasyRPG 4 years ago

I am doing something close to "storytelling-focused games like some I've played, stuff that's more like a VN". And to do that I am only using HTML and CSS. The result is a webcomic of an unusual kind illustrated with pixel art designed for RPGs.

This way it does not require programming and hence I can focus on the story. You can check out one of my stories here : https://drdru.github.io/twc/twc_save_aryn/01_intro.html (it's in Japanese, click on 次 at the bottom to go to the next page and get a feel for it).

There are also Javascript framewrok that allow you to create RPGs in the browser. You might want to check them out.

YT could charge people who make claims and pay people to investigate them. Wouldn't that solve the problem ?

You make a claim ? That costs $50.

You win : we refund you

You lose : we make $50

And here you go