blazeeboy

↗ HN profile [ 133 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hey HN! I'm the author of XLog. I built it because I wanted a knowledge base tool that combined: - Local markdown files (like Hugo/Jekyll) - Automatic backlinks (like Obsidian/Roam) - My text editor (Vim), not a…

  2. Xlog: a static site generator for digital gardening written in Go

  3. Show HN: Rubyfunctions.com (rubyfunctions.com)
  4. Show HN: Who is the CEO now? – me (who-is-the-ceo-now.me)
  5. this is a small practice of downloading a list of anonymous emails gravatar images, this could give you a good indicator of what email is active. the script is for fun use only, i got the list of emails from pastebin…

  6. this script is rather simple one, it will wait until you finish work then show a window with a funny text that tells you to go home and enjoy your life. this script will me very useful if you put it in your login…

  7. objective C has a weired feature, it can swaps 2 methods between objects, so if you are trying to call a Method1 from Object1 it will call Method2 from Object2, i created a solution for that in ruby as there is no…

  8. this script uses sinatra to share your media files from your songs library the script will enable users to play music on page using a streaming url this script is part of a larger one to create a media library on the…

  9. this script could be part of large script of monitoring your followers number across social media, and sum them to form a social score of some kind just like klout does. as i didn't find an apropriate api to get these…

  10. this script will get a new image from reddit every period and write it to an ixisting image on you Hard drive, if you set this image as your wallpaper you will have a constantly changing desktop wallpaper from the…

  11. this script will use ruby reddit api gem to browse a subreddit i like named AWW, they post cute pets images, i will browse this subreddit latest posts and will download images to my machine, this script could be applied…

  12. Forgiving ruby (twitter.com)
  13. this is small but useful script, it could be used as a plugin for sublimeText, CMS, news website to get the top 40 UK singles from BBC website. script gets teh printable format of the chart and extract data then form…

  14. i wanted to see ruby classes and each class connected to its parent i used the ruby-graphviz, it turns out that there is another gme named graphviz and it is not the one tha will work correctly. my method was fairly…