Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dammitfoo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
OpenAI will stop saving most ChatGPT users' deleted chats in NYT case
(arstechnica.com)
5 points
by
dammitfoo
11mo ago
|
1 comments
2.
▲
by
dammitfoo
7y ago
Not much. But the article can be shared with your non-technical friends and family members though. I guess that's why it has a lot of upvotes.
3.
▲
by
dammitfoo
7y ago
> Some examples by contradiction: tax returns, AWS Dashboard, many programming languages. By programming languages, do you mean Rust?
4.
▲
by
dammitfoo
7y ago
> Apple has done its best to secure customer privacy... That earns ️<3 from me. Do I think Google would look out for me like that? Hahah, no, I do not think so. Both Apple and Google are NSA's PRISM partners, Hahah. It's ama
5.
▲
Listening in: Humans hear the private info Siri accidentally records
(nakedsecurity.sophos.com)
2 points
by
dammitfoo
7y ago
|
0 comments
6.
▲
by
dammitfoo
7y ago
Kinda off topic.. but does anybody here have any experience with the registrar dynadot? I have a few domains with them since last year and it's been uneventful. But I was just wondering if anybody else had any good/bad stories abo
7.
▲
by
dammitfoo
7y ago
Has anybody with Aphantasia read 'Moonwalking with Einstein' by Joshua Foer or 'The Memory Book' by Harry Lorayne? I recently started working on improving my memory using mnemonic techniques described in these books. And
8.
▲
Could Black English Mean a Prison Sentence?
(theatlantic.com)
4 points
by
dammitfoo
8y ago
|
1 comments
9.
▲
Apple’s inconvenient truth: It’s part of the data surveillance economy
(fastcompany.com)
2 points
by
dammitfoo
8y ago
|
0 comments
10.
▲
Why I Don’t Use Golang Web Frameworks
(medium.com)
2 points
by
dammitfoo
8y ago
|
0 comments
11.
▲
'It's not a bug, it's a feature.' – Trite or just right?
(wired.com)
2 points
by
dammitfoo
8y ago
|
0 comments
12.
▲
by
dammitfoo
8y ago
Kinda off-topic but if you use Firefox on your mobile, you can install 'uBlock origin'[0] extension which will block pesky, annoying ads and trackers. Not that helpful with text-only sites but very useful with normal browsing. [0]
13.
▲
by
dammitfoo
8y ago
It seems you're missing the point. React and Mithril both employ virtual DOM, both use components and both allow higher abstractions that provide ways to manage complexities that arise in front-end development. Jquery and HTML don'
14.
▲
Kanji Koohii Forum: Forum for Japanese Learners
(forum.koohii.com)
1 points
by
dammitfoo
8y ago
|
0 comments
15.
▲
by
dammitfoo
8y ago
I'm saying Mithril is a simpler alternative to React, not React-like. Preact is react-like (same API as react); Mithril isn't.
16.
▲
by
dammitfoo
8y ago
True. If you're creating an app that will be used in production then of course you need to use npm, webpack and other tools. But if you're new to a framework and just want to experiment then being able to create an html file with
17.
▲
by
dammitfoo
8y ago
NPR : https://text.npr.org/ Harvard Law Review : https://harvardlawreview.org/ I'm also interested in more lite sites. Btw, your CNN link is not working. Correct link is https://lite.cnn.io
18.
▲
Pushy : responsive off-canvas nav menu using CSS transforms and transitions
(github.com)
1 points
by
dammitfoo
8y ago
|
0 comments
19.
▲
by
dammitfoo
8y ago
Ok. For that matter, Mithril is also component-oriented and router is included. And what I meant by react being a view library is that react by itself only handles the UI part and you need to get additional libraries to handle stuff like ro
20.
▲
by
dammitfoo
8y ago
I think what they are trying to say is that try everything yourself and see and don't just blindly believe in benchmarks. And also mentioned on the same page is this : In the spirit of demonstrating typical performance characteristics
21.
▲
by
dammitfoo
8y ago
Sure. If you still want to be React-like, that is! But React, Preact are still view libraries right? Mithril is a (reasonably) complete framework. It's sufficiently similar to React that if you know React, you can get productive in Mit
22.
▲
by
dammitfoo
8y ago
I had a similar experience. It made me understand how front-end javascript frameworks actually work (in general). The no-fluff approach taken by the framework meant that code was clear and descriptive docs helped (reminds me of Django'
23.
▲
by
dammitfoo
8y ago
I'm asking why you prefer hyperapp because Mithril has router and xhr capability built-in, and hyperapp doesn't seem to have those features. But hyperapp is really tiny though. :-)
24.
▲
Learn Golang in Y Minutes
(learnxinyminutes.com)
1 points
by
dammitfoo
8y ago
|
0 comments
25.
▲
by
dammitfoo
8y ago
May I ask why? What are the benefits of HyperApp over mithril?
26.
▲
Echo – High performance, minimalist Golang web framework
(echo.labstack.com)
2 points
by
dammitfoo
8y ago
|
0 comments
27.
▲
by
dammitfoo
8y ago
Yes, exactly. Using JSX is also easy for development purposes if you don't like hyperscript syntax. Just add babel.min.js file and use <script src="https://unpkg.com/babel-standalone@6/babel.min.js"
28.
▲
Mithril.js – A modern client-side Javascript framework
(mithril.js.org)
209 points
by
dammitfoo
8y ago
|
78 comments