{"id":18992232,"url":"https://github.com/narze/til-md","last_synced_at":"2025-10-08T22:12:31.929Z","repository":{"id":140558660,"uuid":"280880401","full_name":"narze/til-md","owner":"narze","description":"Today I Learned","archived":false,"fork":false,"pushed_at":"2021-11-16T15:14:38.000Z","size":28,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-22T11:50:48.974Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/narze.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-07-19T14:17:15.000Z","updated_at":"2022-01-30T11:50:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"4cef1b65-828f-4979-862e-975de712a7e5","html_url":"https://github.com/narze/til-md","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/narze/til-md","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narze%2Ftil-md","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narze%2Ftil-md/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narze%2Ftil-md/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narze%2Ftil-md/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/narze","download_url":"https://codeload.github.com/narze/til-md/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narze%2Ftil-md/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000781,"owners_count":26082851,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T17:16:52.756Z","updated_at":"2025-10-08T22:12:31.916Z","avatar_url":"https://github.com/narze.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Today I learned\n\nTotal : 23 TILs\n\n## All Entries\n\n- [Speedtest on Raspberry pi](./entries/2021-11-16-speedtest-on-raspberry-pi.md) - 2021-11-16\n- [Install Haskell's GHC \u0026 Cabal with asdf](./entries/2021-05-09-install-haskells-ghc--cabal-with-asdf.md) - 2021-05-09\n- [Parse timestamp to human-friendly date format in command line](./entries/2021-04-07-parse-timestamp-to-human-friendly-date-format-in-command-line.md) - 2021-04-07\n- [Remove file from entire Git history](./entries/2020-10-26-remove-file-from-entire-git-history.md) - 2020-10-26\n- [Run psql against localhost postgres database from Docker for Mac](./entries/2020-09-23-run-psql-against-localhost-postgres-database-from-docker-for-mac.md) - 2020-09-23\n- [Create array with numbers 1 to N in Javascript](./entries/2020-09-18-create-array-with-numbers-1-to-n-in-javascript.md) - 2020-09-18\n- [console.table()](./entries/2020-09-07-console-table.md) - 2020-09-07\n- [Use Hashdiff for comparing arrays or hashes in tests](./entries/2020-08-25-use-hashdiff-for-comparing-arrays-or-hashes-in-tests.md) - 2020-08-25\n- [Use zip with open-ended range to create hash with running numbers](./entries/2020-08-17-use-zip-with-open-ended-range-to-create-hash-with-running-numbers.md) - 2020-08-17\n- [Map each pair of object with Object.entries](./entries/2020-08-06-map-each-pair-of-object-with-objectentries.md) - 2020-08-06\n- [Redirect to localhost with lvh.me](./entries/2020-08-01-redirect-to-localhost-with-lvhme.md) - 2020-08-01\n- [Assign value or object in separate thread to use in main thread](./entries/2020-07-31-assign-value-or-object-in-separate-thread-to-use-in-main-thread.md) - 2020-07-31\n- [Generate QR Code from command line with npx qrcode](./entries/2020-07-30-generate-qr-code-from-command-line-with-npx-qrcode.md) - 2020-07-30\n- [Highlight current line then copy to macOS clipboard](./entries/2020-07-29-highlight-current-line-then-copy-to-mac-os-clipboard.md) - 2020-07-29\n- [DOM outerHTML](./entries/2020-07-27-dom-outer-html.md) - 2020-07-27\n- [Javascript random integer without rounding](./entries/2020-07-25-javascript-random-integer-without-rounding.md) - 2020-07-25\n- [Exclude dependencies from production bundles with Webpack](./entries/2020-07-23-exclude-dependencies-from-production-bundles-with-webpack.md) - 2020-07-23\n- [Minitest create custom assertions](./entries/2020-07-22-minitest-create-custom-assertions.md) - 2020-07-22\n- [Run npm scripts in parallel with single \u0026](./entries/2020-07-21-run-npm-scripts-in-parallel-with-single-ampersand.md) - 2020-07-21\n- [Ruby Struct with :keyword_init option](./entries/2020-07-21-ruby-struct-with-keyword-init-option.md) - 2020-07-21\n- [Ruby Squiggly Heredoc](./entries/2020-07-21-ruby-squiggly-heredoc.md) - 2020-07-21\n- [Minitest does not have described_class like rspec](./entries/2020-07-20-minitest-does-not-have-described-class-like-rspec.md) - 2020-07-20\n- [FontAwesome icons in sequencediagram.org](./entries/2020-07-19-sequence-diagram-org-logo.md) - 2020-07-19\n\n\n## CLI Usage\n\n- `bundle install`\n- `./til new` Create new entry\n- `./til compile` Compile summary \u0026 rebuild README\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnarze%2Ftil-md","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnarze%2Ftil-md","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnarze%2Ftil-md/lists"}