Viewing profile — suraj
suraj
HN member- Joined
- Wed, Oct 07, 2009, 1:00 PM UTC
- HN karma
- 1,851
- Public activity
- 138 items
- HN profile
- View on Hacker News ↗
About suraj
Recent public activity
-
comment
Comment #39846123
Take a look at https://github.com/apple/swift-testing It is under active development as Swift first replacement for xctest. For CI service, Xcode cloud does support running tests o…
-
comment
Comment #36232626
It means `makeBatchOfToast()` is available from toasterOS1.0. So if you are running toasterOS0.5 you are out of luck. If you are targeting toasterOS1.0, `@backDeployed` will ensure…
- story
-
comment
Comment #26815123
Well kite could be written as keit to match the pronunciation :) For most non-native speakers, the backtracking of silent `e` is more confusing. It does not help in case of `sake` …
-
comment
Comment #24044887
Location: Sydney, Australia Remote: Yes Willing to relocate: After Covid Technologies: Backend, Embedded, Golang, C/C++, Python, Swift, C#, Java, AWS, GCP, Terraform Résumé/CV: htt…
- story
- story
-
comment
Comment #21045759
It is possible to use Swift on audio thread. You have to be careful not to use any reference counted (i.e. class) objects. If you do need to perform allocations (e.g. creating CMSa…
-
comment
Comment #19768341
If you want to call rust from Swift, it should be easy. I work with C libraries and it easy to interface with module maps. However, with objective C the interoperability is trivial…
-
comment
Comment #18448191
When I was a rookie programmer 12 years ago, I was assigned a task to optimise a routine. It took current vehicle speed as input, performed integration and calculated total distanc…
-
comment
Comment #16388091
I can't speak for Telugu however, [Devanagari]( https://en.wikipedia.org/wiki/Devanagari ) is very similar and used throughout northern India. Each vowel and consonant is considere…
-
comment
Comment #15113786
Jupyter[1] lifted this feature from Matlab & made it work with any kernel. [1]: http://jupyter-notebook.readthedocs.io/en/latest/examples/No...
-
comment
Comment #13899207
I haven't used Flynn, however I am using terraform. Main purpose is to completely automate AWS configuration so we can bring up entire site in CI. This makes it really easy to have…
-
comment
Comment #13879945
Thanks! This looks a really good starting point for a project I am working on. Using PRU for I2S is genius :) Can you please point me to the detailed specifications somewhere on ht…
-
comment
Comment #13602156
Adhar relies on biometric data. Iris & fingerprint scanning is done when you get your Adhar card.
-
comment
Comment #13362485
Does Swift qualify? compiles to machine code: yes have green threads: I think DispatchQueues should qualify for this use non-blocking IO in background: yes have parallel runtime: I…
-
comment
Comment #12877424
Because Linux package managers do not manage user packages they manage system packages.
- story
- story
- story
- story
-
comment
Comment #11380403
You can compile pwsafe QT GUI for OS X very easily. However, the GUI feels out of place because of QT.
- story
-
comment
Comment #11141900
In the case of library you would want to protect users privacy for searching books. I do not think it is possible to switch to https on shared hosting without explicit action from …
- story