Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices by ∑ XahLee (xahlee@noagendasocial.com), page 36

  1. ∑ XahLee (xahlee@noagendasocial.com)'s status on Monday, 22-Jan-2018 15:14:31 EST ∑ XahLee ∑ XahLee

    Keyboard Layout: Dvorak vs Colemak, see http://xahlee.info/kbd/dvorak_vs_colemak.html

    In conversation Monday, 22-Jan-2018 15:14:31 EST from noagendasocial.com permalink
  2. ∑ XahLee (xahlee@noagendasocial.com)'s status on Monday, 22-Jan-2018 14:59:47 EST ∑ XahLee ∑ XahLee

    see http://xahlee.info/kbd/dvorak_and_all_keyboard_layouts.html

    Alternative Keyboard Layouts

    In conversation Monday, 22-Jan-2018 14:59:47 EST from noagendasocial.com permalink
  3. ∑ XahLee (xahlee@noagendasocial.com)'s status on Monday, 22-Jan-2018 14:59:14 EST ∑ XahLee ∑ XahLee

    https://noagendasocial.com/media/6pj7LDC4-s5ltX7r8-4

    In conversation Monday, 22-Jan-2018 14:59:14 EST from noagendasocial.com permalink
  4. ∑ XahLee (xahlee@noagendasocial.com)'s status on Monday, 22-Jan-2018 14:50:50 EST ∑ XahLee ∑ XahLee

    it's great to have to switched to @DuckDuckGo , because, you get new results you don't see before.

    In conversation Monday, 22-Jan-2018 14:50:50 EST from noagendasocial.com permalink
  5. ∑ XahLee (xahlee@noagendasocial.com)'s status on Monday, 22-Jan-2018 13:41:44 EST ∑ XahLee ∑ XahLee

    Apparently a lot young web dev today don't know how to call dom methods sans a framework.
    If you aspire to write a lib someday, you'll need to know.
    Here's a 10 minu tutorial
    http://xahlee.info/js/scripting_web_index.html
    #JavaScript

    In conversation Monday, 22-Jan-2018 13:41:44 EST from noagendasocial.com permalink
  6. ∑ XahLee (xahlee@noagendasocial.com)'s status on Monday, 22-Jan-2018 13:10:13 EST ∑ XahLee ∑ XahLee

    Today's #JavaScript in Depth updates. Most useful array method is splice
    for adding/deleting/change any element
    http://xahlee.info/js/js_array_splice.html

    all other methods also updated:
    JS: Array.prototype
    http://xahlee.info/js/js_array_methods.html

    In conversation Monday, 22-Jan-2018 13:10:13 EST from noagendasocial.com permalink
  7. ∑ XahLee (xahlee@noagendasocial.com)'s status on Monday, 22-Jan-2018 04:36:29 EST ∑ XahLee ∑ XahLee

    so, i should set out to learn @reactjs or should i do @vuejs or @reasonml ? i need to become familiar with one of the modern stuff instead of direct dom method calls.

    In conversation Monday, 22-Jan-2018 04:36:29 EST from noagendasocial.com permalink
  8. ∑ XahLee (xahlee@noagendasocial.com)'s status on Monday, 22-Jan-2018 02:08:11 EST ∑ XahLee ∑ XahLee

    i never understood how any of #golang #clojure etc compile to #JavaScript do dom. e.g.
    can anyone show me how this is done?:
    document.getElementById("id").addEventListener("click",((e)=>{e.target.innerHTML='<p>hi</p>'}));

    In conversation Monday, 22-Jan-2018 02:08:11 EST from noagendasocial.com permalink
  9. ∑ XahLee (xahlee@noagendasocial.com)'s status on Monday, 22-Jan-2018 01:22:28 EST ∑ XahLee ∑ XahLee

    next hour, study logic.
    gonna understand homotopy type theory before i puff out my last breath.
    http://xahlee.info/math/math_books.html
    #math

    In conversation Monday, 22-Jan-2018 01:22:28 EST from noagendasocial.com permalink
  10. ∑ XahLee (xahlee@noagendasocial.com)'s status on Monday, 22-Jan-2018 01:13:42 EST ∑ XahLee ∑ XahLee
    in reply to

    of these, i think #purescript will not go anywhere.
    elm is questionable due to new.
    reasonml of ocaml and facebook is probably the winner long term.

    In conversation Monday, 22-Jan-2018 01:13:42 EST from noagendasocial.com permalink
  11. ∑ XahLee (xahlee@noagendasocial.com)'s status on Monday, 22-Jan-2018 01:10:10 EST ∑ XahLee ∑ XahLee

    #JavaScript typed functional langs:
    • @reasonml https://reasonml.github.io/ → #ocaml in js syntax
    • purescript @paf31 http://www.purescript.org/ → based on #haskell and syntax.
    • @elmlang http://elm-lang.org/ → is its own thing.

    In conversation Monday, 22-Jan-2018 01:10:10 EST from noagendasocial.com permalink

    Attachments

    1. File without filename could not get a thumbnail source.
      Reason · Reason lets you write simple, fast and quality type safe code while leveraging both the JavaScript & OCaml ecosystems.
      Reason lets you write simple, fast and quality type safe code while leveraging both the JavaScript & OCaml ecosystems.
  12. DCGirl ❤️+💡 (dcgirl@noagendasocial.com)'s status on Sunday, 21-Jan-2018 11:56:28 EST DCGirl ❤️+💡 DCGirl ❤️+💡

    National Anthem time!

    In conversation Sunday, 21-Jan-2018 11:56:28 EST from noagendasocial.com permalink Repeated by xahlee
  13. ∑ XahLee (xahlee@noagendasocial.com)'s status on Sunday, 21-Jan-2018 22:25:08 EST ∑ XahLee ∑ XahLee

    tell us about the lobster

    In conversation Sunday, 21-Jan-2018 22:25:08 EST from noagendasocial.com permalink
  14. ∑ XahLee (xahlee@noagendasocial.com)'s status on Sunday, 21-Jan-2018 19:46:27 EST ∑ XahLee ∑ XahLee

    #JavaScript creating html by • document.createElement • setAttribute • appendChild is super annoying, hard to read.. Alternative is do everything by =innerHTML. Is there a consensus? what does those frameworks do?

    In conversation Sunday, 21-Jan-2018 19:46:27 EST from noagendasocial.com permalink
  15. ∑ XahLee (xahlee@noagendasocial.com)'s status on Sunday, 21-Jan-2018 18:59:16 EST ∑ XahLee ∑ XahLee

    Best Typing Tutorial, Speed Test, Typing Games
    http://xahlee.info/kbd/typing_tutorial_and_games.html

    In conversation Sunday, 21-Jan-2018 18:59:16 EST from noagendasocial.com permalink
  16. ∑ XahLee (xahlee@noagendasocial.com)'s status on Sunday, 21-Jan-2018 09:52:17 EST ∑ XahLee ∑ XahLee

    http://xahlee.org/sex/google_search_white_black_couple.html
    Google Search, White Couple vs Black Couple

    In conversation Sunday, 21-Jan-2018 09:52:17 EST from noagendasocial.com permalink
  17. ∑ XahLee (xahlee@noagendasocial.com)'s status on Sunday, 21-Jan-2018 08:31:33 EST ∑ XahLee ∑ XahLee

    #Canvas vs #SVG, comparison by code
    http://xahlee.info/js/html5_canvas_vs_SVG.html

    In conversation Sunday, 21-Jan-2018 08:31:33 EST from noagendasocial.com permalink
  18. ∑ XahLee (xahlee@noagendasocial.com)'s status on Thursday, 18-Jan-2018 08:21:47 EST ∑ XahLee ∑ XahLee

    going to stop using social media for 7 days. for a break. be back around 25th.

    In conversation Thursday, 18-Jan-2018 08:21:47 EST from noagendasocial.com permalink
  19. ∑ XahLee (xahlee@noagendasocial.com)'s status on Thursday, 18-Jan-2018 05:38:55 EST ∑ XahLee ∑ XahLee

    #JavaScript In Depth update
    true or false: 「Number.parseInt === parseInt」
    http://xahlee.info/js/js_Number.parseInt.html

    In conversation Thursday, 18-Jan-2018 05:38:55 EST from noagendasocial.com permalink
  20. ∑ XahLee (xahlee@noagendasocial.com)'s status on Thursday, 18-Jan-2018 05:35:02 EST ∑ XahLee ∑ XahLee

    Signum keyboard. see video http://xahlee.info/kbd/signum_keyboard.html

    In conversation Thursday, 18-Jan-2018 05:35:02 EST from noagendasocial.com 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.