Readit News logoReadit News
jitbit commented on Microsoft Open Sources Copilot   code.visualstudio.com/blo... · Posted by u/riejo
jitbit · 3 months ago
So they make "building your own Cursor" easier. But at the same time they ban your fork from using Extension Marketplace.

For context: last month they banned Cursor and all other forks from using C++, C# Dev Kit, Python and other extensions. Guess this was preparation for this move.

jitbit commented on Show HN: I made a web-based, free alternative to Screen Studio   screenrecorder.me... · Posted by u/johnwheeler
DoctorOW · 4 months ago
I've tried the domain as well as searching DDG and Github and can't find this software. But I'm intrigued by it. Where I can find this?
jitbit · 4 months ago
I'm so sorry. It's https://cap.so/
jitbit commented on Show HN: I made a web-based, free alternative to Screen Studio   screenrecorder.me... · Posted by u/johnwheeler
torarnv · 4 months ago
Does anyone have suggestions for tools similar to this/Screen Studio that works as a webcam on macOS? I'd like to share 2-3 windows, with those fancy backgrounds, and a camera overlay, in a 16:9 or 4:3 aspect ratio, without needing to change the resolution of my ultra wide monitor or move/close all other windows etc.
jitbit · 4 months ago
cam.so (opensource, free for personal, local)
jitbit commented on Show HN: I made a web-based, free alternative to Screen Studio   screenrecorder.me... · Posted by u/johnwheeler
garganzol · 4 months ago
I love this tool, but I am pessimistic because the following is probably going to happen next:

1. At some point, the app will be covered with tonloads of ads to the point of impossibility to use

2. The core functionality will be hid behind sign-up/sign-in walls. The email addresses will be collected and then spammed to the brim

3. To add an insult to the injury, the app features will be gradually crippled unless you switch to a "Pro" plan. But you will not be able to do that efficiently as a user because you will be constantly attacked, bombarded and poisoned by ad banners and popups everywhere

4. Then, the app will start to upsell other offerings (of course, with modal banners!)

Those are cynical observations but they are 99% precise. I wish you good luck if you are among 1% elite.

jitbit · 4 months ago
This is the author's 3rd or 4th attempt to launch a product in this niche, Interactivedemo.ai (ProductHunt launch), demo.fun (link in their profile), a chrome extension with the same name (never took off), etc. I got this all from their Twitter profile

I'm a bootstrapped software developer myself, so I can't decide if I should admire this or flag this as spam. But you're probably right, we're getting a "pricing" page very soon.

jitbit commented on Apache ECharts   echarts.apache.org/en/ind... · Posted by u/tomtomistaken
lucasfcosta · 5 months ago
We've tested almost every visualization library under the sun when building Briefer (https://briefer.cloud) and I can confidently say that Apache ECharts is the best.

The main issues with other libraries is that they're either:

(a) ugly (b) difficult to use (i.e. having to do things imperatively) (c) not flexible enough

Apache ECharts solve these 3 problems. It's pretty by default, it allows us to mount/calculate the declarative spec for the graphs in the back-end and then only send the desired spec to the front-end so it can render, and it's also extremely flexible to the point we can support everything that traditional BI tools can do.

We've never had to extend the lib to do anything new, everything we need is already there.

Glad to see this great piece of work on top of HN.

jitbit · 5 months ago
That, plus:

* Echarts is about the only dependency in our project that I can upgrade - and be sure it never breaks anything. It is so well-thought in that regard. Upgrading for 3.x to 5.x? Sure! "npm update" and everything just keeps working smoothly. That is so refreshing to see these days. Unbelievable.

* It's both SSR-friendly and SPA-friendly. Being mostly vanilla-js, works seamlessly with both react/vue/apline AND with old-school rails/asp.net/php/whatever. Our app is pretty classic SSR (https://www.jitbit.com/) and I can construct my chart's JSON object on a server using some linq-queries and provide that to echarts.

* ...OR I can give it a reactive object from vue-based SPA. Dun matter, it just works.

* whenever we have to add some workarounds (like, showing hovering labels on a pie chart with a bold percentages or something) - I never have to dig into their sources. Almost anything has already been figured out. Easily googlable and "LLM-able".

jitbit commented on Tell HN: Microsoft bans its extensions from Cursor?    · Posted by u/jitbit
neonsunset · 5 months ago
Why are you even using DevKit instead of standard base extension or, moreover, its fork which uses NetCoreDbg, used by VSCodium and other proper forks?
jitbit · 5 months ago
What do you mean by "standard base extension"?
jitbit commented on Hetzner cuts traffic on US VPSs, raises prices    · Posted by u/hyperknot
fastily · 9 months ago
I use OVH (VPS’s specifically), which offers unlimited bandwidth. In my experience they’ve been both reliable and affordable which is a rarity. I run a few applications that require high amounts of bandwidth, so silly caps like the ones that Hetzner are imposing are a non-starter for me
jitbit · 9 months ago
I wouldn't say "affordable". Looking at their pricing page right now. A US-based 64GB RAM cloud server in OVH - $539

AWS is $220 (us-east, r6a.2xlarge instance, 1yr reserved)

u/jitbit

KarmaCake day3252September 22, 2010
About
Hi. I'm Alex, I live in the UK and I run a small self-funded startup - https://www.jitbit.com. My blog is at https://www.jitbit.com/alexblog
View Original