Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ttty
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
ttty
4y ago
Maybe reading real reviews from real users will help too: https://www.reddit.com/r/Stadia/comments/xsyr8x/i_am_really_...
2.
▲
by
ttty
4y ago
Let’s say with your optimised settings your ROI is 20%. With Google settings is 15%. An end user might say 15% is pretty good and don’t touch it. Google just earned 5% by giving you worst ROI. If you start comparing with other ad providers
3.
▲
ETH Miners moved to etc.: hashrate increase. Didn’t save 0.2% of electricity
(old.reddit.com)
3 points
by
ttty
4y ago
|
1 comments
4.
▲
by
ttty
4y ago
https://bankstatementconverter.com/ Interesting stories, I read the one about HSBC statement, what a mess.
5.
▲
Apple should scan iPhones for child abuse images, says technology inventor
(old.reddit.com)
3 points
by
ttty
4y ago
|
0 comments
6.
▲
by
ttty
4y ago
So you rather write your app twice: once in react and once in go? And keep it in sync, including css and styles and dom… ? For real?
7.
▲
by
ttty
4y ago
I'm building a simple page. Ok let's do simple html. Now I need popup for email capture, ok add a bit of hacky js. Now add a menu, could potentially be done with css only. Now add responsive images. Good luck. You need to process
8.
▲
by
ttty
4y ago
Refactor any js code to typescript. You’ll see how many bugs are discovered and how many wtfs!
9.
▲
by
ttty
4y ago
It’s the 2nd comment mentioning this issue
10.
▲
by
ttty
4y ago
Image resizing can’t be done statically. That’s a big issue if you want to serve things from cdn property.
11.
▲
by
ttty
4y ago
Tailwind is to styled components .... Like jQuery is to react. Popular now, huge pile of mess in a few years.
12.
▲
by
ttty
4y ago
> My Google cal emails me notifications Until you get locked out/banned by Google.
13.
▲
by
ttty
4y ago
That’s the only key thing in the whole post. Take away that, and no matter how good that book was, sales would be closer to 0. Actually getting this success is more likely like this: - spend last 5 years getting followers on Twitter by writ
14.
▲
by
ttty
4y ago
I’m also surprised how people can’t see the benefit of have 1 way of doing things. 99% of the websites end up in app like features. Maybe we don’t talk about the same thing, but isomorphic code with react is great for websites too: server s
15.
▲
by
ttty
4y ago
That was announced like 40 minutes after the crash… doesn’t make sense
16.
▲
by
ttty
4y ago
Related to multiplayer rts games this is also done with same tech but node.js only to reuse code between client and server side https://bitplanets.com/ I wonder what performance issues you had with node.js that justified a
17.
▲
by
ttty
4y ago
Free to play, no registration, no install, no gimmicks, just pure game. Works on mobile and desktop. If you like multiplayer RTS games, try it out. It’s similar to the board game Risk, but real time and with planets. (You can play with your
18.
▲
by
ttty
4y ago
I watched people use software for years. If you have the exact same Popup every day, you’ll get used to click ok. Has no meaning anymore. It’s in the muscle memory.
19.
▲
by
ttty
4y ago
But I rather have event sourcing and save every single event in my brainy and rebuild the current state of my memory weekly or monthly. All those inaccurate facts you learn would be gone and would not pollute your brain
20.
▲
by
ttty
4y ago
I don’t want to touch the root of my server. I rather add a new container that doesn’t modify anything on the root. Benefits: can cleanly and delete 100% of what was installed. If you use something on root can always infect, save cache, log
21.
▲
by
ttty
4y ago
Premature optimisation? 5 gb doesn’t matter. It’s not great, don’t get me wrong.
22.
▲
by
ttty
4y ago
Not only that, if they charge and you dispute any payments they might ban your account. (This service requires a credit card )
23.
▲
by
ttty
4y ago
IPhone/android is much More secure than a browser extension or windows, even macos. Attack surface is much larger.
24.
▲
by
ttty
4y ago
https://bitplanets.com/ Real time multiplayer strategy game. Can play with friends. Typescript, node, sockets, react, postgres, custom redux, pixi (webgl)
25.
▲
by
ttty
4y ago
I’d be interested to buy your website. I have some ideas on how to improve and I’d like to take a chance.
26.
▲
by
ttty
4y ago
I just bundle everything except binary dependencies. Faster deployments
27.
▲
by
ttty
4y ago
I have to agree. Basically if your users will just use the reader, they will never hit the real websites. Owners might make the partnership with you to get ad revenue, which most likely will be much much lower than their current income. The
28.
▲
by
ttty
4y ago
Tbh I think this is quite risky to mess it up. Using a simple regex to convert… https://github.com/porsager/postgres/blob/master/transpile.c...
29.
▲
by
ttty
4y ago
The problem is that people don't treat css as code. If you use styled components or css in js you'll treat it as code. Nobody would change private properties in a js class from outside that class. Same to css, you should not chang
30.
▲
by
ttty
5y ago
I still don’t understand what’s so interesting about it… why you wouldn’t just write js that you already know? Instead choosing to use strings to code… ugh
More ›