HN user

s3arch

346 karma
Posts60
Comments73
View on HN
klyroni.com 1mo ago

Show HN: Competitive Programmer's Web Debugger

s3arch
1pts0
nodex.studio 1mo ago

Show HN: Offline Typing Mastery

s3arch
1pts0
news.ycombinator.com 2mo ago

Ask HN: What to learn and do, that makes me least affected by AI in STEM?

s3arch
7pts6
www.jehuamanna.com 5mo ago

Is coding dead because AI has taken over it?

s3arch
14pts17
news.ycombinator.com 1y ago

Ask HN: – Build Gaming Setup AIO: Steam – GoG – Epic Games – RetroArch – PPSSPP

s3arch
1pts2
news.ycombinator.com 1y ago

Ask HN: TV Consoles for Android Gaming – Joining Company with Equity

s3arch
1pts6
jehuamanna.dev 2y ago

Running multiple Flutter applications on a single web page

s3arch
3pts1
code.visualstudio.com 3y ago

How VSCode made bracket pair colorization faster (2021)

s3arch
210pts235
news.ycombinator.com 3y ago

Ask HN: Design of Emacs type extensible editor based on electron?

s3arch
4pts13
jehuamanna.dev 3y ago

My evolving perspective on leadership as a software developer

s3arch
1pts0
news.ycombinator.com 4y ago

Ask HN: Why do you love programming?

s3arch
15pts8
sicp.sourceacademy.org 4y ago

SICP – JavaScript Version (2022) [pdf]

s3arch
23pts2
news.ycombinator.com 4y ago

Ask HN: How to learn about text editor architectures and implementations?

s3arch
195pts72
twitter.com 5y ago

UI Design Tips

s3arch
3pts0
www.w3.org 5y ago

The Original HTTP as defined in 1991

s3arch
2pts0
roadmap.sh 6y ago

Design Patterns for Humans(2019)

s3arch
2pts0
www.theguardian.com 6y ago

A warning to Europe? Italy's struggle to convince citizens of coronavirus crisis

s3arch
6pts0
catb.org 6y ago

Weaknesses of the Hacker Personality

s3arch
1pts0
swombat.com 6y ago

Modafinil and Startups(2012)

s3arch
2pts0
en.wikipedia.org 6y ago

Quine

s3arch
1pts0
js1k.com 6y ago

JS1k: The JavaScript code golfing competition

s3arch
1pts0
github.com 7y ago

Curated list of resources for college students

s3arch
1pts0
blogs.dgplug.org 7y ago

Road to Freedom

s3arch
1pts0
www.catb.org 7y ago

How to Become a Hacker?

s3arch
1pts0
en.wikipedia.org 7y ago

List of Pioneers in Computer Science

s3arch
3pts0
sites.google.com 7y ago

Practicing Programming

s3arch
1pts0
james-iry.blogspot.com 7y ago

A Brief, Incomplete, and Mostly Wrong History of Programming Languages (2009)

s3arch
1pts0
www.theatlantic.com 7y ago

How to Mourn a Space Robot (2017)

s3arch
1pts0
freshman.tech 7y ago

I Switched to Vim from Visual Studio Code

s3arch
1pts0
www.reddit.com 7y ago

I can't read other people's code

s3arch
1pts3

The honest assessment: If the machine cannot run a lightweight Linux desktop at a usable speed after you have applied the optimizations in this guide, it is time to recycle it responsibly. Most municipalities have e-waste collection programs. Do not throw it in the trash. The components contain recyclable metals and toxic materials that need proper handling.

This is the whole point.Linux helps in that judgement whether to keep or throw the box.

It is a known fact that when a Flutter application is compiled for the web, we can run only one Flutter application at a time on a page. When we try to integrate multiple Flutter apps into a page, it throws an error due to a conflict in the _flutter object name space variables.

Running multiple Flutter apps on a single web page is an essential component of having a micro-frontend up and running in Flutter space too. Also, we can integrate multiple smaller Flutter apps into an existing project for greater composability.

Here I demonstrate how we can run multiple Flutter apps on a single page without any external libraries. This is purely on a research stage and not production ready.

Yes. I understand this could be only my requirement. I always wanted to use web in Vscode, copy the error messages from terminal to inbuilt browser, and copy code from web back to terminal or editor. I also wanted to listen music, watch tutorials either from local or from web. I also wanted to develop extension that support these requirements. But I felt limited extending Vscode.

As a developer who has been in React/Angular/Vue era, why didn't this project leverage these modern technologies for UI and instead went with Backbone and Knockout?

I am just trying think outside of the modern widely used frameworks and see how they solve some unique problems?

Please anybody can tell me why still anybody use good old technologies for frontend in their products?

I really appreciate your thoughts.

The process of incremental building things. Figure out what needs to be built first and then implement it. Finally compare your work with others. To be frank I used to feel that there must be some sort of deep intellectual concepts lying around, and whatever I try or implement is just dumb. But now after what you described the process and technique seems not so complicated.