Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices by zac anger (zacanger@mastodon.social), page 13

  1. zac anger (zacanger@mastodon.social)'s status on Saturday, 28-Apr-2018 13:44:52 EDT zac anger zac anger
    in reply to
    • The_Gibson {UTC -4}

    @TheGibson I distro-hopped for a while and then settled on Debian, which I really loved for about six years. Recently switched to Manjaro on a whim (I wanted to try Arch but needed a browser at install time to get past a captive portal type thing), and haven't looked back. Pacman is _really_ good.

    In conversation Saturday, 28-Apr-2018 13:44:52 EDT from mastodon.social permalink
  2. zac anger (zacanger@mastodon.social)'s status on Saturday, 28-Apr-2018 13:06:57 EDT zac anger zac anger

    in lieu of docs i added ci and coverage reporting, which means badges. badges are almost as good as real docs, right? https://www.npmjs.com/package/zeelib

    In conversation Saturday, 28-Apr-2018 13:06:57 EDT from mastodon.social permalink

    Attachments

    1. Invalid filename.
      zeelib
      from npm
      A small lib of FP, Node, and DOM utils.
  3. zac anger (zacanger@mastodon.social)'s status on Saturday, 28-Apr-2018 12:42:45 EDT zac anger zac anger

    does this mean i have to write better docs? if so, please stop using this module, i don't want to write better docs

    In conversation Saturday, 28-Apr-2018 12:42:45 EDT from mastodon.social permalink
  4. zac anger (zacanger@mastodon.social)'s status on Saturday, 28-Apr-2018 12:42:07 EDT zac anger zac anger

    when did this start happening, and why

    In conversation Saturday, 28-Apr-2018 12:42:07 EDT from mastodon.social permalink
  5. zac anger (zacanger@mastodon.social)'s status on Saturday, 28-Apr-2018 00:40:07 EDT zac anger zac anger

    i think my milk is starting to go bad but i have a whole box of honey bunches of oats, shit

    In conversation Saturday, 28-Apr-2018 00:40:07 EDT from mastodon.social permalink
  6. zac anger (zacanger@mastodon.social)'s status on Friday, 27-Apr-2018 22:26:48 EDT zac anger zac anger

    don't use this library for anything bigger than a browser extension, probably. use cxs or something that actually has support and tests and things.

    In conversation Friday, 27-Apr-2018 22:26:48 EDT from mastodon.social permalink
  7. zac anger (zacanger@mastodon.social)'s status on Friday, 27-Apr-2018 22:19:17 EDT zac anger zac anger

    update: i added features. here's the whole lib:

    const style = (rules) => (el) => {
    Object.keys(rules).forEach((rule) => {
    el.style[rule] = rules[rule]
    })
    }

    const create = (el) => document.createElement(el)

    const createStyled = (el) => (rules) => {
    const e = create(el)
    style(rules)(e)
    return e
    }

    i accept donations and github stars

    In conversation Friday, 27-Apr-2018 22:19:17 EDT from mastodon.social permalink
  8. zac anger (zacanger@mastodon.social)'s status on Friday, 27-Apr-2018 22:16:40 EDT zac anger zac anger

    let's say i wanted to get started with qt, qtquick, and qml-- where would i go? official docs?

    In conversation Friday, 27-Apr-2018 22:16:40 EDT from mastodon.social permalink
  9. zac anger (zacanger@mastodon.social)'s status on Thursday, 26-Apr-2018 21:23:58 EDT zac anger zac anger

    non-features include:
    * no tests
    * doesn't extract rules to a stylesheet
    * you shouldn't use it with any big libraries
    * also don't use it if you have lots of things on the page probably
    * maybe don't use it
    * the name isn't very good (vanilla-css-in-js)

    In conversation Thursday, 26-Apr-2018 21:23:58 EDT from mastodon.social permalink
  10. zac anger (zacanger@mastodon.social)'s status on Thursday, 26-Apr-2018 21:21:22 EDT zac anger zac anger

    because once in a while i write things in plain old javascript which is weird, and this makes it a little easier

    In conversation Thursday, 26-Apr-2018 21:21:22 EDT from mastodon.social permalink
  11. zac anger (zacanger@mastodon.social)'s status on Thursday, 26-Apr-2018 21:20:56 EDT zac anger zac anger

    just published a new css in js library. don't install it. here's all the code:

    const style = rules => el => { Object.keys(rule).forEach((r) => { el.style[r] = rules[r] })})

    In conversation Thursday, 26-Apr-2018 21:20:56 EDT from mastodon.social permalink
  12. zac anger (zacanger@mastodon.social)'s status on Thursday, 26-Apr-2018 20:19:31 EDT zac anger zac anger

    i was able to breathe for about two weeks but now that's gone again. DAMN i love seasons!

    In conversation Thursday, 26-Apr-2018 20:19:31 EDT from mastodon.social permalink
  13. zac anger (zacanger@mastodon.social)'s status on Monday, 23-Apr-2018 22:49:04 EDT zac anger zac anger

    http://npm.im/lnx now handles netscape-style bookmarks.html imports!

    In conversation Monday, 23-Apr-2018 22:49:04 EDT from mastodon.social permalink
  14. zac anger (zacanger@mastodon.social)'s status on Sunday, 22-Apr-2018 19:30:45 EDT zac anger zac anger
    • Fastbyte01

    @fastbyte01 i just got chills thinking about that ๐Ÿ™€

    In conversation Sunday, 22-Apr-2018 19:30:45 EDT from mastodon.social permalink
  15. zac anger (zacanger@mastodon.social)'s status on Sunday, 22-Apr-2018 19:29:08 EDT zac anger zac anger
    • Fren

    @woah It's a lot better than it used to be. One time, though, I upgraded systemd and got hit by the "shutdown no longer works" bug

    In conversation Sunday, 22-Apr-2018 19:29:08 EDT from mastodon.social permalink
  16. zac anger (zacanger@mastodon.social)'s status on Sunday, 22-Apr-2018 19:21:22 EDT zac anger zac anger

    it's been years and this still terrifies me

    In conversation Sunday, 22-Apr-2018 19:21:22 EDT from mastodon.social permalink
  17. zac anger (zacanger@mastodon.social)'s status on Saturday, 21-Apr-2018 19:26:27 EDT zac anger zac anger

    icymi https://www.youtube.com/watch?v=NwVMFYcWYOM

    In conversation Saturday, 21-Apr-2018 19:26:27 EDT from mastodon.social permalink

    Attachments

    1. Invalid filename.
      [Official M/V] ์œค๋ฏธ๋ž˜ (Yoonmirae) - '๊ฐ€์œ„๋ฐ”์œ„๋ณด (KAWI BAWI BO)'
      By ํ•„๊ตฟ๋ฎค์ง[FeelGhoodMusic] from YouTube
  18. zac anger (zacanger@mastodon.social)'s status on Wednesday, 28-Mar-2018 23:07:11 EDT zac anger zac anger

    what's everyone's fav CI/CD service? my company is on teamcity and circle right now, but nobody likes teamcity and we're not totally sold on circle. i'm mostly looking for A. configuration is under version control, B. plays well with all sorts of projects (.NET core, docker, node, python), and C. has an enterprise (in our VPC) offering.

    In conversation Wednesday, 28-Mar-2018 23:07:11 EDT from mastodon.social permalink
  19. zac anger (zacanger@mastodon.social)'s status on Sunday, 25-Mar-2018 17:01:10 EDT zac anger zac anger

    it also compiled on debian without having to install anything extra, which might mean i have way too much installed on this one laptop

    In conversation Sunday, 25-Mar-2018 17:01:10 EDT from mastodon.social permalink
  20. candle๐Ÿ•ฏ๏ธ (candle@witches.town)'s status on Wednesday, 07-Mar-2018 17:07:11 EST candle🕯️ candle๐Ÿ•ฏ๏ธ

    retweet to pet ๏ผฟ๏ผฟ
    ๐Ÿค  |๏ฟฃ๏ฟฃ๏ฟฃ๏ฟฃ๏ฟฃ| ๏ผ๏ผžใ€€ใ€€ใƒ•
    โ”ƒโ”ƒ| ๐—–๐—›๐—”๐—ก๐—š๐—˜ | | ใ€€_ใ€€ _ l
    โ”ƒโ”ƒ| ๐— ๐—ฌ | ๏ผ` ใƒŸ๏ผฟxใƒŽ
    โ”ƒโ”ƒ| ๐— ๐—œ๐—ก๐—— | ใ€€ใ€€ ใ€€ |
    โ”ƒโ”ƒ| ๏ผฟ๏ผฟ๏ผฟ๏ผฟ__| ใƒฝใ€€ใ€€ ๏พ‰
    โ”ƒโ•ฑ(\__/) || โ•ฒ ใ€€|ใ€€|ใ€€|
    โ•ฑโ•ฑ(โ€ขใ……โ€ข) || โ•ฒโ•ฒ โ‚ |ใ€€|ใ€€|
    โ–”โ–/ ใ€€ ใฅ โ–•โ–” :yell:__)
    โ•ฑโ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ–”โ•ฒ
    BEGIN SUPERTHOUGHT
    โ•ฑโ•ฑโ”โ”ณโ”“โ•ญโ•ฎโ”โ”ณโ”“ โ•ฒโ•ฒ
    โ–”โ–โ”—โ”ปโ”›โ”ƒโ”ƒโ”—โ”ปโ”›โ–•โ–”
    ๐Ÿ‘ข ๐Ÿ‘ข

    In conversation Wednesday, 07-Mar-2018 17:07:11 EST from witches.town permalink Repeated by zacanger
  • 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.