|
14 Best Indian Breakfast Recipes | Easy Indian Breakfast Recipes - NDTV Food . 25 Cocktails Everyone Should Know . Amazon.com: Taylor Precision Products Stainless Steel Kitchen Scale . Basic New York-Style Pizza Dough Recipe | Serious Eats . Cast Iron Fry Pans . ChienLing Koo's answer to How is authentic fried rice prepared? (Quora) . Eggs Kejriwal Recipe - NYT Cooking . Equipment Review: Best Carbon-Steel Skillets (YouTube) . Equip....
|
|
Agile has gained a lot of traction in large enterprises in recent years but I’m concerned about the specifics of how teams are implementing it. I’ve seen everything from traditional eXtreme Programming (XP) practices to Scrum, but nothing scares me more than the teams that self-identify as “agile” but do nothing more than hold a daily team meeting. Agile means different things to different people, but it doesn’t matter which methodology ..
|
|
Hello fellow readers, In this post I'll introduce futurists, some people with a very special occupation.
|
|
My employer keeps paying me, which I appreciate, so it’s good to spend some time to make sure RHEL7 customers get a great developer experience! So here’s how to make vagrant, vagrant-libvirt and Oh-My-Vagrant work on RHEL 7+ . The same steps should work for CentOS 7+. I’ll first paste the commands you need to run, and then I’ll explain what’s happening for those that are interested: # run these commands, and then get hacking! ....
|
|
My employer keeps paying me, which I appreciate, so it’s good to spend some time to make sure RHEL7 customers get a great developer experience! So here’s how to make vagrant, vagrant-libvirt and Oh-My-Vagrant work on RHEL 7+ . The same steps should work for CentOS 7+. I’ll first paste the commands you need to run, and then I’ll explain what’s happening for those that are interested: # run these commands, and then get hacking! ....
|
|
I am definitely not an RPM expert, in fact, I’m afraid of it, but with recent tools such as COPR , and my glorious Makefile , some aspects of it have become palatable. This post will be about a recent journey I had building the most useless RPM ever. A video of my journey building this RPM. Because of reasons, I wanted to satisfy an RPM dependency for a package that I wanted to install without rebuilding that RPM. As a result, I want..
|
|
I am definitely not an RPM expert, in fact, I’m afraid of it, but with recent tools such as COPR , and my glorious Makefile , some aspects of it have become palatable. This post will be about a recent journey I had building the most useless RPM ever. A video of my journey building this RPM. Because of reasons, I wanted to satisfy an RPM dependency for a package that I wanted to install without rebuilding that RPM. As a result, I want..
|
|
Whilst the story has been slowly progressing towards the climax of finding the Dark Tower, it has certainly not lost it’s beauty! 4…
|
|
The work-in-progress inlining pass in Winter, combined with the closure and first-class function support described earlier, allows this program: def compose(function
|
|
Backing up your data is one of the most critical activities for your application. Heroku PGBackups makes the entire experience pretty simple but comes with a lot of flexibility too, with a number of options for smooth restoration.
|
|
While reading Zen Habits: Mastering the Art of Change , I comitted to running half marathon in mid-October. That's roughly two months from now. Here's a 9 week training schedule: WEEK MON TUE WED THU FRI SAT SUN 1 Rest 5 Km 5 Km Cycle Rest 5 Km 7 Km 2 Rest 5 Km 5 Km Cycle Rest 5 Km 8 Km 3 Rest 7 Km 5 Km Cycle Rest 5 Km 10 Km 4 Rest 8 Km 5 Km Cycle Rest 5 Km 12 Km 5 Rest 8 Km Rest 8 Km Rest 5 Km....
|
|
36 Hours in Shanghai . Shanghai Xiaolongbao at Dumpling House Edison (on Rt 27) . Tianzi Fang street art (Google maps) . Tianzi Fang street art . Town God's Temple , street Food! Yu Garden/Huxinting Teahouse . 佳家 for 小龙包. 小样 (Little Yang's) for 生煎包 (sheng jian bao). Fried soup filled dumplings. Think skin crunchy bottom texture.
|
|
The best working environment I had the pleasure to work in had a strong emphasis on testing and software quality in general. Product teams were encouraged to spend extra time ensuring that everything worked over shipping before it was ready. The transformation it went through was incredible. Having come from a culture very much wild west through to where it was. An example of the advantages this brought was that before adopting this culture..
|
|
After trying and playing some new stuffs(except M preview) released in Google I/O, I have found some trivial things to take care of. In concluding part of series we will see what are some issues with Google’s Databinding plugin and how we can get around it
|
|
Angel.co (Singapore Startup Jobs) . e27 . Startupjobs.asia . Those who relocated to Europe for a tech position: where did you find your job? .
|
|
After trying and playing some new stuffs(except M preview) released in Google I/O, I have found some trivial things to take care of. In concluding part of series we will see what are some issues with Google’s Databinding plugin and how we can get around it
|
|
RAM is the new disk – and how to measure its performance – Part 1 – Introduction
-
tanelpoder.com
-
10 years ago
-
eng
part 1 | part 2 | part 3 ] RAM is the new disk , at least in the In-Memory computing world. No, I am not talking about Flash here, but Random Access Memory – RAM as in SDRAM. I’m by far not the first one to say it. Jim Gray wrote this in 2006: “Tape is dead, disk is tape, flash is disk, RAM locality is king” ( presentation ). Also, I’m not going to talk about how RAM is faster than disk (everybody knows that), but in fact how..
|
|
RAM is the new disk – and how to measure its performance – Part 1 – Introduction
-
tanelpoder.com
-
10 years ago
-
eng
part 1 | part 2 | part 3 ] RAM is the new disk , at least in the In-Memory computing world. No, I am not talking about Flash here, but Random Access Memory – RAM as in SDRAM. I’m by far not the first one to say it. Jim Gray wrote this in 2006: “Tape is dead, disk is tape, flash is disk, RAM locality is king” ( presentation ). Also, I’m not going to talk about how RAM is faster than disk (everybody knows that), but in fact how..
|
|
Whenever I prepare my APK for the release - I used to do the following steps: Copy keystore to the project directory Copy gradle.properties into the project directory with keystore name, alias and password defined Copy some code from some blog that would load the properties and set up the signing Finally, do gradle build But why not to move the boilderplate out of build.gradle? Helper signing script I wrote a tiny helper script that can be ..
|
|
We can easily update Raspberry pi firmware in raspbian by running the command rpi-update, But in kali linux we dont have rpi-update command by default. To install the rpi-update in kali, run the following command: sudo curl -L --output /usr/bin/rpi-update https://raw.githubusercontent.com/Hexxeh/rpi-update/master/rpi-update && sudo chmod +x /usr/bin/rpi-update Then, to update your rpi firmware, run the following command: sudo rpi-up..
|
|
Whenever I prepare my APK for the release - I used to do the following steps: Copy keystore to the project directory Copy gradle.properties into the project directory with keystore name, alias and password defined Copy some code from some blog that would load the properties and set up the signing Finally, do gradle build But why not to move the boilderplate out of build.gradle? Helper signing script I wrote a tiny helper script that can be ..
|
|
I enjoy living in a truck. It’s simple and efficient, it’s a choice I made and intend to stand by. I wouldn’t necessarily say I’m proud of living a truck, but I certainly don’t have a problem telling people about it (as evident by the fact that this blog exists). When I meet new people, it normally comes up as a matter of course, and I’m more than happy to talk about it and all the quirky things that come with it. That said, this installmen..
|
|
I enjoy living in a truck. It’s simple and efficient, it’s a choice I made and intend to stand by. I wouldn’t necessarily say I’m proud of living a truck, but I certainly don’t have a problem telling people about it (as evident by the fact that this blog exists). When I meet new people, it normally comes up as a matter of course, and I’m more than happy to talk about it and all the quirky things that come with it. That said, this installmen..
|
I don't think she's going to win, she's a trap for democratic voters and her record speaks for itsel...
|
|
Azalea and Rhododendron Park Kromlau . Having a post-lockdown bucket list - zerokspot.com . Home - 7STERN Bräu . Kerrie's Cup of Tea: lai fufu in Munich Germany . Laifufu Teesalon - Teezeremonie - Tee - Oolong - München - Laifufu Teesalon . SUDHAUS — Brauerei & Restaurant (try beef tartar. also pizza?) .
|
|
Cool cities, a visual city guide . Detour 2.0 . Dojo: Best stuff to do in London . escapethecity.org . Find the best places to sleep, eat and play . hostelworld.com . How to travel the world without money . Indie: a simple, powerful way to buy multi-stop flights . International SOS Assistance App . IziTravel: audio guides and city/museum tours . Jet Setter . Louis Vuitton city guide . Mapiac: discover hidden wonders . roadshari..
|
|
5 Unique Tourist Spots in the Philippines - RachFeed . 7 first-timer fails . Palawan (island) . The best beaches of the Philippines .
|
|
Traffic is a strange beast. Sometimes it comes from nowhere at all, wreaking unspeakable havoc on your itinerary, eviscerating your plans with startling efficiency. Other times it’s entirely expected, and entirely unavoidable. In any case, nobody particular enjoys traffic (I certainly don’t), it’s an environmental tragedy, and it’s ruthlessly wasteful. By all accounts, traffic is a Bad Thing™. Call it schadenfreude if you want, but on day....
|
|
Traffic is a strange beast. Sometimes it comes from nowhere at all, wreaking unspeakable havoc on your itinerary, eviscerating your plans with startling efficiency. Other times it’s entirely expected, and entirely unavoidable. In any case, nobody particular enjoys traffic (I certainly don’t), it’s an environmental tragedy, and it’s ruthlessly wasteful. By all accounts, traffic is a Bad Thing™. Call it schadenfreude if you want, but on day....
|
|
It’s about time we got back to computational topology. Previously in this series we endured a lightning tour of the fundamental group and homology, then we saw how to compute the homology of a simplicial complex using linear algebra. What we really want to do is talk about the inherent shape of data. Homology allows us to compute some qualitative features of a given shape, i.e., find and count the number of connected components or a given s..
|
|
It’s about time we got back to computational topology. Previously in this series we endured a lightning tour of the fundamental group and homology, then we saw how to compute the homology of a simplicial complex using linear algebra. What we really want to do is talk about the inherent shape of data. Homology allows us to compute some qualitative features of a given shape, i.e., find and count the number of connected components or a given s..
|
|
It’s about time we got back to computational topology. Previously in this series we endured a lightning tour of the fundamental group and homology, then we saw how to compute the homology of a simplicial complex using linear algebra. What we really want to do is talk about the inherent shape of data. Homology allows us to compute some qualitative features of a given shape, i.e., find and count the number of connected components or a given s..
|