Earlier quoted context omitted.
It's wild because I used to intern at Applique which was purchased by Appgyver, not sure how much is still powered by or was ever powered by the Applique core. I feel like react native is more prominent, but also it could be just the people I interact with.
Check out Draftbit (YC 18) that generates React Native (Expo) code for ya! Connect any backend. We’re launching a lot of exciting features in the next couple weeks! https://www.draftbit.com I’m one of the founders, would love to know what you think!
Ask HN: What startup/technology is on your 'to watch' list?
81–90 of 257 posts
Re: Ask HN: What startup/technology is on your 'to watch' list?
#82Anyone used appgyver? This one looks solid
Re: Ask HN: What startup/technology is on your 'to watch' list?
#83An infrastructure built around firecracker VMs at scale is exactly what I'd like to be running on.
Re: Ask HN: What startup/technology is on your 'to watch' list?
#84Earlier quoted context omitted.
Could you please expand a bit on this thought? I personally haven't used almost any API automation tools yet, although I do keep on looking in that direction from time to time. It would be great to hear another perspective.
I am opionated about this, I am sure people can share other perspectives. When you're operating a CNC machine, as an operator, do you need mess around with internal wiring, schematic, motor controllers? No. You just need a control panel, with DRO and a bunch of buttons, a joystick for manual override, e-stop and a keypad. You're not dealing with the exposed wiring and internals of the machine. Nor do you care (except…
Your comment was very insightful. I used to think somewhat along those lines when it came to designing an API. My thought was that and endpoint was to represent an action the user could perform, and it was none of their business how that was implemented. But I've recently been enlisted in a project to rewrite a whole API (admittedly not a good one at all) where it was decided to use GraphQL. The rationale was "some of our endpoints return enormous objects. Not all of the data is needed every time the client calls that endpoint. Let's implement a way to let the client only ask for the data it needs". It sounded great, but I'm thinking now it might not be all gold as it was presented to me.
Re: Ask HN: What startup/technology is on your 'to watch' list?
#85Snowflake's `Snowpark` product that they recently announced, which is to bring Spark-like APIs to Snowflake. Having a DS background, I love what SQL-orchestration tool dbt (and peers) have enabled: data consumers to rapidly create our own safe data pipelines. There's easily a 10x productivity improvement for most of my transformation pipelines vs. when I write them in Python or PySpark. But batch ML and SQL are not t…
Re: Ask HN: What startup/technology is on your 'to watch' list?
#86Also I'd like to add meilisearch to the list.
Re: Ask HN: What startup/technology is on your 'to watch' list?
#87• Backblaze B2 https://www.backblaze.com/b2/cloud-storage.html: super-cheap and straightforward data management. I made a Node.js library around it: https://www.npmjs.com/package/backblaze
• Bunny CDN https://bunnycdn.com/: it looks like a great indie CDN solution. The normal CDN is dead cheap, and the very wide CDN has great coverage. Self reported metrics are amazing as well. The company is based in EU, which is a plus on my book.
• Gandi https://www.gandi.net/: they have a lot of types of domains so you can search across many at a glance. They do show some unrelated panels and push for their own services but less than other registrars. Based in France (EU).
Re: Ask HN: What startup/technology is on your 'to watch' list?
#88Matrix. I also think we'll see much more fun ARM based SBC going forward. The raspberry pi 4 was already powerful enough to be useful & it's only going to get better.
I heard that Matrix have already made some design errors that significantly impacts its scalability
Re: Ask HN: What startup/technology is on your 'to watch' list?
#89Technology - Multilevel Security, which if widely deployed would solve almost all pedestrian IT security issues There are systems that work on mainframes, but the only realistic (in my opinion) option coming down the pike for the rest of us is from http://genode.org
(from https://genode.org/documentation/general-overview/index)
== Mastering complexity through application-specific trusted computing bases
> Because software complexity correlates with the likelihood for bugs, having security-sensitive functionality depending on high-complexity software is risky. The term trusted_computing_base (TCB) was coined to describe the amount of code that must not be compromised to uphold security. In addition to the code of the sensitive application, the TCB comprises each system component that has direct or indirect control over the execution of the application (affecting availability and integrity) or that can access the processed information (affecting confidentiality and integrity). On monolithic OSes, the TCB complexity can be regarded as a global system property because it is dominated by the complexity of the kernel and the privileged processes, which are essentially the same for each concurrently executed application. On Genode, the amount of security-critical code can largely differ for each application depending on the position of the application within Genode's process tree and the used services. To illustrate the difference, an email-signing application executed on Linux has to rely on a TCB complexity of millions of lines of code (LOC). Most of the code, however, does not provide functionality required to perform the actual cryptographic function of the signing application. Still, the credentials of the user are exposed to an overly complex TCB including the network stack, device drivers, and file systems. In contrast, Genode allows the cryptographic function to be executed with a specific TCB that consists only of components that are needed to perform the signing function. For the signing application, the TCB would contain the microkernel (20 KLOC), the Genode OS framework (10 KLOC), a minimally-complex GUI (2 KLOC), and the signing application (15 KLOC). These components stack up to a complexity of less than 50,000 LOC.
> Genode tailors the trusted computing base for each application individually. The figure on the right illustrates the TCB of the yellow marked process. Naturally, it contains the hierarchy of parents and those processes that provide services used by the application (the left component at the third level).
Re: Ask HN: What startup/technology is on your 'to watch' list?
#90Earlier quoted context omitted.
This incredibly stupid take is actually pretty common on HN whenever vegetarianism comes up. I don't know whether they're simply mocking the serious thought many people have put into the ethics of eating animals or what, but it's manifestly false and patently ridiculous to claim that eating plants kills more animals than eating animals.
Do you know how many animals die growing grains and other vegetables? Or do you consider the the life of a rodent ethically less than that of a cow?
In addition to that, every step up the food chain requires 10x the amount of energy so for every kg of beef produced you need equivalent of 10kg plants just to raise the cows. It's not like the cows feed freely in the grass and carefully avoid stomping on insects all the time, this is often also harvested with machines killing rodents exactly the same way, just multiplied by 10x.
Meat eater myself here, occasionally and in moderation, but at least i'm not making up nonsense about rodents to feel better for myself.
Edit: To add some data into the discussion, see https://www.reddit.com/r/dataisbeautiful/comments/i2vx78/the... for example. It shows more than 10x land usage for cattle and even more for water and energy, sources and their bias discussed in the comments over there. There is also some interesting links stating that purely grass fed beef can only provide half the cattle on same unit of land.