HN user

ankurdhama

721 karma
Posts28
Comments641
View on HN
news.ycombinator.com 1y ago

Ask HN: Snapdragon X Elite Laptop with Linux?

ankurdhama
9pts2
news.ycombinator.com 8y ago

Ask HN: What all is broken/frustrating in software engineering

ankurdhama
20pts19
news.ycombinator.com 9y ago

Ask HN: Software engineers, do you fill timesheet with 1 hr granularity?

ankurdhama
1pts1
news.ycombinator.com 9y ago

Ask HN: Ergonomics of touch screen laptops

ankurdhama
1pts0
news.ycombinator.com 9y ago

Ask HN: Would you take this opportunity?

ankurdhama
1pts2
medium.com 9y ago

AI musings – The optimistic AI researcher

ankurdhama
2pts0
medium.com 9y ago

Pilot and Computationalist

ankurdhama
1pts0
medium.com 9y ago

Computation is not “Input to Output”

ankurdhama
1pts0
news.ycombinator.com 10y ago

Ask HN: Most expressive pattern matching language

ankurdhama
1pts2
news.ycombinator.com 10y ago

Ask HN: AlphaGo vs. Human – When rules are tweaked?

ankurdhama
2pts2
medium.com 10y ago

For the next generation

ankurdhama
1pts0
news.ycombinator.com 11y ago

Ask HN: If u like Apple products what is your justification for the high prices?

ankurdhama
4pts3
medium.com 11y ago

Artificial intelligence – A threat?

ankurdhama
2pts0
medium.com 11y ago

Computer science through dialogues – “search”

ankurdhama
2pts0
medium.com 11y ago

Computer science through dialogues

ankurdhama
1pts0
medium.com 12y ago

AI – The paradox

ankurdhama
2pts2
medium.com 12y ago

Algorithms 2.0

ankurdhama
2pts0
medium.com 12y ago

Run, if you hear FP is declarative programming

ankurdhama
3pts1
medium.com 12y ago

Framework of Mankind

ankurdhama
1pts0
medium.com 12y ago

Vicious circle of programming languages

ankurdhama
1pts0
medium.com 12y ago

Intelligence and Algorithm

ankurdhama
2pts0
medium.com 12y ago

Essence of hacker

ankurdhama
1pts0
medium.com 12y ago

We, the universal

ankurdhama
1pts1
medium.com 12y ago

Don’t fight over classification

ankurdhama
1pts0
twitter.com 12y ago

Programming career over time (in general)

ankurdhama
1pts0
news.ycombinator.com 12y ago

Ask HN: Reversible expressiveness of programming languages?

ankurdhama
3pts2
news.ycombinator.com 13y ago

When (not) static typing matters

ankurdhama
1pts1
news.ycombinator.com 14y ago

Functional Programming requires right brain thinking?

ankurdhama
9pts5

Take any chronic health issue for which people have to take medicine or other treatment for the rest of life and find a cure for that (not treatment but cure). Unless you can do please STFU about AGI or ASI.

What are your philosophical thoughts on paying a subscription to get your work done?

You are paying to get the work done much quicker. You are saving time, if you don't think your time has more value than the cost of AI agent then you should not pay for these tools.

The new norm?

As long as companies are ok to pay for these tools and they believe that these do provide value, yes this is going to be the new norm.

Lets see what local models can do?

My hope is that local models become as good as cloud models but the tricky part is all the AI companies would prefer to have big giant cloud models instead of innovating on optimization so that even small models can do good work.

LLMs (the current AI approach) are definitely useful tools BUT the cost of training and inference and creating bigger and bigger model to improve the "intelligence" is extremely high and the consequence of this high cost is having negative impact of average people whether it is in terms of job losses or rising cost of electricity and other stuff.

Unless the industry is able to reduce the cost drastically and soon, it will have negative impact on all of us.

Googlebook 2 months ago

To counter my own "against top panel" argument, one thing that the top panel does is that it enables you to auto hide the app panel/dock and yet have the ability to see things like date/time and other information on the top panel.

Googlebook 2 months ago

I can click that top border part and chrome still select the tab (tested on Windows and KDE)

Googlebook 2 months ago

How so? It displays useful info at a glance. Where's the bad UX?

That info can be shown in the bottom panel, there is enough space there.

Googlebook 2 months ago

Many apps these days have tabs at top like chrome or firefox and having a top panel (with or without menu bar) means you loose the useful of the fitts law for accessing the tabs of such apps.

Googlebook 2 months ago

So this is essentially Android desktop mode with Android 17 Gemini integration. Please get rid of that top panel. I just don't get why this and desktops like GNOME tries to copy macos top panel when clearly in macos it is menu bar that host app menus but that concept doesn't exists in these other desktops and yet they have a top panel. This is just bad UX.

This will follow same model as Chromebooks i.e different devices from different OEM partners and for x86 and arm. So soon someone will be able to create a generic ISO for this that you can boot on a standard x86 PC/laptop.

Samsung is also working on such devices but they will probably have Dex which is much better then the current Android desktop mode.

They want the thing, they don't care if it works well. They don't care if it's efficient. They want it now.

That's because they don't know what to build that will be a successful product, so they essentially try to brute force this question of "what to build" by trying different ideas quickly and see which one will stick. And in this quick iteration loop people just throw bunch of stuff together to make something and once that something gains traction they will keep piling on top of that shaky foundation.

My assumption here is that if the link is web link it will open that link in web browser but Windows (and other OSes) have custom URL handlers that open whatever app is registered for that URL and that app may have issues that causes it to download and run arbitrary code.

Usually a Wayland compositor just do very few things like compose different program windows to your display output and feed the focused window input events. Desktop elements like wallpaper, panel/dock etc are considered part of "desktop shell". Gnome have mutter as compositor and gnome-shell as shell (although they are same process). KDE has Kwin as compositor and plasma-shell as desktop shell.