Viewing profile — imran-iq
imran-iq
HN member- Joined
- Thu, Nov 04, 2021, 4:27 PM UTC
- HN karma
- 378
- Public activity
- 103 items
- HN profile
- View on Hacker News ↗
About imran-iq
No profile information was provided.
Recent public activity
-
comment
Comment #48351009
Hey I also have the pocket 4, the screen rotation issue should be fixed soon (slash already fixed): https://github.com/systemd/systemd/issues/41036
-
comment
Comment #42925781
https://www.youtube.com/watch?v=LT_dFRnmdGs
-
comment
Comment #42017850
That's just blatantly racist. As a counter example look at kitty which is pushing terminal standards forward which is written by an Indian
-
comment
Comment #41038773
Licencing exists for enterprise support if you want or need it, but it is absolutely not required for linux unlike windows.
-
comment
Comment #41038517
Microsoft also charges per core for a licence, linux does not
-
comment
Comment #40621640
> some sort of user signup/signin/forgot password auth and cookie/token flow. Django does not include anything for this and leaves it to the user to work out But it does: https://d…
-
comment
Comment #40604061
vim has that too with gw https://vimhelp.org/change.txt.html#gw
-
comment
Comment #39947251
I think (and I could be misremembering here) is that Emby started off as C# and both Plex and Jellyfin are forks of it. Also a lot of folks in this sphere seem to be on windows as …
-
comment
Comment #39124541
https://help.ui.com/hc/en-us/articles/12594679474071-Standal... Does it mention that the AP's will spam network requests with or without a controller on that page?
-
comment
Comment #39113440
Anyone know any alternatives in the prosumer space? Mikrotik?
- story
-
comment
Comment #39002433
If you want a N=1 "study" https://blog.imraniqbal.org/advertising-works/
-
comment
Comment #38811755
Is that screenshot at the end real? 27 thousand pounds for a machine with only a 1 TB ssd? Edit: Nvm didnt see the quantity 10
-
comment
Comment #38797403
Python is a really bad example of cold blooded software. There is constant breaking changes with it (both runtime and tooling). So much so that the author still has to use python2 …
-
comment
Comment #38539701
See also Advanced Testing with Go by Mitchell Hashimoto[0] --- 0: https://www.youtube.com/watch?v=8hQG7QlcLBk
-
comment
Comment #38105046
That's really a shame, I know keepassxc has (recently) added support for passkeys, but does it also support import/exporting them? I only found this comment[0] in the github issue.…
-
comment
Comment #38101226
> creating .desktop files and their syntax? Not so much This took me less than 2 seconds to find. https://specifications.freedesktop.org/desktop-entry-spec/de...
-
comment
Comment #37952203
You should try reading the source code and you will get your answer. NewReader[0] calls Reset[1], which calls readHeader[2], which the name should tell you what its doing. --- 0: h…
-
comment
Comment #37936175
Or you could use caddy from the get go
-
comment
Comment #37864272
So shopify cut its logistics to flexport, who are now cutting 20% of its company. Must be really shitty to anyone unlucky enough to go through that :(
-
comment
Comment #37839342
What are the vendor options though? (I think) its Google, Apple, Microsoft, Yubico and 1password? None of which support exporting the keys as per other comments in this thread. Als…
-
comment
Comment #37773028
> My typing however, is very fast. This is because you can remember where the keys are. > For Haxe, I thought it was not a method so I think it's either part of Std or StringTools.…
-
comment
Comment #37768784
I also don't like autocomplete. The reason being that not having it actually forces me to learn the libraries I am using. > You know everything by heart? You eventually reach that …
-
comment
Comment #37720839
It's the email flow that's existed before gerrit and phabricator. Both of which implemented because it makes sense. Then github came along and here we are.
-
comment
Comment #37422951
> If you fully disabled password authentication It is not fully disabled, my dads account has a password for sftp. Its covered more in part 1 (linked at the start of the blog post)…