Live data from Hacker News

Replit Mobile App

blog.replit.com

81–90 of 212 posts

Re: Replit Mobile App

#81
This is the founder who turned into a psycho tyrant (I forget his exact words, but something to the effect of, "we're not the same small company, I have money and lawyers now") on an ex-employee for an innocent side project, threatened to sue him, etc, until it went viral and then backpedaled and offered some non-apology.

I remember stuff like that and will never use this company's tools, which is a shame because I was a fan prior to that.

Re: Replit Mobile App

#82
I love coding on my tablet via codespaces.

It's perfect for pre bed time when I'm more interested in learning software than implementing features.

The experience isn't perfect because vs code was never meant to be a mobile editor but for writing few locs and trying stuff is okay.

Re: Replit Mobile App

#84
post #26

I'm bullish on this because mobile (and web) development is ridiculously overcomplicated to a beginner. I think it's a common misconception that coding/logic is difficult. I find the development setup and deployment to be much more complicated. As evidence, take a look at the impressive workarounds that citizen developers use to make things work in an easy environment like Excel. A keyboard and mouse probably solve m…

And how is repl.it different here compared to GitHub codespaces, codepens, codesandbox and many others?

Re: Replit Mobile App

#85

This is the founder who turned into a psycho tyrant (I forget his exact words, but something to the effect of, "we're not the same small company, I have money and lawyers now") on an ex-employee for an innocent side project, threatened to sue him, etc, until it went viral and then backpedaled and offered some non-apology. I remember stuff like that and will never use this company's tools, which is a shame because I w…

https://news.ycombinator.com/item?id=27424195

Re: Replit Mobile App

#86
post #80

Did anyone else learn to code on a TI-83+? Although I doubt I'd use this in a professional setting, making coding accessible to more people sounds great to me.

Tandy 1000, parents sold it. Then TI-85 until a student I was tutoring stole it. Then a TI-86 and HP-48G, plus a high school CS class that used True BASIC on some kind of Macintosh, and by that point C++ and others on my PC at home.

But a lot of time in chemistry and on the school bus rides was spent programming on my calculators.

Re: Replit Mobile App

#87
Microsoft's "Touch Develop" research project from a decade ago was actually amazingly productive and usable. It made each separate part of a line of code into a selectable element, and used predictive analysis to guess what your next entry would be with surprising accuracy. So, for example, if you've already created a variable within a specific scope like a function, when you've come to a point in a line where a variable would be useful like "a += [variable could go here]", you could just tap-select it from a list. Since the named elements were kept track of, you could select and rename a variable or function and it would automatically be changed everywhere. You could grab whole functions like this and move them around as needed.

It had some clunky bits and had to use its own language, but I've been surprised some of the ideas of the system hasn't made its way into normal IDEs. The key advantage is that you never had to worry about syntax. You couldn't forget a semicolon, because you were never typing out a line, just picking and choosing from options, while still piecing together a line of code as you would if you were typing it out manually. It was a higher level than normal coding, but well below something like Blockly. I think for beginners - who really struggle with syntax - it was brilliant, and even for more advanced developers it would be sort of handy not having to do find/replace or copy/paste and missing that last bracket or whatever.

Conceptually, imagine that instead of writing out a line of code as a text sentence, you were assembling the program's syntax tree by choosing from a pile of premade items you've created, and then being able to grab whole branches at a time and manipulate them. It was an interesting experiment.

https://www.microsoft.com/en-us/research/project/touchdevelo...

Re: Replit Mobile App

#88
post #26

I'm bullish on this because mobile (and web) development is ridiculously overcomplicated to a beginner. I think it's a common misconception that coding/logic is difficult. I find the development setup and deployment to be much more complicated. As evidence, take a look at the impressive workarounds that citizen developers use to make things work in an easy environment like Excel. A keyboard and mouse probably solve m…

I suppose I'm "bearish" on selling development as it presently exists for the exact same reason?

Right now, what's being sold is "more people can go into the career of programming" as opposed to "no really, it's possible to bring so-called 'programming' to everyone.'"

Put differently, it wasn't that Hypercard didn't catch on, it's that things like Hypercard get "killed."

Re: Replit Mobile App

#89
post #77

Earlier quoted context omitted.

This may be an example of skating to where the puck is at. Consider that the new iPad has the same power as a desktop and can be used with a desktop monitor. (This is the $450 version.) You can also connect an iPhone to a display to an HDMI monitor, but they haven't done the work to have a desktop mode yet. Android desktop mode but they haven't been . If iphone cracks it, android will have to catch up. Phones have th…

What do you call a phone with a big external keyboard and display? A developer machine like that is already $150, called a Chromebook or a Raspberry Pi.

Chromebooks and raspberry pis don’t detach from their keyboard and display to become mobile smartphones

Re: Replit Mobile App

#90

This is the founder who turned into a psycho tyrant (I forget his exact words, but something to the effect of, "we're not the same small company, I have money and lawyers now") on an ex-employee for an innocent side project, threatened to sue him, etc, until it went viral and then backpedaled and offered some non-apology. I remember stuff like that and will never use this company's tools, which is a shame because I w…

damn that thread really got 4k internet points >.i dont know if that guy ever got his act straight but im still rooting for their company, especially for third-world countries where students only got mobile devices and got no access to computers and laptops.

it was horrible seeing students not being able to do hands-on activities during the recent covid years. let alone other problems like dysfunctional / laggy / buggy low-end mobiles, slow internet connection, oh dear.

Post reply on HN