Blog
Posts
-
Privacidade: O preço da civilização?
Estou relendo o livro "Limites da Fundação" , de Isaac Asimov, e me deparei com alguns trechos interessantes que eu não lembrava desde a primeira vez que li,...
-
Open Source AI
I'm pretty sure you already heard or even use Open Source AI models. In fact, as of today, there are more than 1 Million Models hosted on HuggingFace. But...
-
Running your local LLM on MacOS using Docker and Ollama
In this post, we will explore how to run a local Large Language Model (LLM) on MacOS using Docker and Ollama. This setup allows you to leverage the power of...
-
Inspiration
This is not a technical post, but I want to share that here. I'm again attending RubyKaigi, which is held this year in Matsuyama, Ehime, Japan. I have been to...
-
Changing GPG Password
Sometime ago I posted about GPG Key explaining how to generate, setup, backup and restore it. Now I would like to add something to it, recently I decided to...
-
Frequency
Well a post a little bit different today. Sorry if the title catch you and you thought I'm going to talk about CPU frequency or anything like that :P, but no,...
-
Preventing package upgrade with Homebrew
These days at work a collegue came with a question about Homebrew. He had a package installed with Homebrew, and he didn't want it to be upgraded. He asked me...
-
Change MacOS machine name from command line
One of the first things I do when I get a new Mac is to change the machine name. I hate the default name that Apple gives to the machine, so I always change
-
macOS disable/enable DarkMode for specific Apps
I've been disappointed with macOS for quite some time. I'm still using Mac daily because I still need to deal with iOS and Mac development. I'll not go into...
-
Alacritty, Fish, tmux, moving forward with my dev environment
I have been using the combination of ZSH + iTerm2 on my command line environment even before Apple adopted ZSH on macOS Catalina. My first experience with ZSH...
-
Software development vocabulary in Japanese
I decided to put together a list of vocabulary of software development in Japanese, this is just a small list of things I know, and I’ll keep updating this...
-
Binary Search, algorithms, Ruby
Binary Search with Sorted
-
Back to the basics!
I'm going to start a series of posts about some basic computer science stuff, specially related to algorithms, data structure and possible visit some of the...
-
GPG Key, generate, setting up, backup and restore
GPG Key, generate, set up, backup, and
-
AppleScript ref links
AppleScript ref
-
Weekly Update 02/28~03/06 2021
BTC rises up more and more every day but a lot of alert around Blockchain and climate change, here few links I saw this week about the DarkSide of...
-
Weekly Update 02/21~02/27 2021
Here a quick update from last week of February
-
Weekly Update 02/14~02/20 2021
Links i've received from friends - http://boringtechnology.club Must Read - https://crawshaw.io/blog/one-process-programming-notes -...
-
That does not compute!
-
Replace your RSA by ED25519
RSA was a standard for asymmetric SSH keys for years, but if you are using keys below 2048-bit length you are not safe these days. But don't worry, say hello...
-
Enable SSH on Mac using Command Line
To enable SSH on your Mac using command line, we will use a command called systemsetup. The systemsetup command is a built-in macOS terminal tool that allow...
-
Git Merge vs Rebase: When (and Why) to Use Each
If you know me, you know git is one of the tools I most like together with Ruby language, anyways. Today I want to share a little bit of my workflow when I'm...
-
Dynamic Type
Com a chegada do iOS 7 foi introduzido uma opção de acessibilidade onde o usuário pode configurar o tamanho da fonte padrão do sistema para melhorar sua leitura, essa opção é conhecida como Dynamic Type, vamos conhece...
-
Curso de iOS online no Edukee
Fala galera estou aqui para divulgar mais um curso que vou ministrar no
-
Novo projeto iOSDevSpot
Fala galera, mais um vez venho aqui trazer novidades para vocês, na semana passada lancei um novo projeto chamado <a href="http://iosdevspot.com" iOSDevSpot</a...
-
[Off-topic] Palestras e eventos
Fala galera, o último mês foi bem agitado em relação a eventos e palestras para mim e gostaria de fazer um breve resumo aqui no Blog de tudo que rolou. <b...
-
[iOS] Dicas, dicas e mais dicas
Fala galera, resolvi fazer esse post para mostrar algumas ferramentas, bibliotecas e outras coisas que utilizo durante o meu dia-a-dia desenvolvendo Apps para...
-
[Off-Topic] O que tenho feito
Fala galera, gostaria de compartilhar minhas ultimas experiências profissionais e o que isso tem mudado na minha vida nos últimos
-
[iOS] in-App Purchase
Fala galera no último encontro do [self SP] fiz uma apresentação improvisada de última hora falando sobre o in-App Purchase, na verdade foi um live coding. No...
-
[Objective-C] Leituras recomendadas
Fala galera, sempre me deparo tweets perguntando quais livros eu recomendo para aprender Objective-C e desenvolvimento iOS/MAC. Pensando nisso resolvi escrever...
-
iPhone 4S - Problemas com o sinal
Fala galera, tenho visto muitas pessoas reclamando do sinal do iPhone 4S, até eu mesmo tenho reclamado de problemas com o sinal do
-
Workshops Objective-C ONLINE
Fala galera, Como muitos já sabem em dezembro a PoisonLabs fechou parceria com a Hellobits para Workshops online, e sábado (11/01) será nosso primeiro workshop...
-
Primeiro encontro oficial @selfsp
Fala galera, Bom muitos já sabem mas quero reforçar, em Janeiro teremos o primeiro encontro oficial do <a href="http://twitter.com/selfsp" @selfsp</a . Para...
-
Parceria @hellobits e @poisonlabs para treinamentos online
Fala
-
iPhone 4S aquecimento e duração da bateria
Fala pessoal, depois de muito tempo sem postar vamos falar um pouco aqui sobre o recém lançado no Brasil o iPhone 4S. Estou vendo muitas pessoas reclamando do...
-
Curso de iOS básico em SP
Fala galera, como eu havia anunciado no twitter hoje na parte da tarde, estou começando turmas para desenvolvimento iOS presencial em SP (por enquanto). O...
-
[iOS5] Automatic Reference Counting (ARC)
Após a WWDC11 umas das features mais comentadas no Twitter e Blogs que tenho encontrado na web é sobre o Automatic Reference Counting ou o ARC como tem sido...
-
[iOS5] Integrando o Twitter em sua aplicação usando o Twitter.framework
Como todos sabem no dia 06/06/2011 foi anunciado pela Apple no WWDC o novo iOS 5 e dentre as features apresentadas uma das grandes novidades é a integração...
-
[Dica] Removendo o Xcode
Fala galera vamos para uma dica bem rápida. Muitas pessoas quando querem remover o Xcode de seu Mac normalmente removem a pasta <b Developer</b que esta...
-
[cocos2d] Using Particles
In this post i'm show how to create a simple particle effects using cocos2d and Particle Designer app. <a href="http://particledesigner.71squared.com/"...
-
[Objective-C] Memory management
Managing object memory is a matter of performance; if an application doesn’t free unneeded objects, its memory footprint grows and performance suffers and...
-
[Objective-C] Singletons
Some days ago i'm read at <a href="http://www.twitter.com/cocoasamurai" @CocoaSamurai</a blog a post intitled <a...
-
[Fast hint] Objective-C string replace
Thats a simple way to replace string in
-
[Objective-C] Trabalhando com Arrays
Uma array é um objeto que contém coleções de outros objetos. Array em Objective-C são tratados com NSArray. A classe NSArray contém uma série de métodos...
-
Calculo de Bhaskara com Objective-C
Na verdade esse post é uma "tradução" do post <a href="http://blog.avelino.us/2010/10/calculo-de-bhaskara-via-python.html" "Calculo de Bhaskara via Python"</a...
-
[Fast hint] Resize height of UITextView to its content
That's a common problem, many people ask to me how to make it simple Ok, let's go to more one fast hint let's go coding in your <b - (void)viewDidLoad</b...
-
[Fast hint] "Click to call" feature, iOS development
Now we do a little example of how do make call into your app we need only one line of code for this feature <pre lang="objc" [[UIApplication sharedApplication]...
-
[Fast hint] Customize UINavigationBar with background image
Ok, it’s really really simple for example we have a application like that <img src="/uploads/2011/03/Screen-shot-2011-03-16-at-21.00.39.png" alt=""...
-
[Fast hint] UIWebView load html string
Now let's do a simple example to load a htmlString in the UIWebView it's really simple <pre lang="objc" - (void)viewDidLoad { [super viewDidLoad]; UIWebView...
-
[Fast hint] Simple animation with CoreAnimation
Let's create a simple animation to flip UIImageView and change your image First Step create a UIImageView object <pre lang="objc" @interface MyClass :...
-
Propriedades em Objective-C
Propriedades apareceram em Objective-C na versão 2.0. Eles são o tipo de variáveis de membro virtual. Se você pensar sobre isso, só há duas coisas que você...
-
[Fast hint] Simple way to collect disk attributes with Objective-c
Thats a simple way to collect disk attributes <pre lang="objc" NSDictionary fileAttributes = [[NSFileManager defaultManager] attributesOfFileSystemForPath:@"/"...
-
Desenvolvimento para iOS - Entendendo o simulador
A Apple permite que nós executemos nossas aplicações iOS em nosso Mac com o uso do simulador. O principal objetivo do simulador é para testarmos mais...
-
Conhecendo Objective-C
<strong Um pouco de história</strong O Objective-C é basicamente a mistura de 2 linguagens C e SmallTalk, a linguagem foi desenvolvida por Brad Cox e Tom Love...
-
Criando uma animação simples com cocos2d
Neste post vou criar uma animção simples com cocos2d Para começar é so criar um novo projeto com o template cocos2d
-
Conhecendo cocos2d
<img src="/uploads/2011/01/Screen-shot-2011-01-13-at-3.42.09-PM-300x63.png" alt="" title="Screen shot 2011-01-13 at 3.42.09 PM" width="600" height="126"...
-
Meu ambiente de desenvolvimento em 7 items
<a href="/uploads/2010/12/dark workspace by hizi-d326kdf.jpg" <img src="/uploads/2010/12/dark workspace by hizi-d326kdf-300x223.jpg" alt="" title="dark...
-
BDD para IPad e IPhone com Kiwi
Quero apresentar uma biblioteca para testes unitarios em Objective-c chamada <a href="http://www.kiwi-lib.info" Kiwi</a . Esta lib é bem simples de ser usada e...
-
Os seis chapéus do pensamento
Semana passada, no 8º encontro do Guru-SP, tivemos um lighting talk muito interessante de <a href="http://www.twitter.com/rafaelrosafu" Rafael Rosa</a , o tema...
-
Lighting Talk com Guilherme Silveira sobre RESTful no Guru-sp
No 8º encontro do Guru-SP realizado na Caelum tivemos 2 palestras muito interessantes de <a href="http://www.twitter.com/cassiomarques" @cassiomarques</a e...
-
Mini Curso Scrum + XP na Global Code com Wagner
Fala pessoal, Ontem dia 05/04, assisti o mini curso de Scrum + XP na Global Code com Wagner Robero dos Santos. Como o nome já diz MINI CURSO, então tivemos...
-
Testes
Vamos falar um pouco de testes mas de uma maneira geral. Por que devemos fazer testes nos nossos códigos? Muitas pessoas dizem que programadores que faz teste...
-
[Off-Topic] First
Fala galera, primeiro post aqui, ainda estou montando um material legal para colocar aqui para vocês, vou estar montando alguns <strong screencast</strong ,...
subscribe via RSS