Help
RSS
API
Feed
Maltego
Contact
Domain > pedroreys.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-06-24
52.74.166.77
(
ClassC
)
2024-11-07
13.52.115.166
(
ClassC
)
Port 443
HTTP/1.1 200 OKAccept-Ranges: bytesAge: 0Cache-Control: public,max-age0,must-revalidateCache-Status: Netlify Edge; fwdmissContent-Length: 9262Content-Type: text/html; charsetUTF-8Date: Thu, 07 Nov 2024 17:07:50 GMTEtag: 4a44cba848aa81ba063344312afcc45e-sslServer: NetlifyStrict-Transport-Security: max-age31536000X-Nf-Request-Id: 01JC3SHFBQVSFNHZAK5J0DT0E6 !doctype html>html langen-us>head>meta namegenerator contentHugo 0.74.1>meta charsetutf-8>meta nameviewport contentwidthdevice-width,initial-scale1>meta namedescription content>title>Pedro Reys/title>link relstylesheet href/css/style.css>link relstylesheet href/css/fonts.css>link relstylesheet href/css/vice_highlight.css>link relicon typeimage/png sizes32x32 href/images/favicon-32x32.png>link relicon typeimage/png sizes16x16 href/images/favicon-16x16.png>link relapple-touch-icon sizes180x180 href/images/apple-touch-icon.png>link href/index.xml relalternate typeapplication/rss+xml titlePedro Reys>script typeapplication/javascript>var doNotTrackfalse;if(!doNotTrack){window.gawindow.ga||function(){(ga.qga.q||).push(arguments)};ga.l+new Date;ga(create,UA-1861436-2,auto);ga(send,pageview);}/script>script async srchttps://www.google-analytics.com/analytics.js>/script>/head>body>nav classnav>div classnav-container>a href/>h2 classnav-title>Pedro Reys/h2>/a>ul>/ul>/div>/nav>main>div classcatalogue>a hrefhttps://pedroreys.com/post/npm-env-vars-windows/ classcatalogue-item>div>time datetime2020-07-16 00:00:00 +0000 UTC classcatalogue-time>July 16, 2020/time>h1 classcatalogue-title>npm scripts, Windows and Environment Variables - a hairy, hairy yak/h1>div classcatalogue-line>/div>p>The other day a Headspring colleague asked for help with an weird issue he was running setting up a Github Actions Workflow for Totem and he was getting this error when trying to run the app from within a npm script:Start-Process : Item has already been added. Key in dictionary: NPM_CONFIG_CACHE Key being added: npm_config_cache At line:1 char:1 + Start-Process dotnet -nnw -argumentlist run -p ../Totem/Totem.cspr ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) Start-Process, ArgumentException + FullyQualifiedErrorId : System./p>/div>/a>a hrefhttps://pedroreys.com/post/pygments-vice/ classcatalogue-item>div>time datetime2020-03-02 08:47:11 +0100 +0100 classcatalogue-time>March 2, 2020/time>h1 classcatalogue-title>Vice - A dark and colorful pygments style/h1>div classcatalogue-line>/div>p>My current project is a data sciency project in python which means I’ve been using IPython and Jupyter a lot.For a while now, my go to and favorite colorscheme/theme for coding is vim-vice. As I was working in this python project, I found out that IPython uses pygments for styling and syntax-highlighting. After looking for a pygments port of vim-vice and not founding one I decided to do the port myself: pygments-vice/p>/div>/a>a hrefhttps://pedroreys.com/post/customer-service-is-about-the-customer-not-you/ classcatalogue-item>div>time datetime2013-05-20 21:44:36 +0000 UTC classcatalogue-time>May 20, 2013/time>h1 classcatalogue-title>Customer Service is about the customer, not you/h1>div classcatalogue-line>/div>p>As many of you, last night I was laying on my couch watching the latest Mad Men episode when suddenly it happened again, in the last 10 minutes of the show my TV screen goes blank. Same thing that happened last week. I’ve missed again the end of the episode. I was really pissed. So I did what everybody in the same situation would do, went to vent on twitter.As I expected, I got the usual “we are really sorry bla bla bla./p>/div>/a>a hrefhttps://pedroreys.com/post/git-alias-to-delete-all-local-branches/ classcatalogue-item>div>time datetime2012-11-21 18:11:34 +0000 UTC classcatalogue-time>November 21, 2012/time>h1 classcatalogue-title>Git alias to delete all local branches/h1>div classcatalogue-line>/div>p>In my current project we have to use TFS as our remote repo. Locally I use git-tfs so that I can still be productive and do, ya know, work. Jimmy has a post describing in details the workflow that we use here but the TL;DR: version is: All work is done on local topic branches; You push to TFS from the topic branch; TFS, after running the build/tests, will commit the changes that were pushed; You pull the commited changes to master./p>/div>/a>a hrefhttps://pedroreys.com/post/webapicontrib/ classcatalogue-item>div>time datetime2012-04-04 18:35:29 +0000 UTC classcatalogue-time>April 4, 2012/time>h1 classcatalogue-title>WebApiContrib/h1>div classcatalogue-line>/div>p>The announcement of the ASP.NET Web API got a lot of people interested in playing with, bending, learning the framework to see what was possible to do with it. Some folks were doing that already back when it was WCFWebApi. But the move to the ASP.NET team and having it being part of the ASP.NET MVC 4 beta definitely brought a lot of attention to the Web Api framework.The WebApiContrib organization With all that attention, and people playing with it, different contrib efforts were sparkling all around./p>/div>/a>a hrefhttps://pedroreys.com/post/asp-net-web-api-routing-needs-a-hug/ classcatalogue-item>div>time datetime2012-03-14 04:12:50 +0000 UTC classcatalogue-time>March 14, 2012/time>h1 classcatalogue-title>ASP.NET Web API Routing needs a hug/h1>div classcatalogue-line>/div>p>One of my goals with the WebAPIContrib is to be able to write as few code as possible in my API application and let the Contrib help me with the boring boilerplate code.Looking through the ASP.NET Web API samples, tutorials and blog posts out there, the first thing that jumps on my eye is the whole HttpResponseMessage noise.responseMessage.Headers.Location new Uri(“http://api.example.com/People/”+person.Id); return responseMessage; }I don’t want to have to write all these status code and Location Header settings all over my code./p>/div>/a>a hrefhttps://pedroreys.com/post/extending-asp-net-web-api-content-negotiation/ classcatalogue-item>div>time datetime2012-02-17 14:00:00 +0000 UTC classcatalogue-time>February 17, 2012/time>h1 classcatalogue-title>Extending ASP.NET Web API Content Negotiation/h1>div classcatalogue-line>/div>p>The ASP.NET team released the beta version of the ASP.NET Web API, previously known as WCF Web API, as part of the beta release of ASP.NET MVC 4. Having experience implementing web APIs with Restfulie, I was curious and decided to check how the ASP.NET Web API works to compare it with Restfulie.The first thing I noticed was a difference in the Content Negotiation implementation. I don’t intend to do a full comparison here, but to describe how to use one of the extension points in the Web API to add the behavior that I wanted./p>/div>/a>a hrefhttps://pedroreys.com/post/installing-less-css-on-osx-lion/ classcatalogue-item>div>time datetime2012-02-03 02:42:50 +0000 UTC classcatalogue-time>February 3, 2012/time>h1 classcatalogue-title>Installing Less.css on OSX Lion/h1>div classcatalogue-line>/div>p>Today I was following the instructions to upgrade to the latest version of the Twitter Bootstrap.It’s pretty straight forward. It is really awesome, actually. All you have to do is: Open the terminal, pull the changes, run make.But, Twitter Bootstrap uses Less.css, so one of the steps of the update script is to compile the .less files into .css. I didn’t have less compiler installed on my MacBook Pro, so instead of successfully upgrading the Bootstrap, I got this on my terminal:/p>/div>/a>a hrefhttps://pedroreys.com/post/running-teamcity-on-ec2/ classcatalogue-item>div>time datetime2011-05-23 17:19:07 +0000 UTC classcatalogue-time>May 23, 2011/time>h1 classcatalogue-title>Running TeamCity on EC2/h1>div classcatalogue-line>/div>p>One of Headspring’s core mantras is to outsource everything that is not part of our core business. We are true believers on running the business in the cloud. We are even giving a talk about it. We use many cloud service providers on a daily basis. We use Google Apps for Email, Calendar, Voice and Intranet. We use Salesforce as our CRM. We use BitBucket to host our source code./p>/div>/a>a hrefhttps://pedroreys.com/post/hotfix-for-checkdisk-hanging-at-1-sec/ classcatalogue-item>div>time datetime2010-07-30 03:22:07 +0000 UTC classcatalogue-time>July 30, 2010/time>h1 classcatalogue-title>HotFix for Checkdisk hanging at 1 sec/h1>div classcatalogue-line>/div>p>I have a Dell Studio XPS 1640 running Windows 7 Home Premium x64.Yesterday it crashed (sigh) and when I rebooted the check disk was triggered. To my, not pleasant, surprise, Check Disk hanged at 1 sec left on the countdown for pressing a key to skip the disk check. Doing a hard reboot several times I was able to start windows again.Well, after some googling I found the HOTFIX KB 975778 that solved the issue like a charm for me./p>/div>/a>/div>div classpagination>a href/page/2/ classright arrow>→/a>span>1/span>/div>/main>footer>span>© time datetime2020-07-16 05:09:26.28982037 +0000 UTC m+0.139048268>2020/time> . Made with a hrefhttps://gohugo.io>Hugo/a> using the a hrefhttps://github.com/EmielH/tale-hugo/>Tale/a> theme./span>/footer>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]