prompt
stringlengths
16
15.6k
completion
stringlengths
4
6
Title: I am currently starting work on a new app/website. Currently planning to have 1 BE API set to start, probably graphql (which will be user data/information and need to check with the auth server about being protected). I will also have many client apps (web, mobile, potential partners) that will need to make queries to that BE. Do you usually roll your own authentication or use something like auth0/fusionauth/gluu/etc? This product is going to need to be secure as it will be in the healthcare space (so think oidc). Upvote:
457
Title: Our team’s engineering and project managers are based overseas. This year I’ve been acting as the local manager as well as a developer on some projects.<p>The company has recently hired an additional project manager overseas who has already started excluding me from project meetings. Another project manager has been hired to work in the local office and is starting next week.<p>I get the feeling I’m now meant to be sitting in the corner with my headphones on. Upvote:
74
Title: Any books you cannot wait to read next year? Or is there something you really wish to learn? Curious about <i>all</i> kinds of great book suggestions for 2019. Thanks for sharing! Upvote:
51
Title: I really like programming but I quickly get bored at work. I often work on personal projects during work hours because they&#x27;re more interesting. The success or failure of a business, even one I depend on for income, does not motivate me. None of my personal projects are monetizable. They&#x27;re just things I do to learn. It&#x27;s the experience of learning that excites me. I have a little experience teaching (after-school program) and writing about what I learn. I enjoy that too. My ideal life would be one where I am free to explore things that interest me and share that knowledge with others.<p>Unfortunately, I can&#x27;t afford not to work. So I need a career of some kind and am looking for a career that&#x27;s more aligned with what naturally motivates me. I&#x27;ve contemplated going back to school but am not convinced this is a good idea. I have a degree from an art school, no formal computer science education, and no math since highschool. I also don&#x27;t have much money. If I wanted to study computer science, I&#x27;d have to start at the undergraduate level and borrow a lot of money. School as an investment makes sense to me but I&#x27;m not sure what I would be investing in. I don&#x27;t think a career in academia would appeal to me, and borrowing that much money because I&#x27;m bored at work sounds like a bad idea.<p>Does anyone have a suggestion for what I can&#x2F;should do to improve my circumstances? Upvote:
180
Title: I have 2FA on one of my web apps. Most users are using Google Authenticator which uses TOTP (Time-Based One-Time Password). On first login, we show them a QR code. We instruct them to save a copy of this QR code in the event they get a new phone or want to install a new 2FA app. However, I am running into a situation where users are not doing this. I can easily enough reset their account to show a QR code again on next login, but my question is: What is the safest way to &quot;authenticate&quot; them for a reset? I could do things like send a reset email to the email associated with the account, but I am just wondering what others are doing for situations like this. I want to make sure I am doing it as securely as possible.<p>Thanks! Upvote:
96
Title: I&#x27;m curious how others store their photos. Right now I use Arq to back up to an AWS Glacier instance. I also back up to Shutterfly. And I use Time Machine to an external HD.<p>Problems:<p>0. I&#x27;m using a ton of local HD space to store them. I want to free up a bunch of space.<p>1. But if I delete photos from my computer, Arq will eventually delete the backups that contained them. Could be months or years but if they&#x27;re not local, they&#x27;ll be gone when the cost to store them exceeds the monthly budget I&#x27;ve set with Arq.<p>2. Additionally, Shutterfly apparently will let you upload videos up to 2GB. But I&#x27;ve randomly found a couple of videos well under that size that just don&#x27;t get backed up.<p>I think this is what a good storage situation looks like:<p>1. Photos and videos are automatically backed up to the cloud from my devices (nice to have)<p>2. Photos are retained forever in the cloud even if they&#x27;re deleted from my devices. I have to go to cloud storage to delete something.<p>3. Very nice to have: photos are encrypted locally before getting sent to the cloud like with Arq.<p>4. Bonus points: the UI for browsing cloud photos is nice (Shutterfly bought the company I was using, which had the best UI I&#x27;d found).<p>What do you use? Have you solved any of the problems I&#x27;ve laid out with my approach?<p>edit: thanks for all the great replies. I&#x27;m in the middle of a lengthy process of moving off of Google services, so Google Photos sounds great but isn&#x27;t something I&#x27;m into. Will look at iCloud and other solutions mentioned below. Upvote:
90
Title: Hey HN,<p>I just published on Leanpub a free book, &quot;Clean Architectures in Python&quot;. It&#x27;s a humble attempt to organise and expand some posts I published on my blog in the last years.<p>You can find it here: https:&#x2F;&#x2F;leanpub.com&#x2F;clean-architectures-in-python<p>The main content is divided in two parts, this is a brief overview of the table of contents<p>* Part 1 - Tools - Chapter 1 - Introduction to TDD - Chapter 2 - On unit testing - Chapter 3 - Mocks<p>* Part 2 - The clean architecture - Chapter 1 - Components of a clean architecture - Chapter 2 - A basic example - Chapter 3 - Error management - Chapter 4 - Database repositories<p>Some highlights:<p>- The book is written with beginners in mind<p>- It contains 3 full projects, two small ones to introduce TDD and mocks, a bigger one to describe the clean architecture approach<p>- Each project is explained step-by-step, and each step is linked to a tag in a companion repository on GitHub<p>The book is free, but if you want to contribute I will definitely appreciate the help. My target is to encourage the discussion about software architectures, both in the Python community and outside it.<p>I hope you will enjoy the book! Please spread the news on your favourite social network Upvote:
192
Title: I was playing with the idea of a Facebook profile cemetery. It would be a tool to structure your profile data after you download it from Facebook, in order to self-host it on a space you own. The idea would be to keep alive your profile history, but on your own website, for friends and family to still browse it, or just as a way to claim and still show data that&#x27;s fundamentally yours to show around.<p>Before I try to figure out a way to do that and start building something, do you know any tool useful for this purpose? Upvote:
113
Title: I&#x27;ve already posted yesterday, but I&#x27;d really love to get comments, any kind of questions, suggestions and help would be greatly appreciated as it&#x27;s an Open Source project of mine (and was for others during my studies at the University of Konstanz 6 years ago).<p>Since then I spent countless ours to bring forth the idea of a versioned storage system, especially well suited for analytical tasks for timd-varying data.<p>Especially I&#x27;d love to discuss what documentation you need, which next steps are necessary (JSON, Cloud...), API additions or changes...<p>I&#x27;ve updated the README quiet a bit, such that the set up of the asynchronous, RESTful HTTP(S) Server is easier :-) however I could use some help with the Docker stuff.<p><a href="http:&#x2F;&#x2F;sirix.io" rel="nofollow">http:&#x2F;&#x2F;sirix.io</a> Upvote:
55
Title: Do you think it&#x27;s a viable solution for doing online business? How is that working out for you in general? Upvote:
158
Title: I&#x27;m in high school. Soon, I will be in college. Before, I’ve focused mainly on studying and pursuing solitary passions, but not doing social activities. However, I now feel that I&#x27;m missing out on typical teenager life, and I&#x27;ll have regrets when I&#x27;m an adult.<p>I just watched an anime following a group of close friends in a band as they pass through high school. I&#x27;ve seen people online state that the anime reminded them of their own high school lives, but it doesn&#x27;t remind me of my current life at all; it&#x27;s way too carefree and fun.<p>My online friends have told me that they don&#x27;t have close friends either, so my life is normal.<p>Today, I saw this: https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;AskReddit&#x2F;comments&#x2F;aanfmf&#x2F;whats_a_very_common_thing_that_you_just_cannot&#x2F;ecuao12. Granted, the person is saying that they don&#x27;t relate to looking back on high school. However, the topic is about common things that one can’t relate to, and some repliers said that their own HS lives were carefree. Now, I again feel I am missing something.<p>I like programming, and I&#x27;ve become interested in type theory. I doubt that other people in my school care about this stuff.<p>I take art class, but it&#x27;s a solitary activity between me and my teacher, not together with other students.<p>I don&#x27;t know how to make close friends. I can talk to people, but I can&#x27;t suddenly form a close relationship with somebody. Friendship can’t be forced; it develops naturally. Yet, I&#x27;ve never made a close, loyal friendship, only casual friendships.<p>Before, I&#x27;ve been looking forward to college so I can study my interests. Now, I feel afraid of ending high school.<p>Is it normal that I don&#x27;t have close friends and that I&#x27;m solitary? Am I missing out on anything?<p>What hobbies do you advise me to adopt that I can do in a group, with camaraderie?<p>Will college be the same or different than high school? Can I have the same kind of youthful fun when I&#x27;m an adult? Upvote:
67
Title: For instance what they use for stuff like<p><a href="https:&#x2F;&#x2F;git-lfs.github.com" rel="nofollow">https:&#x2F;&#x2F;git-lfs.github.com</a><p>Or I don&#x27;t know how to describe it, because right now I can&#x27;t find an example, but more &quot;comic&quot; like maybe. I know that Venka Subramanian once had such a nice article about Akka with beautiful diagrams, but can&#x27;t find it either :( Upvote:
681
Title: One of my big goals for 2019 is to become more charming and charismatic. What resources have helped you guys?<p>One that helped me a lot personally was this book &quot;never split the difference&quot; Upvote:
58
Title: I am a EE, hardware engineer with about a decade of experience in PCB electronics and systems engineering experience which includes a brief stint at a FAANG that also happens to be an E-tailer. I have been &quot;dabbling&quot; in Python for about a year now and just recently started with DL using PyTorch and find it quite interesting. To be clear I don&#x27;t write code at work, atleast not until now. I intend to utilize any free resources (MOOCs) to teach myself the latest techniques in DL for CV. What I am not clear is the next logical step.A part of me wants to Boostrap a SAAS using Python stack to build something that I can market using the traditional channels(PH,Show HN,Reddit,answer SO questions) and show it to potential employers but am not sure if I will even get to the interview stage with a resume but that doesn&#x27;t look anything like a programmer with a tradional CS background and work experience to boot. Sorry about the long and winding question, but what should I do to get noticed by recruiters at FAANG and non-FAANG to stand apart from the CS crowd? Upvote:
390
Title: Are there any banks that offer great checking accounts and credit cards for start ups?<p>I&#x27;m based in NYC for reference. Thanks. Upvote:
71
Title: For someone with a reasonable background in software development, what new skills might need to be acquired to move specifically into NLP (natural language processing)?<p>Does doing NLP essentially mean having to learn ML at this point?<p>Also, how to showcase skills to potential employers? Upvote:
95
Title: I have an idea that I want to work on during the break. And I think this is something that would suit a graph db, (a service that would link users together depending on their choice profile). So what was your experience of working with one? Which graph db did you use?<p>Edit: What sort of problems are well-suited to graph databases? In other words, what are some scenarios where something like Postgres is not suitable anymore? Upvote:
161
Title: I&#x27;m a manager in one of the biggest startups in our field. We&#x27;re currently big in consulting, but we&#x27;ve been trying to move into SaaS.<p>Problem is, we&#x27;re growing, but can&#x27;t keep engineers. In the beginning of the year we had half the number of employees we have now, but twice as much engineers as today. An engineer left us three weeks ago and two more gave notice and are leaving in January. Hiring is extremely hard because of economy.<p>We have a strong culture, but it is widely felt by the rest of the company that the engineering team doesn&#x27;t adhere to it. Complaints from other workers range from the decision they made to isolate themselves in their own building, how they actively engage in bickering and in-fighting between their own teams, how they have extremely limited communication to the rest of the company (users of their products), and reports of sexual harassment and racism.<p>There&#x27;s zero consistency between the message they&#x27;re sending. Some engineers believe the team is moving too fast, while a different group believes they&#x27;re moving too slow. In the exit interviews we had complaints of micromanaging mixed with complaints of lack of management. The new flagship application we&#x27;re building is extremely simple, but has way too many lines of code compared to all our other (more complex) applications. The development process is indeed slow and full of fail-safes, but there&#x27;s still an astounding number of bug reports for a simple app.<p>Has anyone dealt with such a situation and has some advice?<p>EDIT: I&#x27;m a manager but I&#x27;m not in the engineering team itself. Upvote:
91
Title: Academics: junior academic researchers including phd students, postdocs and early career profs. Upvote:
113
Title: Edit: Sorry everybody! This should have gone out tomorrow, since Jan 1 is such a standard holiday. I&#x27;m going to kill this thread now and we&#x27;ll have the real one tomorrow. We will also modify the code to get this right for next year. -- dang Upvote:
60
Title: I went on a job interview for a Quant position.<p>I wrote out some c++ and I used namespaces like: std::cout, std::merge, etc. I did not write: using namespace std;<p>The interviewer just lost it. Went on this rant that &quot;how can programmers now write such confusing code&quot;, &quot;just name space it ahead of time&quot;.<p>And he was just plain mad. Uncomfortable mad. I tried saying &quot;what if functions have the same name&quot;..he spouted off about &quot;how compilers are smart enough to know what the programmer wants based upon parameters provided and why would any programmer use functions with the same name and how so many people he talks to don&#x27;t know how to code but call themselves coders...and why didn&#x27;t I write my own code to merge 2 files. Did I need to use the std..&quot;<p>What does everyone else do?<p>using namespace std;<p>cout &lt;&lt; &quot;blah&quot; &lt;&lt; endl;<p>merge(...);<p>or<p>std::cout &lt;&lt; blah&quot; &lt;&lt; std::endl;<p>std::merge(...);<p>and I always use std:: instead of writing my own. I mean &quot;time tested&quot; versus &quot;have I had enough coffee...&quot;. In 25 years of c++ I always used std:: before re-creating.<p>Has anyone else had a horror interview like this?<p>Edit: I didn&#x27;t shout or get mad. I practiced my Buddhist learning and turned the other cheek without emotion. Upvote:
48
Title: Please state the job location and include the keywords REMOTE, INTERNS and&#x2F;or VISA when the corresponding sort of candidate is welcome. When remote work is not an option, include ONSITE.<p>Please only post if you personally are part of the hiring company—no recruiting firms or job boards. Only one post per company. If it isn&#x27;t a household name, explain what your company does.<p>Commenters: please don&#x27;t reply to job posts to complain about something. It&#x27;s off topic here.<p>Readers: please only email if you are personally interested in the job.<p>Searchers: Try <a href="https:&#x2F;&#x2F;kennytilton.github.io&#x2F;whoishiring&#x2F;" rel="nofollow">https:&#x2F;&#x2F;kennytilton.github.io&#x2F;whoishiring&#x2F;</a>, <a href="https:&#x2F;&#x2F;hnhired.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hnhired.com&#x2F;</a>, <a href="https:&#x2F;&#x2F;hnjobs.emilburzo.com" rel="nofollow">https:&#x2F;&#x2F;hnjobs.emilburzo.com</a>, <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=10313519" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=10313519</a>.<p>Don&#x27;t miss these other fine threads:<p><i>Who wants to be hired?</i> <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=18807015" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=18807015</a><p><i>Freelancer? Seeking freelancer?</i> <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=18807016" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=18807016</a> Upvote:
587
Title: Share your information if you are looking for work. Please use this format:<p><pre><code> Location: Remote: Willing to relocate: Technologies: Résumé&#x2F;CV: Email: </code></pre> Readers: please only email these addresses to discuss work opportunities. Upvote:
142
Title: Please lead with either SEEKING WORK or SEEKING FREELANCER, your location, and whether remote work is a possibility. Upvote:
62
Title: Talented in terms of general knowledge and practical skills Upvote:
195
Title: I ran a popular D* pod for about 7 years, called Cryptospora.net. We had approximately 30,000 users signed up. It was with much regret that I I shut my pod down, permanently, last month. Here&#x27;s why.<p>There were certain neo-Nazis who would get banned from pod after pod, but they just kept signing up at new or foreign-language pods, and it was impossible to prevent neo-Nazi content from being shared to my pod and being displayed in my feed. There is CURRENTLY a large amount of child pornography being shared on the D* network. It became impossible for me to stop child-porn content or neo-Nazi hatespeech content from being shared to my pod and displayed to my users.<p>I made a thread in the Discourse channel for Diaspora podmins, and a github issue ticket. I suggested that the programmer community within D* come together to implement some form of OPTIONAL federated moderation system, so that I could import ban lists from other pods (ones with an actual staff) and make my ban lists available for other pods to import, based on some standardized TOS formats.<p>The D* core devs BANNED me from their CENTRALIZED forums for podmins, including their Discourse channel, their Github issues system, and their reddit sub. Apparently discussions about moderation are a bannable offense for these guys, and they are ADAMANT that there will NEVER be any effective network-wide system for preventing child-pornography abuse being posted to their network.<p>I would suggest that if YCombinator still owns shares in the Diaspora Foundation, they should consider rescinding ownership of those shares, and potentially suing the Diaspora Foundation for their money back. YCombinator should not be an unwilling share-owner of a child-porn sharing network. Upvote:
41
Title: After reading (and resonating quite a bit with) &quot;Developer Hegemony&quot; by Erik Dietrich, which was one of the recommended books in the &quot;what did you read in 2018&quot; posts, I think about steering my career to a manager instead of a developer position.<p>For all those of you who&#x27;ve done the same or planning to do the same: What are the most important skills or what&#x27;s the most needed knowledge in such a position? Where can I learn it? What should I read? Upvote:
519
Title: Are there any real consequences to having your data leaked in a breach? If yes, what?<p>Assuming not passwords. Things like name, address, passport number, etc. Upvote:
84
Title: As a long time software developer who hasn&#x27;t done full stack in awhile (since 2013), what&#x27;s everyone&#x27;s go to web hosting stack today? Wanted to quickly put together a simple website with react&#x2F;node. Upvote:
542
Title: Other than upwork, are there other sites that I can get started with? I don&#x27;t have any contacts or a great portfolio (all my projects are corporate, behind logins) to show off. This is for some quick cash, so I am not looking for some anything great Upvote:
160
Title: Sanos is a minimalistic 32-bit x86 operating system kernel for network server appliances running on standard PC hardware. The kernel implements basic operating system services like booting, memory management, thread scheduling, local and remote file systems, TCP&#x2F;IP networking and DLL loading and linking. You can use Sanos as a small kernel for embedded server applications written in C or as a JeOS (Just enough Operating System). Sanos has a fairly standard POSIX based API and an ANSI Standard C library.<p>The kernel was developed as part of an experiment on investigating the feasibility of running java server applications without a traditional operating system only using a simple kernel. A win32 layer allowed the Windows version of a standard HotSpot JVM to run under Sanos, essentially providing a JavaOS platform for server applications.<p>While Sanos is self-contained in the sense that it can build itself, it can be cross-compiled under either Windows using Microsoft Visual C, or under Linux using GCC. Sanos applications can either be built under Windows using MSVC or under Sanos itself using the Sanos SDK.<p>WWW: http:&#x2F;&#x2F;www.jbox.dk&#x2F;sanos&#x2F;index.htm Source: https:&#x2F;&#x2F;github.com&#x2F;ringgaard&#x2F;sanos Upvote:
61
Title: A little background:<p>I&#x27;m half of a development team at a young (but very promising startup). We have angel funding and seed funding and are working our way towards proving our product is profitable for the next round. I was brought aboard by the other half of the development team, the subject of this post, who recommended me to the founder&#x2F;CEO.<p>During my first few 3 months of being hired, we re-wrote the entire application to meet the requirements that the previous developers couldn&#x27;t meet due to them being junior and inexperienced (who were later fired). When I say &quot;we&quot;, I really mean &quot;I&quot;. This is where the problems lie. The other developer on the team has productivity issues. He has the title of &quot;principal engineer&quot; but he his full time duties are development oriented. And he cannot perform. When tasked with debugging software issues, he cannot solve them on his own. When tasked with developing new components, he cannot make decisions or create them on his own. He&#x27;s been in the business for many years, and I worked with him at our last job together, where he was let go for productivity reasons. He is a smart individual, but he cannot produce, and he cannot &quot;play jazz&quot; to solve software problems.<p>On top of this, his personal life is a chaotic mess, and he is constantly clocking in late and signing off very early to babysit his young children. Even if he could solve the issues he is tasked with, his personal life is so burdened with responsibility that he cannot put in the hours or focus required to complete the tasks. His days are frequently interrupted by needing to pick up his kids or drop them off, or whatever else he needs to do. These were the exact issues at our last startup job as well.<p>I, on the other hand, work my ass off. I pull long hours all week. I&#x27;ve always been productivity-oriented and have a high engineering standard for excellence. I build big systems fast with great test coverage, and they meet requirements. I don&#x27;t need anyone to hold my hand to step into a debugger or provision machines in our infrastructure. I&#x27;m busting my ass to pull his weight along with mine. I schedule work, prune our stories, assign what needs to be done, and then do my part in solving it.<p>I&#x27;m beginning to form a toxic opinion about this coworker. I&#x27;m feeling very resentful towards him that he gets cut so much slack for his personal responsibilities. I&#x27;m resentful that he can be pretending to work all week but have nothing to show for it at the end of the week except excuses about why he had trouble. He&#x27;s not putting in what the founder and I are. But he technically outranks me, so I cannot &quot;sit him down&quot; in the way someone with more authority could. I could sit down with him as a peer, but he is known for snapping at people (even the founder) who question his productivity. And I don&#x27;t think the discussion would have any positive outcome anyways. His issues are systemic.<p>The founder knows all about this, and I&#x27;ve made it very clear to him how I feel. He knows that I&#x27;ve written the vast majority of the systems and solved the vast majority of the issues we&#x27;ve encountered. He knows we cannot rely on the underperforming employee for anything serious. However, he won&#x27;t act because of how it looks to the outside. It will look like he doesn&#x27;t know how to find good people. It will look like internally we chaotic if we let him go, and that will hurt our chances of raising more funding. I told him very recently though that it&#x27;s reaching a breaking point for me, and I cannot work with him any longer.<p>I need advice on how to proceed. I am willing to walk away from the job if the founder won&#x27;t fire the other employee. But I don&#x27;t want to be that guy that is like &quot;it&#x27;s either me or him.&quot; I just want the founder to act on what we&#x27;ve agreed the situation to be. He needs to fire this guy. He costs money and drags down productivity by slowing the rest of us down. And he kills morale. How do I convince the founder that he can massage the staff change into something more palatable? I know he doesn&#x27;t want to lose me...he&#x27;s made that abundantly clear. But I also don&#x27;t want to be the one to put a gun to his head to make a choice. But i&#x27;m at my wits end at dealing with this guy. Upvote:
40
Title: By project, by tool? What do you do with pdfs and reference stuff, surely not Dewey Decimal? Upvote:
275
Title: In other words, how do you decide between what you want to work on and what should be worked on?<p>I&#x27;ve been stuck with trying to figure what to do with the rest of my life. I can&#x27;t decide whether I should be working on what I want to work on (Energy, AI) or whether I should work on what I believe should be worked on (Healthcare).<p>It&#x27;s a short life, so I want to be careful with this decision, to avoid any future regrets. Because I can&#x27;t decide on this, I end up not getting anything done. Time continues to march on, while I&#x27;m still stuck with not knowing what to do.<p>Has anyone had any experience with this before? If yes, then what and how did you make your decision? What was the outcome? Is there a middle ground or silver lining, where you managed to work on both cases? Upvote:
985
Title: Hi Hackernews, I am a developer with lots of random creative thoughts, especially when I am in shower or after a few shots of caffeine. I have yet to find a perfect solution to keep track of my random thoughts. Here are a few things that I&#x27;ve tried at least for a few months:<p>1. Physical notebook: still using, but some times my notebook is in my backpack&#x2F;left at home&#x2F;in office 2. Evernote alike: never works for me. I hate the constant changing features&#x2F;UI and the overhead of simply opening it 3. (My pick) use instant IM to send messages to myself: the IM tool really doesn&#x27;t matter. It could be mail app, facebook messenger, slack. Laptop and phone syncing is free and always reliable.<p>I know these are my throw away thoughts. I am wondering whether there are some amazingly good solutions that I didn&#x27;t know of. Otherwise I am planning to create one for myself.<p>Thanks! Upvote:
325
Title: Any lecture, TED talk or anything that one&#x27;s talk that changed the way you think and you feel everyone needs to see? Upvote:
64
Title: So I never graduated from college but have been working on web apps (Ruby on Rails and Ember are what I mostly work on) since I was 19 (I am 25 now).<p>I always wondered what I would do if for some reason the market for software developers would go down. I worry I would not able to find an interesting job, let alone a lucrative one.<p>Is tech the best path out there for interesting and&#x2F;or well paid work without a college education? Upvote:
77
Title: Hello HNers,<p>I am an aspiring web developer. I have been self learning for around six months and still have not found a solid path to follow. Six months sounds like a lot but realistically it has been a few solid weeks of learning since it is a side hobby that I hope will turn into my career.<p>Is the Web Dev job market in a good enough state that I should risk more time and money?<p>Thanks for any advice… Upvote:
292
Title: Hello Hackers,<p>I am looking for suggestions on online mathematics degree options (something similar to OMSCS from Georgia Tech). I have background in CS but have always wanted a degree in Math. Cannot leave my job and study - have mouths to feed. I can self study but I find myself switching my topics of study too often. Following a strict regimen of syllabus will discipline me to complete what I start. Upvote:
398
Title: I’m specifically talking about an abstracted language that compiles down to nucleic acids. I know projects like Cello exist to generate plasmids and genetic circuits, but do we need ML? Do we know any determiistic rules? Upvote:
113
Title: Hi HN!<p>We&#x27;re James and Angel, the founders of CSPA (<a href="https:&#x2F;&#x2F;cspa.io" rel="nofollow">https:&#x2F;&#x2F;cspa.io</a>).<p>The Computer Science Proficiency Assessment (CSPA) is a standardized assessment for software engineers. We find software engineers to take our exam, and then share the assessment results with employers, who can then hire these candidates for free.<p>James was the founder of Crunchyroll and oversaw product and engineering. Angel also worked at Crunchyroll. We decided to start CSPA because:<p>1. There are many self-taught programmers out there who are really really good, but don&#x27;t get a fair chance because they don’t have a degree. We want to give these people an equal opportunity to pursue their career. That&#x27;s why there are no eligibility requirements to take the CSPA. You can come from any background, and if you get a high CSPA score, you’ll stand out.<p>2. As hiring managers at Crunchyroll, it was challenging to find great software developers. We wanted a service that <i>quantitatively</i> compares job applicants in an <i>unbiased</i> way, and ALSO did that assessment for us. In short, we wanted candidates to come to us pre-assessed. It would have saved us and the applicant a TON of time.<p>3. As software engineers, we hated applying for jobs. We did the same phone screens, the same coding challenges, and same whiteboard exercises over and over again, company after company. It&#x27;s a huge waste of time. There has to be a better way. Why couldn&#x27;t we just do it once, and then reuse the results at every company we apply to? Keep it DRY, right?<p>If you want to take the CSPA, you can register here: <a href="https:&#x2F;&#x2F;cspa.io&#x2F;winter-2018&#x2F;register" rel="nofollow">https:&#x2F;&#x2F;cspa.io&#x2F;winter-2018&#x2F;register</a>. The first 100 people to sign up can use code &quot;LAUNCHHN&quot; to waive the exam fee.<p>If you&#x27;re an employer looking to hire a pre-assessed candidate, sign up here: <a href="https:&#x2F;&#x2F;cspa.io&#x2F;add-employer" rel="nofollow">https:&#x2F;&#x2F;cspa.io&#x2F;add-employer</a>. We don&#x27;t charge a recruiting fee.<p>If you&#x27;re interested in joining the Technical Steering Committee, apply here: <a href="https:&#x2F;&#x2F;cspa.io&#x2F;tsc&#x2F;apply" rel="nofollow">https:&#x2F;&#x2F;cspa.io&#x2F;tsc&#x2F;apply</a> Upvote:
51
Title: Recent, old, perhaps anything that is interesting to read. Upvote:
324
Title: What would be a good reference to learn C language (I presume ANSI C) today? It used to be K &amp; R book, not sure if that is still relevant. I&#x27;m not looking for a resource that&#x27;s for programming newbies but for someone who can already program in higher level languages. Upvote:
40
Title: As a single founder with a strong idea, how would you about founding your startup and possibly attracting co-founders and talent to work with you. Upvote:
446
Title: I started coding when I was 11 years old and I am 26 now so thats about 15 years.<p>All through this I have always enjoyed coding which is why I chose to study CS at college and then have been working as a dev post college. But of recently it has started to feel more monotonous and boring.<p>Last year I started my own company and then got acqui-hired into a startup. I realised that talking to customers and solutioning is more fun than wiriting code. How many of you have felt or feel the same way and what are you doing about it? Upvote:
179
Title: I signed my company up through Stripe Atlas thinking it would be more convenient and save me time, boy was I wrong. It&#x27;s been a time suck dealing with this company and their banking partners, I would recommend other founders who value their time to avoid this service. I&#x27;ve created an LLC in Delaware before using certain other googleable companies and it&#x27;s gone completely smoothly, so this isn&#x27;t my first rodeo.<p>First problem, Stripe will create a new, separate Stripe account for you to use with Atlas. So if you already had some transactions (hope you do if you&#x27;re forming a company) then you&#x27;re going to need to migrate them. For my company, they just created another account with exactly the same name and just one capitalization difference, pretty confusing. Migration is likely automatic with a cool company like Stripe, right? Nope, they only can migrate your customers -- everything else, subscriptions, coupons, tx data you need to write a script and DIY! Have fun wasting an afternoon updating all your API keys and re-testing too.<p>Side note, if you had special things like the Stripe startup school discount applied to your account, you&#x27;ll lose it on Atlas. Unless you open up another support ticket with Stripe and wait for a couple weeks.<p>Second problem, if you form a c-corp Stripe will create an account through SVB (Silicon Valley Bank) for you. You can go ahead and read the reviews on that bank yourself, but the biggest annoyance for me was a $25&#x2F;mo account maintenance fee. OK, not atypical for a business bank, but most banks don&#x27;t have a $25k+ min. balance for that fee! I do care about $300&#x2F;year for my company when I specifically payed for Stripe Atlas thinking it would be more convenient and save me money.<p>Third problem, want to switch to Azlo bank so that at least you don&#x27;t have to pay monthly fees? That&#x27;s great except Azlo will tell you that you need to talk to Stripe to do that, and <i>surprise</i> Stripe will tell you that... <a href="https:&#x2F;&#x2F;gist.github.com&#x2F;mikob&#x2F;3cd3d141c60596ee50c0ab2603b5bdb9" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;mikob&#x2F;3cd3d141c60596ee50c0ab2603b5bd...</a> Upvote:
321
Title: Udacity is getting ready to kill its mobile app. I got following email from them today. I think its a good thing. Mobile apps should die..for they add little value but cause massive privacy problems. I hope this means less intrusive &quot;download our app&quot; requests on websites<p>When we launched the Udacity app over 4 years ago, we were pleased to offer Udacity students our learning experience from the convenience of a mobile app. Ultimately, ten percent of Udacity students downloaded the app, and many enjoyed using it as an additional learning path.<p>In 2019, we are prioritizing massive upgrades to the Udacity classroom and service experience. We are focusing our efforts to support, motivate, and drive not only learning and career success for our students, but also to provide a world-class online learning experience.<p>Because the Udacity app has not significantly advanced students&#x27; ability to achieve their learning and career goals, moving forward we will not support many of these product upgrades on the mobile app and will sunset the mobile app as of January 9, 2019. After this point you won&#x27;t be able to download or use the app anymore. The Udacity classroom experience, including Knowledge and Student Hub will remain supported on mobile web as it is today.<p>If you have questions, view the FAQ doc or reach out by responding to this email.<p>Your Udacity team Upvote:
54
Title: I am curious what internal documentation tools people are using. My current use case is an engineering handbook and internal documentation that isn&#x27;t related to any specific codebase.<p>Some basic requirements are: - searchable - code snippets - hyperlinking<p>I know of a few tools and I&#x27;ve even worked at companies that use git repos with markdown. I&#x27;d love to hear everyone&#x27;s thoughts. Upvote:
102
Title: 1. Anyone considering or currently practicing unschooling&#x2F;self directed education [0]?<p>2. Were you home schooled&#x2F;unschooled&#x2F;practiced self directed education ? What’s your story?<p>I am considering this approach for my children. Just finished reading free to learn [1] and Peter gray makes a compelling case for this approach. Also the documentary “schooling the world” covers some of the chilling effects of compulsory schooling. [2] it has made me seriously question our current education system. A system that seems designed to surpress all of the critical skills one needs for the future.<p>Would love to hear your story And thoughts?<p>My daughter starts grade one this year so decisions have to be made on the school. We currently have her enrolled in a Montessori.<p>I have been doing some research and not think the current education system is the best for the skills that would be needed in the future.<p>originally started as a comment but think it deserves a full Ask hn.<p>[0] https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Unschooling<p>[1] https:&#x2F;&#x2F;www.amazon.com&#x2F;Free-Learn-Unleashing-Instinct-Self-Reliant&#x2F;dp&#x2F;0465025994<p>[2] https:&#x2F;&#x2F;schoolingtheworld.org<p>https:&#x2F;&#x2F;m.youtube.com&#x2F;watch?v=XLSIgZWNR9M<p>Edit: If you do not feel comfortable telling your story here mail me on username at ZyeLabs net. Upvote:
50
Title: Tired of the hype on the web&#x2F;js (every week new library to learn about), I am thinking to switch career in the next 1-2 years, and move lower in the stack. I am into Rust in the last 3-4 months and I really enjoy it, but I would like to learn more, what would you consider essential books&#x2F;papers&#x2F;resources that a system&#x27;s programmer should know? Upvote:
551
Title: Issue trackers are something every development team needs, but no one ever seems happy with. Jira is slow and crusty, Trello doesn&#x27;t scale well for large organizations, and so on.<p>If you could manifest it just by imagining it, what would your ideal issue tracker look like? Upvote:
71
Title: there have been some great CTF[0][1] links here in the past[2] but many of them are from 5 or even 7 years ago[1].<p>Anyone still actively playing CTF in 2019 and if so what is your experience? Anyone here hosting CTF themselves? Anyone providing advanced puzzles (hardened systems that have no built in flaws?) Anyone building CTF puzzles for IoT? E.g. focus on gateway level protocols such as MQTT, COAP etc?<p>I played a few times until 2009 but then had other things on my plate. What are the latest &amp; greatest communities today?<p>thanks ^_^<p>[0] https:&#x2F;&#x2F;trailofbits.github.io&#x2F;ctf&#x2F;intro&#x2F;<p>[1] https:&#x2F;&#x2F;media.ccc.de&#x2F;v&#x2F;35c3-9989-what_the_flag_is_ctf<p>[2] https:&#x2F;&#x2F;hn.algolia.com&#x2F;?query=capture%20the%20flag&amp;sort=byPopularity&amp;prefix&amp;page=0&amp;dateRange=all&amp;type=all Upvote:
90
Title: I keep categorizing ideas that I really want to execute into groups like work, personal life, projects etc, and then try to allocate time to them. But even when I try to focus and narrow the list of things I want to do, life still gets in between. So how do you go about it?<p>In the end I spend more time reorganizing my ideas than working on them &gt;.&lt; Upvote:
574
Title: I have µMatrix in my browser, and by default it blocks the AMP CDN. The result of this seems to be horrendous white-screen times for web-pages, beyond what I would expect it to take for a web-server to load these pages, and the delay in loading is very noticeable across all of them.<p>I have a vague idea of the point of AMP, which is to speed up the delivery of web pages. However:<p>1) I&#x27;m not convinced the web pages were really _that_ slow to start with, so it feels like an unnecessary project (well, excepting the fact that web-page bloat has massively increased as people use more and more javascript libraries &amp;c.).<p>2) Perhaps I&#x27;m being a bit old fashioned, but I don&#x27;t really understand what was wrong with a browser serving a web page made out of some HTML, CSS, and Javascript. It feels like we&#x27;re replacing one technology with another (and that latter one comes from Google, which makes me nervous). Do we really want AMP to be the way we serve the web?<p>3) I haven&#x27;t properly investigated, bt I&#x27;m assuming that this delay is some script which is waiting for the data to load from the AMP CDN, and once that times out it displays the underlying content (I did check and loading this page [1] is almost instantaneous yet the content only displays after three seconds). Any insight into why it&#x27;s seen as acceptable for this to be so slow when it is unnecessary for displaying the page?<p>[1]: https:&#x2F;&#x2F;www.ehow.co.uk&#x2F;how_5840711_test-electrical-outlet-digital-multimeter.html Upvote:
378
Title: Burnout gets a fair bit of discussion here on HN, but I&#x27;m wondering what the community thinks are the differences between a few subtly different challenges:<p>1) Burnout<p>2) Depression<p>3) Laziness<p>4) Being in the wrong job<p>Given that they all have very similar symptoms, how would you determine which one an individual is dealing with? Upvote:
293
Title: What was the Internet like in its purest form? Was it mainly information sharing, and if so, how reliable was the information? Upvote:
268
Title: I loved @ajus&#x27;s comment about Stansislaw Lem&#x27;s ebook prediction in 1961[1].<p>Another favorite is E.M. Forster&#x27;s prediction of video calling and more in 1909 with The Machine Stops[2]. &quot;But it was fully fifteen seconds before the round plate that she held in her hands began to glow. A faint blue light shot across it, darkening to purple, and presently she could see the image of her son, who lived on the other side of the earth, and he could see her.&quot;<p>[1] https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=18896513 [2] http:&#x2F;&#x2F;archive.ncsa.illinois.edu&#x2F;prajlich&#x2F;forster.html Upvote:
52
Title: What are the best, most useful aliases or functions etc for bash that you&#x27;ve collected or written? Or bash scripts. Please give explanation&#x2F;usage if necessary. Ones you actually use often. Thanks! Upvote:
345
Title: What&#x27;s the most important piece of code you&#x27;ve written?<p>My answer is as follows... The most important piece of code I&#x27;ve written was a rudimentary 2d tile engine in QB64 for an RPG I never finished. It&#x27;s memorable and important to me because of what writing it did for my confidence as a developer. At the time, writing a tile engine &quot;from scratch&quot;, in my mind, would make me a &quot;professional&quot;.<p>I had been following a Game Development YouTube series called &quot;Adventures In Game Development&quot;. I wanted to be a game developer! It was my dream! I was a novice developer when I took on that challenge. After a few articles and discussions with some people in various IRC channels, I began.<p>A few hours later, I saw a map appear that I had hardcoded which contained 0&#x27;s, 1&#x27;s. When I saw the square patch of grass with water in the middle (my clever map design), I thought I could accomplish anything. It was one of those moments that changed my life.<p>I&#x27;m not kidding when I say I had wanted to write a tile engine for a year, at least, before I was actually able to do it. I was probably around 14 years old, at the time.<p>I hope you enjoyed reading my answer to this question and I look forward to reading yours!<p><i>EDIT</i><p>I found the link to one of the articles I read when writing the tile engine.<p>http:&#x2F;&#x2F;www.petesqbsite.com&#x2F;sections&#x2F;tutorials&#x2F;tutorials&#x2F;rpg_tut2.txt<p><i>EDIT 2</i><p>Another important piece of code I&#x27;ve written was the prototype for this game.<p>http:&#x2F;&#x2F;hdfgame.com&#x2F;<p>I helped with the commercial version a bit but it was awesome to see my prototype turn into the first commercial game that I helped release. The prototype was simple but it had the basic functionality that Hexapod Defense Force has. Upvote:
105
Title: How did you escape your meaningless 9-5 job to work full time on what you wanted to work on[1]?<p>Did you have a strategy or was it a leap of faith?<p>Did you regret it later on?<p>Are you happy with the decision you made?<p>Where do you think you would be today if you had decided to stay in that job?<p>If you are currently in a job like that, then do you have any plans of escaping to work on your passion[1]? if yes, then please share your plan.<p>[1] Your passion may be a dream job, a special course (masters, software bootcamp, course in another field like marketing or airplane pilot etc.) or a startup. It just has to be something you love but are not doing because you think you&#x27;re job is currently the safest option for you. Upvote:
139
Title: essentially for backend software engineer (Java, GoLang, Microservices, *nix) Upvote:
49
Title: I&#x27;ve been working on a small issue tracker for a few months, and it&#x27;s been ready to release for a while, but I have one more hurdle that I just can&#x27;t convince myself to overcome: billing. I <i>hate</i> working with the payment provider I&#x27;ve chosen (but they really do seem to be the easiest thing, others I&#x27;ve looked at are no better). I end up with horribly messy code from their terrible Go SDK, everyone says their documentation is great, but as far as I can tell there&#x27;s a lot of it that all leaves out important information at every step, so I have to tease out how to deal with their million edge cases, etc. I&#x27;ve been putting off a billing rewrite for weeks now and not working towards an actual release; it&#x27;s to the point where I&#x27;m questioning if I even want to be in this industry (although to be fair, I&#x27;ve been questioning that since before I got into software).<p>What do you do to keep yourself motivated? Especially when you hit something you hate to work on but is necessary. Upvote:
252
Title: Time to ask again :)<p>Any side projects, Games, OSS. Upvote:
186
Title: I help out with a positive news podcast at my high school and we&#x27;re looking to interview people that have made a positive impact! We&#x27;ve currently interviewed people like Austen Allred and TurboVote.<p>You can find the podcast here, https:&#x2F;&#x2F;anchor.fm&#x2F;somethinggoodhappened<p>Please give interview suggestions! Upvote:
75
Title: Over the course of my career I&#x27;ve been fortunate to have able to develop as an engineer and sysadmin, and did very well at tackling the projects and tasks that came with those roles. With success in those roles, I found pleasure in managing people and technology, and worked to get promoted to manager, and later director and VP roles in my organizations. The challenge I have faced the further up in the org I go is in changing my work style, tactics and approaches to be more effective. I often find myself overwhelmed with tasks, while projects also need attention. The question for HN is: How do senior level technology managers, directors and VP&#x27;s manage their time, projects and tasks to be effective at those levels? Upvote:
131
Title: Hey HN community, I&#x27;ve been looking to get deep and build my math skills from the foundation up. I have the time to dedicate to this endeavor and I&#x27;d love to hear if you have any specific resources&#x2F;curriculums you recommend.<p>Something like https:&#x2F;&#x2F;www.susanjfowler.com&#x2F;blog&#x2F;2016&#x2F;8&#x2F;13&#x2F;so-you-want-to-learn-physics would be ideal, but more focused on applied math.<p>One idea I had was to complete the MIT open courseware courses for the Applied and Pure math fields Upvote:
654
Title: I received 14 spam calls in the past two days. I just called back one of the numbers and the person on the other end was not the person that called me. She told me that this has been happening to her too.<p>It looks like spammers are using other people&#x27;s numbers to make these calls. What can we do to stop this? Upvote:
40
Title: with all the website builders that are available, is there any money in doing web design for small businesses? I had a prospective customer whom I was offering website design and maintenance service. He ended up doing it all by himself using an online website builder. I suddenly felt like I don&#x27;t have anything to offer that business. I feel so discouraged. I&#x27;m a decent programmer but it seems everything small businesses need is already built and is way polished that I could build. What should I do? Upvote:
411
Title: In my day job I’m a web developer who has spent the best part of the last 10 years writing software to help sell tickets to arts venues and extract as much money from the customer as possible, it’s not a noble way to earn money but it pays the bills.<p>I recently started wondering whether I could use my programming knowledge and experience for something better, something other than trying to extract money from rich arts lovers. For the moment I’m stuck at that job but it got me wondering if there are open source projects for things that actually help people. I stumbled on https:&#x2F;&#x2F;hollieguard.com (sadly not open source) recently and it was a reminder that as software developers we have the ability to make real, positive, differences to people’s lives. I’m just not sure where to start. Upvote:
88
Title: Can you recommend some great board games, along with a little about why it&#x27;s great? Upvote:
56
Title: Suppose I want to learn graphQL - most of the tutorials are a combination of express, react and 20 other things, when most of these aren&#x27;t going to help me learn what I originally came to learn. I saw a course on blockchain which explicitly stated it is for beginners (&quot;no coding experience necessary&quot;) and they picked JS along with 5 other JS frameworks to build a simple toy blockchain when Python would have been a much simpler choice (most of the students were struggling to understand JS Promises and unable to complete the exercises).<p>Isn&#x27;t this crazy? I can understand paid courses doing this - maybe they think they&#x27;re providing more value for the money by tacking as many tech as possible, but free resources? Even they do the same! Upvote:
143
Title: All technology moves quickly but front-end development evolves at a whole different level. What is popular one year is “old” the next and often a totally different menthodology. Why do you think front-end development is in such a constant state of change? Upvote:
71
Title: I find it hard to keep off from mindlessly browsing the web because I&#x27;m so dependent on it as a web developer.<p>It&#x27;s become second nature to Ctrl+T and &#x27;fa&#x27; for facebook, &#x27;news&#x27; for HackerNews, &#x27;red&#x27; for reddit, etc. that I barely notice I&#x27;m doing it.<p>I also regularly stay up another hour instead of going to sleep, &quot;to catch up&quot; on things that really don&#x27;t matter or I can view tomorrow. Upvote:
111
Title: Hello,<p>Some time ago I did a data logger for fun, just to check if I could beat the performance of an old C++ project of mine (mini-async-log) and to avoid letting my multithreading-C skills rust when on a non-programming gig (using Yocto&#x2F;OE, very little programming).<p>This project is a BSD licensed, producer-wait-free (when using thread-local storage) generic message logger with high performance, decent test coverage, and type-safe C strings (requires C11 or C++ compiler).<p>It was a shame to let this project to die unknown, as I think that it has potential to be used on some niches as network programs, HFT, games, etc. so here I am sharing it.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;RafaGago&#x2F;mini-async-log" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;RafaGago&#x2F;mini-async-log</a><p>This was an evolution of a similar logger I did, this time I wanted to achieve wait-free producers, so this implementation can use thread-local storage to achieve that. Some other non allocation-free strategies are also available.<p>I still aimed for as easy as possible usage&#x2F;learning curve and maintenance vs lots of features.<p>It has some interesting things too:<p>-It has one modification on Djukov&#x27;s MPMC queue to make it MPSC and accepting variable (but limited) bucket size allocations (at the expense of unfairness towards bigger buckets). There are more modifications&#x2F;variations on this Djukov queue on the library where I&#x27;m collecting all the generic stuff that I use when developing C programs.<p>-The project still maintains automatic type detection of the string formatters by using &quot;clever&quot; hardcore C preprocessor abuse mixed with C11 type-generic expressions. It still accepts most non-type printf modifiers. This is at the same time beautiful and ugly (you know what I mean), for the uglyness part, automated testing is available.<p>NOTE: Untested on Windows. Upvote:
131
Title: I’d like to learn more about backend development but most of what I find while searching are results like “Build a nodejs backend in 20 minutes” or “learn backend development in an hour.” I think part of the problem is I don’t know enough to ask the right questions. Upvote:
491
Title: Got this via email:<p>Since 2010, we have been committed to bringing fresh, local, and delicious meals into your homes along with all our customers across the country. We’ve been delighted to work with world renowned chefs, experiment with diverse and unique ingredients and recipes, and be a part of of your holiday feasts and traditions. We have also enjoyed giving back to our community through meal donations, volunteer service, and so much more.<p>Today, with a heavy heart, we’re reaching out to announce that Munchery is closing its doors and ending operations effective immediately. Any outstanding orders with Munchery will be canceled and refunded. Please allow 2-3 business days for these refunds to process.<p>More than anything, we want to say thank you. Thank you for all of the love and support you have shown us over the years, for sharing us with your friends and family, and for including us in your special life moments.<p>We are so grateful to have had the opportunity to share our dream with you-- it has been truly wonderful. Happy Eating!<p>Team Munchery Upvote:
111
Title: Inspired by https:&#x2F;&#x2F;steveblank.com&#x2F;2011&#x2F;09&#x2F;22&#x2F;how-to-build-a-web-startup-lean-launchpad-edition&#x2F;.<p>List your favorite tools, share your experience if any. Upvote:
50
Title: I started using caffeine with coffee and tea around 5-6 years ago, and had major benifits cognitively and enjoyed the mood boost also. However, my caffeine intake has gotten to the point where not having a cup of coffee for even 24 hours leaves me with a bad headache and fatigued. I have tried to stop using caffeine in the past, but my productivity has always dipped significantly, and with school&#x2F; work I know that a dip in productivity would have big negative effects on my life that would not be worth it. So, knowing a lot of you guys consume a lot of caffeine, is there any methods you guys have used to stop using it besides going cold turkey? Upvote:
46
Title: Hi HN! I’m Rohan Pavuluri, co-founder of Upsolve (<a href="https:&#x2F;&#x2F;upsolve.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;upsolve.org&#x2F;</a>), a nonprofit in YC’s W19 batch. We provide software for low-income people in America that makes filing for bankruptcy less painful and expensive, just like what TurboTax did for filing taxes. Bankruptcy is a lifeline for low-income people in the United States who fall into debt from job loss, medical emergencies, and payday lenders. It allows them to get a fresh start. Unfortunately, it’s impossible for most people to file for bankruptcy because they cannot afford $2,000 for a bankruptcy lawyer. Our average user erases ~$40,000 in debt.<p>I started Upsolve when I was a law school research assistant in college. We were testing out the effectiveness of legal self-help packets for people who could not afford attorneys. I set out to turn these paper packets into a digital product. My co-founder Jonathan Petts spent ten years doing pro bono bankruptcies in his spare time as a corporate attorney. This is where he saw people turned down by brick and mortar legal nonprofits because demand for attorneys far exceeded supply. A judge introduced us in 2016 when she saw we were working on the same idea.<p>Here’s how it works. A user comes to our website and takes a screener to see if they’re a good fit for our service. If they are, they answer a series of questions about their personal finances, upload their tax returns&#x2F;pay stubs, and take a pre-bankruptcy education course. Our software then generates their forms, and one of our in-house attorneys reviews their forms for accuracy and completeness. If there are any issues, we follow up. When the forms are ready to file, we send them to the user. We track the user’s court notices so that we can fix any issues that may arise after filing. In 2018, we erased over $16,000,000 in debt for 400+ users.<p>We believe that 20M Americans would benefit from filing for bankruptcy. We currently allow our users to donate what they think is fair to us after they complete the process. While we’re mostly funded by foundations and the federal government now, we hope to be sustainable through donations that we receive from our users in the future. Regulations around bankruptcy only permit attorneys providing full-representation to charge clients.<p>We’re looking for any feedback you have on our product or how to reach new users.<p>User stories: <a href="https:&#x2F;&#x2F;upsolve.org&#x2F;fresh-starts&#x2F;" rel="nofollow">https:&#x2F;&#x2F;upsolve.org&#x2F;fresh-starts&#x2F;</a><p>TC: <a href="https:&#x2F;&#x2F;techcrunch.com&#x2F;2019&#x2F;01&#x2F;16&#x2F;upsolve-bankruptcy&#x2F;" rel="nofollow">https:&#x2F;&#x2F;techcrunch.com&#x2F;2019&#x2F;01&#x2F;16&#x2F;upsolve-bankruptcy&#x2F;</a><p>If interested in donating: <a href="https:&#x2F;&#x2F;upsolve.org&#x2F;donate&#x2F;" rel="nofollow">https:&#x2F;&#x2F;upsolve.org&#x2F;donate&#x2F;</a> or email [email protected]. Upvote:
149
Title: A big one for me is otherwise smart people who immediately start bashing&#x2F;complaining about a language&#x2F;framework that they just learned or aren&#x27;t familiar with. A lot of times they make mistakes due to not knowing it well and end up putting the blame on the language&#x2F;framework.<p>I once worked for a small startup doing React development. One day we hired a new developer who came from an Angular shop. Literally on day one he was questioning why we weren&#x27;t using Angular and suggesting that it might be easier to just rewrite from scratch. This guy complained for the next couple weeks and was super bitter towards using React despite the fact that most of his problems were caused by not understanding React well enough.<p>I guess it boils down to: just because you&#x27;re used to something doesn&#x27;t mean its better. Upvote:
40
Title: I’ve read the Michael O. Church article and quite a bit of other stuff about how bad Scrum and the like are, and I’m trying to find some counterpoint info. Unfortunately, most of what I find when searchig for information on the other side of the coin is from firms trying to sell scrum certifications and training. Are there any devs out there working in a scurm shop who think their team is actually successful because of scrum? Does this actually work from the Devs&#x2F;Engineer’s perspective or is it as much of a scam&#x2F;fad that it seems? Upvote:
42
Title: Greetings,<p>I am in my late 30s without a formal CS education. I write software for a living and have this itch to learn to write a compiler &#x2F; interpreter.<p>DO I have to take any courses (e.g. Discrete Maths, Automata Theory) in order to do it?<p>Do I have to take any courses? If so, do you have recommendations for those as online courses?<p>I really want to do this in 2019 but the thought that I have to study Maths, then Automata, maybe OS, then Compilers sounds like a long path.<p>Is there who has learned to write compiler &#x2F; interpreter without CS background? How did you do it? Upvote:
46
Title: Ask HN: What are some of the best online resources to jump into practical machine learning Upvote:
65
Title: We&#x27;d like to show you Storex, a database abstraction layer that allows you to move your database interaction code between client- and server-side. By surrounding it with modular, recombinable packages for common problems such as schema migrations, it&#x27;s possible to re-use logic touching the database across a wide variety of databases, allowing you to develop your code entirely in-browser in your daily development workflow, and then move your database to PostgreSQL&#x2F;MySQL back-end once you&#x27;re ready. Storex was designed modularly enough to easily be adapted to mBaaS like Firebase, which is coming up soon. Right now it&#x27;s being used in WorldBrain&#x27;s Memex (worldbrain.io) to provide you with a client-side full-text searchable database of every page you&#x27;ve seen online and your annotations on them (up to 5GB of data for some of our users.) We&#x27;d appreciate your thoughts very much, and don&#x27;t hesitate to get involved! More info: <a href="https:&#x2F;&#x2F;medium.com&#x2F;worldbrain&#x2F;storex-a-modular-and-portable-database-abstraction-ecosystem-for-javascript-c38194335c66" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;worldbrain&#x2F;storex-a-modular-and-portable-...</a> Upvote:
52
Title: On Github: <a href="https:&#x2F;&#x2F;github.com&#x2F;oormicreations&#x2F;OormiPass" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;oormicreations&#x2F;OormiPass</a><p>Features:<p>* Stores passwords securely using AES encryption.<p>* Requires only one master password to access all passwords.<p>* Stores other useful info like usernames, urls, notes etc.<p>* Items are categorized neatly into groups, which can be accessed easily by simply clicking their names in the list.<p>* Users can customize the groups and all items in the group.<p>* Open URLs directly from Oormi Pass and paste your username and password. Save precious time.<p>* Functions to auto log out and change master password.<p>* Hide or show passwords.<p>* Built in password generator.<p>* Minimal UI.<p>* Runs on MS Windows 7 to 10, Linux and Mac OS.<p>* Code::Blocks 17.12, MinGW, C++11, wxWidgets 3.1.2<p>* Dependencies: wxWidgets 3.1.2, wxSmith, Crypto++ 5.6.3<p>Binary for Windows (exe) is available. Upvote:
61
Title: In continuation of the title, what would you foresee in 2019 as the moments of &#x27;selling shovels in a gold rush&#x27;. Upvote:
42
Title: Coworkings are still on the rise and people from startups, freelancers, and corporates are moving in.<p>To all my fellow coworkers - do you actually like working there? Why&#x2F; why not? Upvote:
148
Title: Looking to make 500$ a month - any examples of super simple SaaS that make at least 500 USD per month? I don&#x27;t know where to start, so looking for inspiration&#x2F;examples etc Upvote:
548
Title: Hey. I am currently writing a blog post about my experience with Elixir. I aim to write about things I liked, but also I want to describe stuff that I just hated or disliked. Because I&#x27;ve noticed that people always try to praise the new tech they are using, but rarely point out bad things. And the truth is that learning a new technology is many times very time&#x2F;money consuming process. Upvote:
171
Title: Hey HN,<p>I&#x27;m a seasoned backend developer and systems administrator, with over 10 years of full-time programming experience. I&#x27;ve worked with anything from Assembly, C, Rust all the way to Python, Erlang, Elixir, PHP, Haskell, Lisp, Clojure.<p>When it comes to frontend, I have used React, Vue.js, ReasonML, Clojurescript and Elm extensively, and I know my way around web technologies in general. However, ever since I first started programming, I was NEVER able to get the gist behind CSS. I can&#x27;t center my divs properly. I can&#x27;t say &quot;hey, CSS, this is the parent div, and all child divs must obey its size&quot;. I can&#x27;t do anything basic on CSS without turning for help.<p>Incidentally, but very likely related, I always failed to have any glimpse into how design works. I have no idea which colors &quot;go&quot; with which ones, and pretty much all fonts look like the same for me.<p>I&#x27;d like to know the experience from fellow programmers. Is CSS an &quot;art&quot; thing? Is it common for other developers to have issues with it, or is it just me? Is there any material out there that made CSS &quot;click&quot; for you? Upvote:
499
Title: I have 10 years of FAANG experience (Senior SWE). I&#x27;m looking to move closer to my family and my current team isn&#x27;t very remote friendly so I&#x27;m looking for a change. What should I be looking for? Upvote:
356
Title: I was flummoxed with this question when I started re-learning about Algorithms &amp; DS (after years of regular backend software development) along with Competitive programming. The fact that I suck at it hit me like a brick. I took way way longer than necessary to solve even basic algorithm problems.<p>Now at work, I am pretty good at creating reliable software (mostly in Java, Scala and Python), but I won&#x27;t probably pass the first tech round at companies like Google or Amazon. And this is hurting my ego bad. After so many years developing software, I am bad at the fundamentals.<p>Is this something that worries you? How much percent time do you spend on strengthening CS basics? Do the best tech companies only judge based on Algo&#x2F;DS knowledge? Upvote:
63
Title: Throwaway account for obvious reasons. I will not go into details, but I am personally facing some legal charges in Santa Clara county. I am not staying in the U.S. but I need to find a lawyer to represent me there. Do you have any lawyer firm you could recommend?<p>Extra points if they provide an &quot;online&quot; service where the case can be discussed electronically, as phone calls are a hassle due to the time zone differences. And preferably be able to pay using regular credit card, I guess hourly for initial consultation. Upvote:
77
Title: Hey HN,<p>We’re Sachin and Rutika, founders of Scribe (<a href="https:&#x2F;&#x2F;www.tryscribe.com" rel="nofollow">https:&#x2F;&#x2F;www.tryscribe.com</a>). Scribe 1.0 provided sales call scheduling service managing client’s sales inboxes, scheduling sales calls and updating their CRM based on email and calendar events. We did this through a human in the loop (software+service) approach. In the process of managing external conversations we built an internal SAAS product which helped us stay on top of all the email and CRM updates. We are opening it up today for others to use as a standalone product calling it Scribe 2.0<p>It’s an extensively customizable workflow builder which allows you to receive events from your email, calendar, salesforce and Stripe accounts either as Slack DMs or notifications in slack channels of your choice. You can configure any number of API actions on top of these events and based on the event contents decide what actions to take with couple of clicks right from slack. We also have a HTTP&#x2F;webhook option to support custom events or events from other integrations as we explore expanding the workflow builder for more usecases.<p>Some of the sample usecases we have been used for include<p>- Share selective emails in slack and based on the email information, you can reply, send a calendar invite and update CRM with single click buttons without opening any other website.<p>- You can setup custom reply templates for different email categories, and have them personalized based on the incoming email information<p>- Create support tickets, add assignees and deadlines, from email in slack<p>- Trigger ML jobs with updated parameters based on previous job’s success&#x2F;failure and performance accuracy.<p>- Trigger code deployments and task pipelines from Slack<p>In effect, users can configure workflows to send data from any of their SAAS apps to Slack, update it in real time, and send it back to anywhere else. And all this can be done collaboratively allowing for broad visibility and accountability across teams. We also have a cool gif feature that allows one to attach changing gifs based on incoming event data allowing for some nice surprises<p>Some of the interesting feedback we have received from our customers are<p>- They go without logging into gmail and salesforce for days<p>- We are like a mother who nudges them to do the right thing at the right time<p>Technically, we have built a unified layer for authentication, resource and crud schema inference. We can therefore integrate with any software that is openApi compliant in a matter of few days. Pubsub management however has been quite nasty given the scale, lack of api standardization and the asynchronous nature of the platform. We also have selectively exposed our email AI from the original Scribe 1.0 product, that categorizes sales email into more than 22 different categories allowing users to setup personalized templates and actions based on the intent of the email.<p>We are looking to HN to get feedback on the product as well as explore new usecases on how we can extend the service to cover more integrations and usecases. Given our history, we have mostly built with sales usecase in mind, but we do believe that now, this can be extended perhaps more effectively to other markets and would love to get HN’s thoughts. Apart from more integrations, we can also provide option to schedule time based notifications as well as ability to define slack commands to pull data&#x2F;trigger workflows if there is a usecase&#x2F;market need. Upvote:
62
Title: I work as a client-facing software consultant for a medium-sized firm. They bill me out at $165&#x2F;hr. What would a fair salary given that number be or how should I think about my salary relative to that number?<p>SKILLSET UPDATE: - I work across both mobile and front-end projects writing major features on multi-month projects in iOS&#x2F;Java&#x2F;Typescript&#x2F;React&#x2F;Angular. - I am the only mobile person in the entire company and am one of two that has a Mac (the only real way to dev iOS). - I&#x27;ve also contributed to mid-tier areas in C#. - I&#x27;ve always delivered. Upvote:
118
Title: It’s pointless to block every single spam number that can call in. If we can’t end spam calls, why don’t phones let you at least block all except numbers in your contact list? Upvote:
319
Title: Hey HN,<p>We’re Victor and Tony, founders of DevFlight (<a href="https:&#x2F;&#x2F;devflight.com" rel="nofollow">https:&#x2F;&#x2F;devflight.com</a>). We help open-source maintainers make money. Think of us as agents for open-source maintainers.<p>We met last year through the Indie Hackers community. It’s one of the luckiest things that’s ever happened to us. We clicked immediately. It became clear we share an obsession with building things to make developers’ lives easier. We began working on small developer-centric projects together.<p>We started DevFlight after recognizing maintainers are the most underserved developers. They provide immense value and get little in return. We’ve spoken with many maintainers who’ve told us the current open-source development model is unsustainable for them. Their projects often end up being a second full-time job without pay. Some have to stop supporting their projects altogether due to a lack of resources.<p>It’s time to start paying maintainers well for their work. Making open-source development sustainable will benefit everyone in the long-term. Our vision is to make it possible for maintainers to receive a stable income that accurately reflects the value they bring to companies. We’re accomplishing this by connecting maintainers with companies who will pay them.<p>If you’re a maintainer, apply now on our website to join the waitlist. We’re currently working with a small group of maintainers from popular projects. We’ll gradually expand this group. Shoot us an email to learn more. We’d love to chat with you.<p>We aim to make the process of hiring maintainers dead simple for companies. We communicate when maintainers are available and what types of work they can provide. If your company is interested in learning more, please reach out to us.<p>Companies are paying for things like priority email and on-demand support from maintainers, feature request prioritization, continued development of the project, faster bug fixes, and guaranteed project stability. This is not an exhaustive list.<p>We take 10% from every contract we negotiate. We’re aware the contract model doesn’t work for everyone. We’re exploring other revenue models based on what’s best for our maintainer network. We’d be particularly interested in hearing any ideas about this from the HN community.<p>This is a difficult problem to solve, because it’s fundamentally more of a human problem than a software one. Companies often aren’t aware of all the open-source software they’re dependent on. Many also have complex purchasing requirements and no clear understanding of how their company can directly benefit from paying maintainers. Solving this problem requires better communication, more transparency, and new systems.<p>We know the HN community has a wealth of experience and knowledge on this topic. We’re excited to listen to any thoughts and experiences you’re willing to share with us. We want to continue to learn and evaluate how we’re approaching this problem, so fire away!<p>Victor and Tony Upvote:
119
Title: I have seen dozens of times that people direct to the language manuals etc. to understand something in depth. I am a new college grad working as a Software Engineer and I mostly reference the manual when I cannot find something on Stackoverflow or some blog. Whenever I have tried to go through the manual, the kind of language used has diminished my interest and ended up in my giving it up. Also, I don&#x27;t have an eidetic memory, so I don&#x27;t see how manuals can be useful in the real sense but I really want to go in depth of some topics like PostgreSQL, Spring, Javascript, Python etc. It would be great to hear if someone actually reads the manual and is able to successfully apply it in their lives... Upvote:
51
Title: I&#x27;m not satisfied with the challenge, mission, technologies, or quality of the projects I&#x27;ve done web development for. Are there more interesting, impactful, challenging, lighthearted, or otherwise more satisfying areas of programming? Upvote:
44
Title: I am curious what kind of algorithms and rules you all follow to stay on top of your finances. Upvote:
67