Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices by Alex (avolkov@mastodon.xyz), page 20

  1. Alex (avolkov@mastodon.xyz)'s status on Monday, 17-Sep-2018 11:07:29 EDT Alex Alex

    https://lkml.org/lkml/2018/9/16/167

    Linus issues a long-overdue apology, I dusted off my long-unused reddit account to see what's going on. I looks like half of reddit is loosing its mind. The most hilarious arguments are: "some 'SWJ' blackmailing Linux", or "it's all identity politics".

    It is fascinating in how much conspiratorial denial someone can be. Hopefully all the toxic assholes are going to leave.

    In conversation Monday, 17-Sep-2018 11:07:29 EDT from mastodon.xyz permalink
  2. Alex (avolkov@mastodon.xyz)'s status on Sunday, 16-Sep-2018 14:17:24 EDT Alex Alex

    Today in #thesignal Phosphorescent - "Song for Zula"

    https://www.youtube.com/watch?v=FcdOLKx2XG8

    In conversation Sunday, 16-Sep-2018 14:17:24 EDT from mastodon.xyz permalink

    Attachments

    1. Invalid filename.
      Phosphorescent - "Song for Zula" (Official Audio)
      By Dead Oceans from YouTube
  3. Alex (avolkov@mastodon.xyz)'s status on Sunday, 16-Sep-2018 14:15:48 EDT Alex Alex

    Here's the article I postponed reading after I watched Season 5 of BoJack horseman.

    I like how the article critique the series and mentions some of the important plot points of the series that I might have missed.

    https://www.theatlantic.com/entertainment/archive/2018/09/bojack-horseman-season-5/569710/

    #theatlantic #bojack

    In conversation Sunday, 16-Sep-2018 14:15:48 EDT from mastodon.xyz permalink
  4. Mozilla News & Updates (moznews@mastodon.social)'s status on Friday, 14-Sep-2018 12:24:02 EDT Mozilla News & Updates Mozilla News & Updates
    • Firefox

    We're working on stopping all cross-site tracking by default in Firefox.

    If you're not using Firefox yet, there's never been a better time to make the switch!

    https://t.co/2nPou4ooM5 tweeted by @Firefox

    In conversation Friday, 14-Sep-2018 12:24:02 EDT from mastodon.social permalink Repeated by avolkov
  5. Alex (avolkov@mastodon.xyz)'s status on Friday, 14-Sep-2018 11:42:00 EDT Alex Alex
    • snailix 🐌

    @snailix Now that navigation is controlled by computers the ship crew lets everyone geek out at ye olde (as in 1970s) navigation and control equipment.

    In conversation Friday, 14-Sep-2018 11:42:00 EDT from mastodon.xyz permalink
  6. Alex (avolkov@mastodon.xyz)'s status on Friday, 14-Sep-2018 11:35:45 EDT Alex Alex
    • LinuxPaulM🔰

    @LibertyPaulM Articles like this have been published for the past few years every time apple has released a new phone, and nothing changed, things just gotten worse -- now they are discontinuing iphone se

    In conversation Friday, 14-Sep-2018 11:35:45 EDT from mastodon.xyz permalink
  7. Alex (avolkov@mastodon.xyz)'s status on Thursday, 13-Sep-2018 17:29:45 EDT Alex Alex
    • Mikey

    @frak Awesome, thank you! I've been using gitk for the same purpose, but this is way more grep-able.

    In conversation Thursday, 13-Sep-2018 17:29:45 EDT from mastodon.xyz permalink
  8. Alex (avolkov@mastodon.xyz)'s status on Thursday, 13-Sep-2018 17:11:20 EDT Alex Alex
    • The research fairy 😷 🧚‍♂️ 🌈

    @bgcarlisle This is only one degree of separation from "I don't want to sound rasist, but .." that implies that person should stay silent.

    In conversation Thursday, 13-Sep-2018 17:11:20 EDT from mastodon.xyz permalink
  9. Alex (avolkov@mastodon.xyz)'s status on Thursday, 13-Sep-2018 16:52:14 EDT Alex Alex
    in reply to

    Shallow dive into #git aliases. 2/2

    To debug git aliases run this command

    $ export GIT_TRACE=1

    What I have accomplished is I'm able to track remote branch by typing only

    $ git track <remote_branch_name>

    If I want to track and switch, I can use aliases recursively

    [alias]
    swtrack = "!f(){ git track $1; git checkout $1; }; f"

    Further reading:

    Git Aliases -- https://git-scm.com/book/en/v2/Git-Basics-Git-Aliases

    One weird trick for powerful Git aliases -- https://www.atlassian.com/blog/git/advanced-git-aliases

    In conversation Thursday, 13-Sep-2018 16:52:14 EDT from mastodon.xyz permalink

    Attachments

    1. Invalid filename.
      One weird trick for powerful Git aliases
      By Nicola Paolucci from Atlassian Blog
      One weird trick for powerful Git aliases
  10. Alex (avolkov@mastodon.xyz)'s status on Thursday, 13-Sep-2018 16:50:16 EDT Alex Alex

    Shallow dive into #git aliases. 2/2

    To debug git aliases run this command

    $ export GIT_TRACE=1

    What I have accomplished is I'm able to track remote branch by typing only

    $ git track <remote_branch_name>

    If I want to track and switch, I can use aliases recursively

    [alias]
    swtrack = "!f(){ git track $1; git checkout $1; }; f"

    Further reading:

    Git Aliases -- https://git-scm.com/book/en/v2/Git-Basics-Git-Aliases

    One weird trick for powerful Git aliases -- https://www.atlassian.com/blog/git/advanced-git-aliases

    In conversation Thursday, 13-Sep-2018 16:50:16 EDT from mastodon.xyz permalink

    Attachments

    1. Invalid filename.
      One weird trick for powerful Git aliases
      By Nicola Paolucci from Atlassian Blog
      One weird trick for powerful Git aliases
  11. Alex (avolkov@mastodon.xyz)'s status on Thursday, 13-Sep-2018 16:45:14 EDT Alex Alex

    Shallow dive into #git aliases.

    I've been perplexed with git shortcuts because it's not your regular unix command and I don't want to solve things by adding more obscure shell commands I can't remember.

    Simple git alias shorthand is easy --

    git config --global alias.co checkout

    Longer aliases are more difficult, but possible. Add the following to ~/.gitconfig to save a lot of typing when tracking remote origin --

    [alias]
    track = "!f(){ git branch --track $1 origin/$1; }; f"

    1/2

    In conversation Thursday, 13-Sep-2018 16:45:14 EDT from mastodon.xyz permalink
  12. Alex (avolkov@mastodon.xyz)'s status on Thursday, 13-Sep-2018 16:25:26 EDT Alex Alex
    • Jacky Alciné
    • Alice

    @alice @jalcine Thankfully IDE has been long dead and forgotten.

    In conversation Thursday, 13-Sep-2018 16:25:26 EDT from mastodon.xyz permalink
  13. Alex (avolkov@mastodon.xyz)'s status on Thursday, 13-Sep-2018 13:15:10 EDT Alex Alex

    #gitlab

    Gitlab quick actions is a really nice shortcut
    https://docs.gitlab.com/ee/user/project/quick_actions.html

    Quck actions in gitlab work by typing commands as comments

    i.e Commenting
    /unlabel ~Doing
    /label ~Production

    Removes label "Doing" and adds label "Production"

    I wish there would be a way to create a conditional statement to apply these rules for issues i.e. remove 'Doing' label when issue is closed. Add 'Production' label when appropriate CI pipeline finishes.

    In conversation Thursday, 13-Sep-2018 13:15:10 EDT from mastodon.xyz permalink
  14. neville park (nev@social.coop)'s status on Thursday, 13-Sep-2018 00:54:11 EDT neville park neville park

    THAT'S RIGHT, BITCHES, THE CHEAT SHEET IS BACK. https://nevillepark.ca/2018/09/13/the-cheat-sheet-september-13-2018-city-council/

    #TOpoli #ONpoli

    In conversation Thursday, 13-Sep-2018 00:54:11 EDT from social.coop permalink Repeated by avolkov

    Attachments

    1. File without filename could not get a thumbnail source.
      The Cheat Sheet: September 13, 2018 City Council
      By Neville Park from Neville Park
      At this special meeting of City Council, there’s just one item on the agenda.
  15. Jacky Alciné (jalcine@playvicious.social)'s status on Thursday, 13-Sep-2018 02:38:16 EDT Jacky Alciné Jacky Alciné

    Inclusive tech right?

    In conversation Thursday, 13-Sep-2018 02:38:16 EDT from playvicious.social permalink Repeated by avolkov
  16. GTALUG 🐧 (gtalug@mastodon.social)'s status on Wednesday, 12-Sep-2018 16:50:30 EDT GTALUG 🐧 GTALUG 🐧

    See our announcement email for more local community events.

    https://gtalug.org/pipermail/talk/2018-September/006790.html

    In conversation Wednesday, 12-Sep-2018 16:50:30 EDT from mastodon.social permalink Repeated by avolkov
  17. GTALUG 🐧 (gtalug@mastodon.social)'s status on Wednesday, 12-Sep-2018 16:46:54 EDT GTALUG 🐧 GTALUG 🐧

    The next #GTALUG meeting is on Tuesday, October 9th at 7:30PM

    Firefox: What's next with Mike Hoye
    Annual General meeting.

    https://gtalug.org/meeting/2018-10/

    In conversation Wednesday, 12-Sep-2018 16:46:54 EDT from mastodon.social permalink Repeated by avolkov
  18. MaineBot (mainebot@octodon.social)'s status on Tuesday, 11-Sep-2018 20:58:36 EDT MaineBot MaineBot

    So I was browsing the internet when I saw this

    In conversation Tuesday, 11-Sep-2018 20:58:36 EDT from octodon.social permalink Repeated by avolkov
  19. Alex (avolkov@mastodon.xyz)'s status on Wednesday, 12-Sep-2018 11:45:27 EDT Alex Alex

    I'm not entirely happy with CBC coverage of what is going on, the following quotes aren't put in context.

    "Who are we actually governed by?" asked Curran. "Are we governed by our elected representatives or a small cabal of largely left-leaning judges?"

    Among many grassroots conservatives, there has long been a current of anger about "activist judges" whom they believe are overstepping their roles by shaping laws and policies through their decisions.

    https://www.cbc.ca/news/canada/toronto/doug-ford-notwithstanding-charter-1.4818730

    In conversation Wednesday, 12-Sep-2018 11:45:27 EDT from mastodon.xyz permalink

    Attachments

    1. Invalid filename.
      Doug Ford 'won't be shy' to use notwithstanding clause again, and his supporters love it | CBC News
      from CBC
      Premier Doug Ford's government will for the first time in Ontario's history use the notwithstanding clause of the Charter of Rights and Freedoms to override a court ruling, and his supporters will be cheering him on today.
  20. Alex (avolkov@mastodon.xyz)'s status on Wednesday, 12-Sep-2018 11:20:51 EDT Alex Alex

    The article content lives up to its name and it is beautifully scathing

    Everything Is Worse, Except Your Phone

    https://www.theatlantic.com/technology/archive/2018/09/everything-is-worse-except-your-phone/569980/

    In conversation Wednesday, 12-Sep-2018 11:20:51 EDT from mastodon.xyz permalink
  • After
  • Before
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

Jonkman Microblog is a social network, courtesy of SOBAC Microcomputer Services. It runs on GNU social, version 1.2.0-beta5, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Jonkman Microblog content and data are available under the Creative Commons Attribution 3.0 license.

Switch to desktop site layout.