_448
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
NISAR (NASA-ISRO Synthetic Aperture Radar), is set to lift off at 8:10 a.m. EDT (5:40 p.m. IST, 12:10 noon UTC), Wednesday, July 30. More details of the mission can be found here: https://science.nasa.gov/mission/nisar…
-
I am interested in understanding how would a solo tech founder hire the initial sales, marketing, operations, cyber security and DevOps team members? Assuming that I don't know anything about or have zero experience in…
-
Recently I came across some data from the UK government on how many people use IE11 to access their services. The figure is around 350K. That is quite a sizeable number. The data, if I recall correctly, was from 2022.…
-
A random number generator uses a seed value. The larger the seed value domain, the more unpredictable the "randomness" of the generator. The "randomness" of a generator with finite domain(even if it derives new seed…
-
One of the things early-stage solopreneurs grapple with is the storage cost. And one major factor to increase storage cost is the database size. So, as a solopreneur, what are your strategies to keep your app's database…
-
We come across some web frameworks and technologies that we think will succeed, but they wither away as time passes by and don't succeed to the level we expected. Which web frameworks and or technologies did you come…
-
Say, I have a webapp and I decide to charge customers per month for using this app. I base my price on infrastructure cost, operations cost, labour cost, profit etc. That price goes up as per the rise in the costs and…
-
Say you have built a product or about to build a product. And you have identified some prospective customers. Now you want to connect with them, via email, phone or in-person. So what is the base template you use to…
-
Say you have built a product or about to build a product. And you have identified some prospective customers. Now you want to connect with them, via email, phone or in-person. So what is the base template you use to…
-
I skimmed through Nim website and some code snippets, and see very exciting features such as macro support, pythonic syntax, transpiles to C/C++/JavaScript, no VM, systems programming language, suitable for hard…
-
Please could you recommend to a novice web developer a web UI framework for web browsers without JavaScript support?
-
I heard this book recommendation on NYT podcast with guest Fareed Zakaria. He said that the book investigates how imagined communities are formed around religion, nationalism etc. Sounds very interesting topic. Has…
- Buddhism, Adwaita Vedant and Neutral Monism (youtube.com)
-
Fuzzy Logic was a very talked about field few decades ago. What is the state of that field of research? Is it still being persued or are there applications of it already implemented commercially?
- Best Programming Language – John Carmack and Lex Fridman (youtube.com)
-
What web frontend frameworks/libraries are available that fallbacks to server-side rendering if JavaScript is unavailable on the client-side? I can think of Unpoly, but are there any other options available?
-
When learning a topic, do you learn it by heart, or do you index the information in your head to retrieve it later from the source as and when required? Which of these two methods is efficient, and why?