Viewing profile — jabirali
jabirali
HN member- Joined
- Tue, Apr 14, 2020, 9:51 AM UTC
- HN karma
- 159
- Public activity
- 98 items
- HN profile
- View on Hacker News ↗
About jabirali
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #24280885
> Avoiding Facebook and Google is trivial Avoiding Google is definitely not trivial. I know here in Norway, lots of public schools are giving teachers and pupils Chromebooks, and i…
-
comment
Comment #24275830
Thanks for the tip! I currently don't have many tabs open, but was surprised to see every one of my work Office365 tabs (mail, calendar, etc.) at 100+ MB each...
-
comment
Comment #24275542
We have very different experiences in that case. Once I go past ~100 open tabs on Firefox, on a 16GB RAM Linux laptop, my whole system freezes. I experienced these issues as late a…
-
comment
Comment #24272510
> Your own situation wouldn't be different if you had alternatives to Apple's store. I respectfully disagree with this statement. I think an analogous situation would be the launch…
-
comment
Comment #24272077
Terms of service are written to be understandable by lawyers, not average end-users. At this point, understanding every terms of service, privacy policy, etc. presented by every pi…
-
comment
Comment #24269772
> The big problem is that almost all of the shell's are stuck in the previous century, except PowerShell. Another exception is Nushell, which seems to be partly inspired by PowerSh…
-
comment
Comment #24269219
It doesn't have to be though, there's just a high correlation between hard-to-automate apps and non-command-line apps. You can e.g. make a GUI app where every button or keybinding …
-
comment
Comment #24269089
Yes. GNOME has its bundled screenshot tool, and Zoom supports screen recording on GNOME/Wayland. Sway has grim + slurp for screenshots, and wf-recorder or wlrobs for screen recordi…
-
comment
Comment #24265916
Not all scientific code is amenable to unit testing. From my own experience from a PhD in condensed matter physics, the main issue was that how important equations and quantities “…
-
comment
Comment #24265177
In some simulations, each rerun produces different results as you’re simulating random events (like lightning formation) or using a non-deterministic algorithm (like Monte Carlo sa…
-
comment
Comment #24259560
Fair enough :). For the record, Pandoc MarkDown supports all of these via its extended MarkDown syntax. For the first you can write [desc](src){.test} to get a class=test attribute…
-
comment
Comment #24258428
> Remember this: Markdown is all about HTML. Markdown has serious limitations and is very poorly designed in places, but it works well enough despite being so bad specifically beca…
-
comment
Comment #24258092
It may be a reference to Wayland having better security than X, since any X apps can key log, screen capture, etc. each other while this is limited in Wayland.
-
comment
Comment #24258075
I agree in general that too many things pop up because people want change without good reason. But Wayland is a highly needed replacement, not just in my opinion, but according to …
-
comment
Comment #24257938
I remember finding this video enlightening, a talk on the subject by someone who has worked on both X and Wayland: https://www.youtube.com/watch?v=RIctzAQOe44
-
comment
Comment #24257912
> I run xmonad as well, which doesn't work with wayland. There is Waymonad, but not sure how mature it is: https://github.com/waymonad/waymonad
-
comment
Comment #24257865
You could raise the same question about many historic ligatures, like abbreviating "et" to "&" in Latin?
-
comment
Comment #24257121
At least on Linux, Tk apps still tend to look like remnants from before Windows 95. (Which personally is the main reason I avoid Tk apps whenever possible, including Tkinter apps.)…
-
comment
Comment #24256415
I've known about `moreutils` for years, but the only two I ended up actively using myself are `vidir` and `vipe`. Outside of `moreutils`, one of the utilities I always install on a…
-
comment
Comment #24254867
My impression was that running 10 Electron apps would be like having 10 separate installations of Chromium running at the same time (with no shared memory). But running 10 WebView …
-
comment
Comment #24254596
I'm no fan of coal, but to be fair "integrated gasification combined cycle" plants [1] are way cleaner than conventional coal plants without violating laws of thermodynamics. You c…
-
comment
Comment #24253903
> You can properly dispose or recycle anything non-radioactive with enough energy, heat and oxygen. With "enough energy" you could recycle anything. In theory you could for instanc…
-
comment
Comment #24253486
> Instead you should ask if your users [...] would be sufficiently put off to look for alternatives. This is probably sound business advice, but it's also a bit sad to shift the go…
-
comment
Comment #24252567
When I used Emacs, Eshell was perhaps my favorite feature. I loved how modern it felt in many ways; why shouldn’t you be able to just `cd` into a remote location (TRAMP+SSH under t…