back
user profile
teleforce
22,691karma·6,478submissions·October 24, 2019
recent activity (6,478 total)
comment
Yeah it's too late now, people already moved to data engineering ;-) Joking aside, this is a very good overview of data science and engineering for the year 2020: https://github.com…
comment
AMD owns Xilinx now, so there's that. If AMD can get their act together by seamlessly integrating their GPU, FPGA and CPU with minimum I/O bottleneck it will be a huge boon for the computing…
comment
The lecturers are from the same team developing Low Level Hardware Description (LLHD) language: https://github.com/fabianschuiki/llhd p/s: It seems that Lecture 7 slide is m…
comment
Please note that I'm not a scholar of Islamic or Jewish study and don't take my comments seriously. OK I will re-phrase that to "one of the main reasons" since for the meat to be c…
comment
Need to know what's type of water the people at Xerox Palo Alto were drinking. They pioneered many groundbreaking and game changing works on computing including (but not limited to) windowing des…
comment
I really hope that Firejail becomes more popular at least on par with Qubes OS and to make it more popular hopefully someone can make a Linux distribution based on it. It utilizes seccomp-bpf before e…
comment
Fun fact, Muslim can eat kosher meats but generally Jews cannot eat halal meats. The main reason is that they are both descendent of Abrahamic based religion that always slaughter their herd animals t…
comment
I might be wrong but it seems that Go needs to have a proper generic support for that ever to happen and that's one of the main reasons why there is no equivalent of RoR in the C world. For a ver…
comment
The equivalent of Manuka honey in the Middle East and Northern Africa regions is Sidr honey. Sidr or Lote tree is very popular and revered in the regions because the tree is mentioned in both Bible an…
comment
Not sure about golang but D language has a battery included web framework based on the excellent vibe.d [1]. Fun fact, D language forum website is probably one of the fastest and the most responsive w…
comment
Looking forward to try this new network observability software framework. Just wondering how is this different from the OpenTelemetry framework [1]? For those who are wondering what is network observa…
comment
The alternative three-pass technique on how to properly read research paper by Prof. Keshav is worth reading: http://ccr.sigcomm.org/online/files/p83-keshavA.pdf …
comment
Having involved in UAV development projects for agriculture monitoring and have used both rotary-wing and fixed-wing UAVs, I'm now firmly believe that neither of them is fit for purpose in aerial…
comment
There is a popular Rob Pike's quote on writing terminal based text editor, "Everybody writes a screen editor. It's easy to do and makes them feel important. Tell them to work on somethi…
comment
Now we know how Dijkstra's paper editor come out with the infamous phrase "considered harmful" :-)
comment
For those in ASIC and chip design industry, the two of the largest chip companies namely Intel and AMD buying two of the largest FPGA companies is inevitable, it's just a matter of "when&quo…
comment
I am not sure whether you are serious or trolling but I will bite ;-) FPGA are being used in many type of applications where real-time is necessary and non-recurrent engineering (NRE) cost need to be …
comment
Congrats on your new job! Since you are good at Javascript and willing to learn a new language, why not try to help port CRDT based library e.g. Automerge to compiled language like D language: https:…
comment
Static single assignment (SSA) is probably the open secret recipe for unifying imperative and functional programming [1]. In addition, there are also ongoing research effort utilizing SSA for parallel…
comment
Curiously, most of the historians from the west blatantly ignore significant contributions from the other part of the world's, for their own versions of biased history. They just conveniently swe…
comment
>I remain to be convinced that this is possible. Check out D language with default GC and the ongoing effort opt-in ownership model: https://dlang.org/blog/2019/07/15…
comment
D language is currently experimenting the ownership model made popular by Rust/Cyclone and similar to Zig it has excellent CTFE support: https://dlang.org/blog/2019/07…
comment
Contrary to popular belief problems solved in unrelated domains are very common in invention and innovation but people just hate to admit them, hopefully in the near future someone can honestly write …
comment
For introductory learning about modern CPU design, Inside the Machine book by Jon Stokes is really good.
comment
There is a new upcoming book by Matthew Justice to show and teach people of how computer really works: https://www.penguinrandomhouse.com/books/645954/how-computer... The bo…
comment
Check out this video comparing the latest Toyota RAV4 Prime (Plugin Hybrid) and Tesla Model Y. The conclusion is that Toyota is a car manufacturing company learning to become a technology company, whi…
comment
For a price of less than two units of Brompton electric folding bikes you can get an EV car, really nice engineering there to get to the price point. This can be a game changer in urban set up especia…
comment
The exception to that if you have camels as your draft animals. It is reported that camels can survive 6 to 7 months without proper food or drink [1]. Ancient Arabia has established trading routes tha…
comment
I agree with your opinion that the reputation of Japanese being hard is mainly due to its arcane writing system, and sorting Japanese writing is practically an unsolved problem [1]. Compare this to Ko…
comment
I think the reason it's called "mainline" is due to the fact that it's based on vanilla Linux kernel even if you need to recompile the mainline kernel with the modified kernel modu…