HN user

bepitulaz

113 karma

Full stack developer who love travel very much.

Posts38
Comments34
View on HN
www.wedig.fyi 1mo ago

Show HN: An online crate digging tool to discover music you can buy and stream

bepitulaz
1pts0
github.com 7mo ago

Show HN: Building WiFi MIDI Controller with ESP32, Elixir, and AtomVM

bepitulaz
1pts0
github.com 8mo ago

Show HN: I let AI to do sound design with hardware synth

bepitulaz
1pts0
www.nanassound.com 1y ago

Show HN: AirBending – Hand gesture based macOS app MIDI controller

bepitulaz
92pts25
playasynth.com 1y ago

Play and monetize your hardware synthesizers online

bepitulaz
2pts0
www.asepbagja.com 2y ago

Making and Playing Music with Google Sheets and Web MIDI API

bepitulaz
62pts9
github.com 4y ago

I write music from the real-life data

bepitulaz
3pts0
odiolab.com 5y ago

Show HN: Odiolab – SaaS for generating audio transcription

bepitulaz
3pts1
www.pixeltroops.com 5y ago

Show HN: Free Instagram design templates for Black Friday

bepitulaz
1pts0
www.usetania.com 6y ago

Show HN: Farm monitoring and analysis service through remote sensing

bepitulaz
1pts0
usetania.org 6y ago

Satellites Can Help Farmers

bepitulaz
1pts0
usetania.org 7y ago

We Prepare the SaaS Version of Tania, Our Open Source Farm Management Software

bepitulaz
2pts0
www.chloematt.com 7y ago

Show HN: Pokester. A tool to extract Twitter list data

bepitulaz
2pts1
cannia.usetania.org 7y ago

Show HN: Cannia, the open source strains explorer web app

bepitulaz
2pts0
usetaniaoss.wordpress.com 7y ago

Steps to Do Smart Farming

bepitulaz
1pts0
github.com 7y ago

Show HN: Tania, an open source farm management software

bepitulaz
5pts0
tanibox.com 8y ago

Tania: Why Did We Open Source Our Farm Management Software?

bepitulaz
2pts1
github.com 9y ago

The moment when an open source framework developer get mad

bepitulaz
4pts0
github.com 9y ago

Show HN: Tania – An open source farm management system

bepitulaz
2pts0
asep.co 10y ago

Introduction to Functional Programming in JavaScript (Part 2)

bepitulaz
4pts0
asep.co 10y ago

Introduction to Functional Programming in JavaScript (Part 1)

bepitulaz
44pts20
asep.co 10y ago

Add Free SSL to Existing WordPress Site with Docker and Let’s Encrypt

bepitulaz
1pts0
asep.co 10y ago

Building Greenhouse Climate Control in Haskell

bepitulaz
1pts0
www.indiegogo.com 10y ago

Tanibox: Help us build indoor vertical hydroponic farming

bepitulaz
3pts0
asep.co 10y ago

Vertikal: Arduino MIDI Controller

bepitulaz
1pts0
asep.co 10y ago

Simple, Cheap, and Scalable IoT Data Logging with Clojure

bepitulaz
3pts0
play.google.com 11y ago

Walsa: Android App for Money Management

bepitulaz
2pts0
medium.com 11y ago

We Train Coding for Our Office Boy by Using Clojure

bepitulaz
1pts0
news.ycombinator.com 11y ago

Ask HN: Establishing a Company with Spouse

bepitulaz
1pts0
github.com 11y ago

Show HN: WordPress WP-API Client for Clojure

bepitulaz
3pts0

Open the app and open Logic Pro. Create a MIDI track on Logic, try waving to the app it should automatically receive MIDI message from all channels and all MIDI devices.

Then if you want to filter the track to receive specific MIDI channel from specific device, for example AirBending channel 2, then find it in the dropdown in the MIDI inspector section in the same MIDI track.

Location: Tallinn, Estonia

Remote: Yes (8 years of remote work experience) or On-site/Hybrid (Tallinn)

Willing to relocate: No. But, I'm willing to travel within EU.

Technologies: Elixir, Phoenix, React, Node.js, Postgres, MongoDB.

Résumé/CV: https://www.linkedin.com/in/asepbagja/ | https://github.com/bepitulaz

Email: asep.bagja.p@gmail.com

Preferably full-time employment, but I open with part-time or project based work too. If you need my PDF version of the CV, you can ask me via email.

This is what I'm looking for. It can search the cycling route. I've randomly checked some suggested routes in Estonia with Google Map street view. The route looks good by avoiding the main street/highway and following the bike path. Thanks for making it.

I started in 2007 as a keyboardist in a rock band when I was in the college. After graduation in 2009, I never play in a band again. But, I still continue playing music and tinkering with synthesizers as a hobby.

Now, I fall in love with ambient and generative music. For the DAW, I use Logic Pro to produce my music and my podcast.

Disagree. I'm still writing all important notes with a pen and paper. Don't get me wrong, I use apps like Evernote or now Notion for daily use, but at the end most of the information there mostly are not revisited after several weeks. Even I usually forgot where I put my notes there.

On the other hands, I write many important notes, business ideas, drawings, or sketches in my paper notebook. I always remember which notebook I put the note about a thing.

Also, the paper notebook is great. No need batteries, no hang/lag, and no need internet.

Idea 20100, make a filtering and full text search service for all of these ideas for better reading experience.

The author of the software here. Basically, you can record when you start seedling the crops, when to harvest, record all your seeds inventory, and write to do lists.

This release has pretty basic functions, but it works for a small farm like mine. I'm still improving the features.

So sorry about the documentation. I need time to develop the website to accommodate the doc and the user guide.

Honestly I did almost anything using FP. Mostly in Clojure and Clojurescript.

Btw, is using map, filter, reduce considered as using FP too? I always use it in my Swift and JS code.

One of the thing that I can't use FP is in embedded development (arduino and esp8266).

Hmm...I thought I had told them in the article.

According to sample number 2 above, we will read the loop 4 times to track the current value of sample. Imagine if you have an array with 1000 elements inside it.

That is one of that.

...made our code more concise

and also in the summary. Well, I know maybe "concise" is a subjective thing :)

But...but...my life is like that macromanager Lol. Don't worry, sometimes I'm also doing micromanaging. I'm not trying to tell imperative is bad, because I'm still using it when I feel FP is not efficient.

I wrote that article to introduce FP to anyone who wants broaden their knowledge. By knowing another paradigm, we will get the right tools for the right jobs, right?

My intention to write this article is for introducing FP concept to someone who never touch it. So, imho the best way to introduce FP to a beginner is by using the mainstream language, and for this case I use JS.

FP is not a silver bullet, so do imperative. By knowing those 2 paradigms you can get the right tool for the right job. I also don't want to do I/O heavy application with the "purity" thing. Hence in language like Clojure, we can still doing "the side-effect" thing.