Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
munawwar
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
munawwar
1y ago
BTW preact + hooks + router (preact-iso) is 10 kb. It's a good starting point. And SVG icons should use svg `<use>` tag and shouldn't be counted in code size.
2.
▲
by
munawwar
1y ago
Yes. In the case mentioned binaries written in Go (goaws). I can add all the goaws binaries into my git repo, and have a single cross platform entry point devs can call without figuring out which one is for their OS.
3.
▲
Show HN: Cross platform binary to launch native binary using Cosmopolitan Libc
(github.com)
8 points
by
munawwar
2y ago
|
2 comments
4.
▲
by
munawwar
3y ago
AWS lambda and fly.io uses firecracker VMs internally. So I think it can replace containers to some extent.
5.
▲
Show HN: Preact Multi-Page Website Starter Template – Esbuild and Express
(github.com)
1 points
by
munawwar
4y ago
|
0 comments
6.
▲
by
munawwar
4y ago
I took a shot at the math behind this at https://www.codepasta.com/databases/2020/09/10/shorter-uniqu... Using the equation listed in the article I couldn't generate a collision so far. Yet, I still
7.
▲
by
munawwar
4y ago
It does, but at the most inconvenient time always :D
8.
▲
by
munawwar
4y ago
Its battery lasts for several weeks. So I never realize it's battery hitting close to zero. And unluckily its hit bottom several times at the beginning of a work day. It wouldn't have hurt if they made the thing useable while plug
9.
▲
by
munawwar
4y ago
planetscale (if I need rdbms) or firestore or dynamodb (if I need just document). I checked latency of planetscale and dynamodb from frankfurt,paris,singapore from DO/linode/scaleway to db in same region; these are low latency (mo
10.
▲
by
munawwar
5y ago
There is always places people can contribute. Look at some terrible softwares.. medical, insurance, 3pl logistics etc.. they don't need extraordinary brilliance to improve.. just UX, better systems, process and lots of area to cover.
11.
▲
by
munawwar
5y ago
Was it linked to this one? https://www.vanityfair.com/news/2021/06/the-lab-leak-theory-...
12.
▲
by
munawwar
5y ago
Wonder what people here think of signal. I find it more user friendly than matrix. Any info about it's security vs matrix?
13.
▲
by
munawwar
5y ago
The simplicity goes away when supporting SSR. You have to depend on multiple stores (one per request) being injected "from the top" (e.g via Context Provider). This is my take on the problem -> https://github.com
14.
▲
by
munawwar
5y ago
There are so many other real problems - starting out, not knowing what carriers available in your target area and their real performance/SLA, until you try them out. This info is critical to do business. - for merchants with lots of
15.
▲
by
munawwar
5y ago
Hetzner, Scaleway..
16.
▲
by
munawwar
6y ago
So it's like a compatibly layer like wine except built into the binary. Does this bloat the binary as well?
17.
▲
by
munawwar
6y ago
lol similar to the blog, I just got tricked into a prime membership. I'd swear that I didn't click the button in their full screen "upsell" page in the middle of the checkout process.. but yet money gone and only half re
18.
▲
by
munawwar
6y ago
no one in here tried uniball laknock? 0.7 and 1.0 gives nice writing experience. doesn't spread ink around or to underneath paper. ink doesn't jam (once? in last 5 years..) doesn't get damaged on light/few falls (on heav
19.
▲
by
munawwar
6y ago
I tried this recently: https://gist.github.com/Munawwar/6ac51e33e901d89750ee61319d0... The challenge is making it look pretty and at same time have a small svg output and at the same time not taking forever to generate
20.
▲
by
munawwar
6y ago
If there is enough incentive, OSS devs would create some libraries with common interface across stores.. but there is no incentive, as android's main store is google's.
21.
▲
by
munawwar
6y ago
please put 2018 into the title
22.
▲
by
munawwar
6y ago
Would this end up cheaper than fargate spot pricing?
23.
▲
by
munawwar
6y ago
More importantly, Apple doesn't allow using any other payment processor other that their own. Even if the product/service you are selling is mostly outside of apple ecosystem (like email or cloud storage or something like that, wh
24.
▲
by
munawwar
6y ago
Most payment processors take like 2% to 3.5% of payment amount for example. This should be the range for IAP. And payment processors are rich just with this %. But if that's not enough, apple already charges $99/year/develope
25.
▲
by
munawwar
6y ago
IMO I doubt switching language would help. It's the same for any language. You can learn to code easy, but learning to write good code/architecture + working together in a large team is really hard.. takes lots of experience and t
26.
▲
by
munawwar
6y ago
Does anyone feel like cloud functions are much more expensive than aws lambda + api gateway? I think so..
27.
▲
by
munawwar
6y ago
This sounds scary. AFAIK wake word activates the advanced speech recognition. Wake word speech recognizer is a more "primitive" speech recognition model, which can't understand anything other than the words it was trained for
28.
▲
by
munawwar
6y ago
Apple will only change course if devs start pulling off their apps from their store. Till then, I don't think anything significant would happen.
29.
▲
by
munawwar
6y ago
Don't know about the OP, but there are some rarer cases, like dynamodb, where more indexes means more $, you can avoid creating a timestamp column & new index by having a sortable id column. But even without the need to sort by id,
30.
▲
by
munawwar
6y ago
base58 avoids 0 as it looks similar to capital O in some fonts. Seems more reasonable than U.
More ›