タグ

2018年7月28日のブックマーク (4件)

  • Jasper(GitHub用のIssue Reader)を無料にしました - maru source

    こんにちは丸山@h13i32maruです。 2年前からJasperというGitHub用のIssue Readerを開発しており、$12で販売しているのですが、v0.6.0から無料で配布することにしました🎉 これまでに有料でお買上げいただいた方々、当にありがとうございました!!!すごく開発の支えになりましたし、購入してもらえたことを日々嬉しく思っていました。今後とも是非Jasperをよろしくお願いします! なぜ無料にするのか? そもそもどうして有料で販売していたのかというと、「自分の作ったものでお金を直接稼ぐってどれくらい難しいんだろうか?」「たくさん購入してもらうために個人でできることって何があるんだろうか?」というのを知りたかったからです。一攫千金とかサラリーマンを辞める、みたいなのは全然考えていませんでした。有料にしていたのはあくまでも現職(プロダクト開発)に活かすためにという感じ

    Jasper(GitHub用のIssue Reader)を無料にしました - maru source
  • Announcing the js-sys crate!

    We’ve just published the js-sys crate on crates.io! The js-sys crate contains raw #[wasm_bindgen] bindings to all the global APIs guaranteed to exist in every JavaScript environment by the ECMAScript standard. It does not contain bindings to any Web- or Node-specific APIs. With the js-sys crate, we can work with Objects, Arrays, Functions, Maps, Sets, etc… without writing the #[wasm_bindgen] impor

  • The death of a TLD

    Another one bites the dust. The gTLD gold rush is now seeing a steady flow of TLD’s that clearly just didnt work out. In the last week, ICANN removed the documentation for .xperia a TLD owned by Sony for their smartphone brand. Sony deleted a TLD, a whole TLD. This is a strange future. https://t.co/WSyBDCYV7Z — Ben Cox (@Benjojo12) July 26, 2018 On one hand this can be taken as a immense waste of

  • Removing Babel's Stage Presets · Babel

    module.exports = { presets: [ require("babel-preset-stage-1") ], plugins: [ require("babel-plugin-transform-do-expressions"), require("babel-plugin-transform-function-bind") ] }; Problems​ These presets were a convenient way to use what we all wanted: the new, shiny, "yet-to-be-determined" future of JavaScript. Looking back, it worked really well! (Maybe too well?) Too Good a Job?​ Languages like

    Removing Babel's Stage Presets · Babel
    yosuke_furukawa
    yosuke_furukawa 2018/07/28
    stage presetの設定は今後消えるというbabel 7のアナウンス。stage presetはまだ振る舞いが決定しきれてない仕様に依存して、結果その仕様にロックインされる可能性があるため。大変だこれ、、、