Viewing profile — hub_
hub_
HN member- Joined
- Wed, Dec 07, 2011, 12:39 AM UTC
- HN karma
- 235
- Public activity
- 114 items
- HN profile
- View on Hacker News ↗
About hub_
Recent public activity
-
comment
Comment #41236542
OS/2 comes to mind. Version 1.x was already much more sophisticated than MS-DOS.
-
comment
Comment #20761209
TBH I never had that problem on the 9360 (in over 2 years) - YMMV. Knock on wood though as I had to replace the battery and the AC adapter died.
-
comment
Comment #20761192
Yep, you need a new battery. Getting one from Dell is harder than actually replacing it. USB-C as a power connector work great when the proprietary power supply die as you are wait…
-
comment
Comment #13457535
Why would that be on the list? Isn't there already a solution? It doesn't need to be GPL licensed for getting FSF recognition - a non copyleft but Libre license is fine.
-
comment
Comment #13457513
Does that include open source code for ALL the hardware?
-
comment
Comment #12943942
For starter you could restrict the autoplay the next video only if it is the same element.
-
comment
Comment #12943849
But then Chrome and Youtube come from the same company. Maybe they should coordinate.
-
comment
Comment #12943845
There is a disable autoplay in Firefox as a hidden pref. Enabling it break YouTube (offender number 1) and Vimeo. Vimeo's take is that it is a bug in the browser hence it should be…
-
comment
Comment #11698907
This is why Firefox download the CISCO binaries at startup... Can't have nice things.
- comment
-
comment
Comment #11511139
My approach is not to throw away. The changes are incremental and definitely the spirit of the original code is here.
-
comment
Comment #11511128
Nope. ClarisWord never existed — ClarisWorks was the product. Claris had MacWrite II for a time because they were the software spin-off from Apple, and that was their stand alone w…
-
comment
Comment #11511115
128KB binary. All written in assembly.
-
comment
Comment #11509354
I was in that group. There is so much that can be done just like that. And Abi as a company was long gone by that time.
-
comment
Comment #11509211
I think the OP meant "on Windows".
-
comment
Comment #11508907
You know it is hard to order people to do something when they aren't paid. Even project like OpenOffice.org that had commercial venture had hardship with funding. Oracle cancelled …
-
comment
Comment #11508631
There is definitely lots of improvement to do in that area for AbiWord. There is a long list of bugs from every side.
-
comment
Comment #11508623
Porting to iOS would be easier than to Android. Because on iOS we can simply write the UI code in Objective-C++. On Android, it involve doing JNI + Java and cross compiling the Abi…
-
comment
Comment #11508609
I'm not sure this will go the way one would want. There is nobody to do Windows and the Mac port has also fallen behind. I'd rather continue the bootstrapped Qt port in parallel to…
-
comment
Comment #11508595
nope. Never had eye surgery and I have normal vision without glasses. It was just a nod a reading stuff with a second set of eyes (ie code I didn't write).
-
comment
Comment #11508587
It can read .doc. Never write. When it writes .doc it is actually writing RTF. A kludge, but this is better than always explaining users that saving as .rtf will be fine. And Word …
-
comment
Comment #11508569
It is not "refused". It is just not a trivial undertaking and with even more limited resources now, it is even less easy. Just switching to ODF as a default format wouldn't have be…
-
comment
Comment #11372107
definitely not.
-
comment
Comment #11372096
btw, creating the string with capacity was in my mind at one point. Some contributor submitted a PR already https://github.com/hfiguiere/leftpad-rs/pull/2 Sadly it has gathered som…
-
comment
Comment #11372092
I wrote this as a practical joke, following a friend of mine who did that for Go. (and no I didn't post that to HN either)