-
-
Top Rated
- Founder Dilution
- Dogfooding vs. maintaining perspective
- Startup Anti-Patterns
- Monitoring Redis with MONITOR and WireShark
- JSON and JSONlines from the command line
- Apache Spark native functions
- Mini-App Software Quality
- Presentations
- What targeted advertising and nuclear power have in common
- The responsibility of an entrepreneur: when to shut down early?
@simeons on Twitter
- The EU fined Meta over $400 Million for a privacy violation. Does Meta care? The amount is less than two days of Me… twitter.com/i/web/status/1… 3 weeks ago
- One way to help the planet (and your wallet) in 2023 is by taking advantage of the @thefuturecard (a Visa debit car… twitter.com/i/web/status/1… 3 weeks ago
- "Privacy is OK" by @timbray will prepare you for those unexpected conversations around New Year's. It's also a refu… twitter.com/i/web/status/1… 4 weeks ago
- Excited to join my friends @Accomplices in funding @thefuturescore: a simple way to help both the climate and your… twitter.com/i/web/status/1… 4 months ago
- RT @TS_Longevity: Applications for the next @Techstars Future of Longevity Accelerator in partnership with @pivotalventures, a @melindagate… 4 months ago
Adobe Advertising amazon web services Digital Media e-commerce entrepreneurship Facebook Google Industry News Life Macromedia Flash Microsoft Mobile MySpace Polaris Venture Partners SaaS Security Social Commerce Social computing social media social networking startups VC Venture Capital Web 2.0
Category Archives: Code
JSON and JSONlines from the command line
At Swoop we have many terabytes of JSON-like data in MongoDB, Redis, ElasticSearch, HDFS/Hadoop and even Amazon Redshift. While the internal representations are typically not JSON but BSON, MsgPack or native encodings, when it comes time to move large amounts … Continue reading
Posted in Code
Tagged command line, jq, json, jsonlines, jsonpath, shell, Swoop, underscore, underscore-cli
5 Comments
One more vote for functional languages
I’ve been doing a lot of work on startup anti-patterns recently so it seems fitting that I look at other things through that lens. Every few months I fall into the same debugging anti-pattern: I start using a debugger to … Continue reading
Posted in Code
Tagged code, debugger, debugging, functional programming, Ruby, Software Development, VBA
Leave a comment
The fastest way to learn a new programming language
In school, I used to pick up new programming languages for fun. I could take my time to learn & explore them in whichever way felt right, without pressure. I implemented for fun and the code rarely ended up in … Continue reading
Posted in Code, Swoop
Tagged learning programming languages, Lua, Programming, software, Swoop, TDD, technology, test-driven development
1 Comment
One line Tropo debugging gem
I’ve worked with Tropo, a cloud telephony platform, for a few months now, primarily using the Ruby scripting API. Tropo’s script execution model is a bit strange–the script file is pre-pended with a bootstrap block of code and the combined … Continue reading