Cél: profil és körök végleges merge-elése
User táblába tároljuk az adatokat, és a címtár csak egy vékony valami lesz
Címtárban maradna (duplikálva):
Múltkor irc-en merült fel ennek a posztnak a kapcsán, hogy jó lenne egy erőteljesebb FB jelenlét a kör részéről. Ennek egyik eszköze lehetne, ha értelmes dolgokat osztanánk meg, mint ahogy ez a fenti linken is történt. Balo is és én is (és gondolom mindenki más is) végtelen szemetet nyálaz át minden nap az internet információrengetegéből. Ebből heti 3-4-5 tényleg érdekes cikk simán kipottyanhat.
Az ötlet tehát egyszerű: ki kellene jelölni pár témakört, lehetőleg elég bővet, hogy a heti termésből keveset zárjunk ki, és ezekbe gyűjteni cikkeket, projekteket, stb. A jelölt linkek közül közös döntés alapján kiválaszunk egyet és azt a megadott napon posztoljuk. Kell mellé egy 1-2 mondatos, rövid, velős összefoglalás/ajánló.
Gondolom nem kell ecsetelnem, hogy miért is lenne jó, ha nagyobb publicitást kapnánk. :)
Az eszköz
A lot of these are outright stolen from Edward O'Campo-Gooding's list of questions. I really like his list.
I'm having some trouble paring this down to a manageable list of questions -- I realistically want to know all of these things before starting to work at a company, but it's a lot to ask all at once. My current game plan is to pick 6 before an interview and ask those.
I'd love comments and suggestions about any of these.
I've found questions like "do you have smart people? Can I learn a lot at your company?" to be basically totally useless -- everybody will say "yeah, definitely!" and it's hard to learn anything from them. So I'm trying to make all of these questions pretty concrete -- if a team doesn't have an issue tracker, they don't have an issue tracker.
I'm also mostly not asking about principles, but the way things are -- not "do you think code review is important?", but "Does all code get reviewed?".
Title: Foreign Function Interface Author: Charles Oliver Nutter Organization: Red Hat Owner: Charles Oliver Nutter Created: 2014/01/28 Type: Feature State: Draft Exposure: Open Component: --/-- Scope: JDK
This simple script will take a picture of a whiteboard and use parts of the ImageMagick library with sane defaults to clean it up tremendously.
The script is here:
#!/bin/bash
convert "$1" -morphology Convolve DoG:15,100,0 -negate -normalize -blur 0x1 -channel RBG -level 60%,91%,0.1 "$2"
Moved to OpenShift PEP 013
Windows is really horrible system for developers and especially for devops. It doesn’t even have a usable terminal and shell, so working with command line is really pain in the ass. If you really don’t want to switch to any usable system (OS X, Linux, BSD…), then this guide should help you to setup somewhat reasonable environment – usable terminal, proper shell, ssh client, git and Sublime Text as a default editor for shell.