This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-04-07
Channels
- # announcements (2)
- # beginners (25)
- # calva (16)
- # cljdoc (37)
- # cljsrn (24)
- # clojure (204)
- # clojure-nl (4)
- # clojure-spec (34)
- # clojure-uk (3)
- # clojurescript (13)
- # cursive (8)
- # data-science (3)
- # dirac (21)
- # figwheel-main (1)
- # luminus (3)
- # off-topic (45)
- # pedestal (3)
- # planck (2)
- # re-frame (5)
- # shadow-cljs (270)
- # spacemacs (5)
I feel like “cause” is always a strong word. I don’t have time to read the article rn tho
A problem with the paper in question is that it assumes there is a requirements document,
I have some experience with IoT monitoring and I can assure you that that is not always the case
I think it does depend, but the point is that on average, it's about the same. The claim of DIE is that the bug gets exponentially harder to fix.
I don't think a lack of requirements dismisses the results, you just pay more attention to the defects introduced during the later stages.
My Ruby is pretty rusty. If I have a homebrew formula like this: https://github.com/borkdude/homebrew-brew/blob/master/clj-kondo.rb#L4 How can I use the version variable in the string template of the download link from github?
Hey, if you were to publish a Python-based web app and you had no money, what would you use?
Free tier heroic? Maybe
(Will later hand it over to people who likely have their own hosting via academic resources, but I’d like to have something set up first where people can try it out_
Heroku *
Fighting autocorrect with programming related terms is always fun
I tried, I want my participation medal
Yeah they have a nice niche. Used to work with them 10 years ago before they pivoted to this :)
Resolver One, a spreadsheet built on Python. IronPython, to be exact, on .NET. Sadly the financial crisis of 2008 killed the market...
aw 😞 interesting though, I’d have thought that nothing could challenge the excel/docs hold on spreadsheets
It was really cool tech! Could define your own “formulae” in Python, fetch things from the web etc.
I saw the description on wiki, must have been brilliant to use it for an actual programmer 🙂 Given I think spreadsheets are the best way to teach people programming, I’d have loved to use that
What are the privacy / IP concerns I should be watching out for when publishing on Heroku?
In which sense?
Data privacy?
Anything I should be aware of. I haven’t used it before, so I’m not sure if there are any known gotchas.
Given that heroku deployment asks you to push your commits to their repo, do you ever get a guarantee that they get deleted if you wanted to move away, for instance?
Well you retain copyright on that source code
So if anything, they cannot use it
But; I am not sure, any third party you will use has their own terms
Whether that’s aws, heroku or anything
(offtopic in offtopic, love that this exists: http://httpbin.org/status/418 )
That’s especially relevant when hosting sensitive data. With source code however, I don’t think it matters much ^^
Thanks 🙂 Yes, sensitive data is especially important given legal responsibilities, I’d not want to handle it myself
Well sometimes you have to, given strict regulations.
Sorry, I am not a lawyer. Before I start spewing nonsense, read the terms of Heroku
I’m not treating this as a legal consultation, just checking for known gotchas and also was interested in what you meant by sensitive data. Anyway, cool.
thanks for the recommendations @lennart.buit and @orestis, I’m glad to have multiple options and now testing how things work 🙂
Yeah it’s just, as soon as you start processing like financial or medical data, things get hairy real fast
So I wouldn’t want to advise on that ^^