Viewing profile — egecant
egecant
HN member- Joined
- Thu, Sep 07, 2023, 7:19 PM UTC
- HN karma
- 49
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About egecant
Socials: - github.com/can-taslicukur
Interests: AI/ML, Data Science, Martial Arts, Music, Programming, Startups, Web Development
---
Recent public activity
-
comment
Comment #47398101
This is even worse because you are working with clinical trials, which literally has impact on human lives
-
comment
Comment #46070743
This article reminds me of another great article comparing R to Python: "Why pandas feels clunky when coming from R" ( https://www.sumsar.net/blog/pandas-feels-clunky-when-coming-.…
-
comment
Comment #43845455
Microsoft Teams is DaaS (Dread as a Service). Here is a great video about how it sucks your soul: https://youtu.be/3O0VbCvWlxk?si=E61rlKLjtFMczl3D
- comment
-
comment
Comment #43635177
The `echarts4r` [1] R package lets you create ECharts charts directly in R and render them in graphical device, Shiny apps, Rmarkdown or Quarto documents. [1] https://echarts4r.joh…
-
comment
Comment #42194067
Completely agree, from the perspective of someone that primarily uses R/tidyverse for data wrangling, there is this great article on why Pandas API feel clunky: https://www.sumsar.…
-
comment
Comment #42114155
I don't understand why other people are hating on Kanye's music. I understand that he is not a very likeable person, but his music is damn good y'all. Especially the ones you tried…
-
comment
Comment #41579413
Maybe its because you load tidyverse, which is a library of libraries, instead of loading only what you need? It seems like an issue related to your understanding of the tidyverse …
-
comment
Comment #41579344
I agree; It’s excellent for rapid prototyping, as its easy to learn/develop and time to deployment is incredibly fast, especially with Posit Connect. However, it’s not ideal for ha…
-
comment
Comment #41579293
In R, you can build Single Page Applications with Shiny, created by Posit https://shiny.posit.co/ It is very useful, if you don't know HTML,JS,CSS and want to create an interactive…
-
story
Show HN: Gait – A Command Line Tool for reviewing code changes
Hey HN, I wanted to share the open-source command line tool I built a while ago that allows you to review code changes in a git repository with chatGPT. My personal favorite is the…