dreamer_soul
|
3 years ago
|
on: SGX.Fail: How Stuff Gets EXposed
Intel's Software Guard Extension (SGX) promises an isolated execution environment, protected from all software running on the machine. In the past few years, however, SGX has come under heavy fire, threatened by numerous side channel attacks. With Intel repeatedly patching SGX to regain security, we set out to explore the effectiveness of SGX's update mechanisms to prevent attacks on real-world deployments.
dreamer_soul
|
4 years ago
|
on: A Dyson sphere around a black hole
Hey! Love watching your videos! Keep up the good work
dreamer_soul
|
5 years ago
|
on: Google Play Music will begin shutting down in September
Yes it does!
dreamer_soul
|
5 years ago
|
on: GitHub isn't fun anymore
To be honest, a few years ago I used the trending page to discover useful web tools.
Du to my lack of experience the trending page offered a glimpse of what people were working on/with (I used to read the code to learn new techniques) but now I old go there to check on my open source project and answer issues.
So I can get the author saying it's not fun anymore, however I find hacker news the new fun place to go to learn and enjoy my time.
dreamer_soul
|
5 years ago
|
on: The Miracle Sudoku [video]
I love how z3 code looks like magic! Seems like a good library to start getting the hang of
dreamer_soul
|
5 years ago
|
on: Grafana 7.0
Amazing work we have been experimenting with grafana at work and the experience is awesome! Thank you for the awesome project
dreamer_soul
|
6 years ago
|
on: OpenCore: Hackintosh Alternative to Clover
I just got a workstation grade Dell machine t7610 to be exact spent more than a week trying to hackentosh it but couldn't for some reason I always got some obscure error and none of the fixes worked. Found someone at GitHub with a similar machine but different graphics card and still couldn't make it work.
But that got me thinking maybe there is a place for a tool where you feed it your hardware and it generates the most optimal configuration and image
dreamer_soul
|
6 years ago
|
on: Features of a successful therapeutic fast of 382 days' duration (1973) [pdf]
dreamer_soul
|
6 years ago
|
on: When will Google shut down Stadia?
I'm still bitter about them closing Google trips
dreamer_soul
|
6 years ago
|
on: GitHub for Mobile
I was invited by the dev to test v5 but for some reason he got busy with work and slowed the development down.
dreamer_soul
|
6 years ago
|
on: Running GitHub on Rails 6.0
I use .net core by day and rails by night (side business) and I can honestly say .net core MVC is kind of influenced by rails (not a lot but like 30%). After more than a year using both I found more joy with rails.
I find Rails gems and ecosystem to be more mature also ORM is friendlier since I felt more comfortable using active model than EF
All of the above could be a personal preference since I worked on rails for a longer time. At the end of the day I got to an end product with both
However I use .net core with MSSQL and on a Windows machine.
dreamer_soul
|
6 years ago
|
on: Show HN: Divjoy – React Codebase and UI Generator
Looks amazing! Any plans on a vuejs implementation? Also would be awesome if we can change bootstrap scss variables such as primary color. Thank you for the amazing product
dreamer_soul
|
6 years ago
|
on: Comic Code – Monospaced interpretation of the most over-hated typeface
That actually looks good haha
dreamer_soul
|
6 years ago
|
on: Google Cloud Is Down
Isn't it weird that it's happening now even though that number was surpassed nearly a month and half ago?
dreamer_soul
|
6 years ago
|
on: iFixit Pixel 3a XL teardown [video]
Thank you!
dreamer_soul
|
7 years ago
|
on: Climate Concerns Are Pushing Oil Majors to Look Beyond Fossil Fuels
I work at KOC (Kuwait Oil Company) which is like one of the biggest producers of oil second to Saudi aramco in the region! Recently the whole oil sector in Kuwait is pushing an strategy where most of the electricity consumed by all the oil companies in the country is going to come from solar. But the cynic in me thinks that it has more to do with cost and adhering to worldwide standards than environmental reasons
Please note that this is personal opinion
dreamer_soul
|
7 years ago
|
on: Portable Text – JSON rich text specification for content editing platforms
Maybe parsers would have a better way of parsing that into a sensible datatype for example look at Gson where you map a json to a Java class, that way you can have a node where you can query if it is H1 or not..
That's just off of my head maybe I'm wrong
dreamer_soul
|
7 years ago
|
on: How Google Code Search Worked: Regex Matching with a Trigram Index (2012)
My issue with it is that a small term such as one word doesn't event match to a record which is weird, I'm using it with rails. Thinking of using elastic search to help with that
dreamer_soul
|
7 years ago
|
on: Falcon: A high-performance web server for Ruby, supporting HTTP/2 and HTTPS
I'm about to ask the same question, I have a rails app and would love for the assets to be served by HTTP/2
dreamer_soul
|
7 years ago
|
on: ReactXP – A library for building cross-platform apps
What issues did you encounter with react native? I was going to start a project with it soon but can't decide to be honest