Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
albertoperdomo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
albertoperdomo
6y ago
Hello @zookatron, I'm with the product team at Prisma, currently focusing on migrations. Your point is valid, hence delivering a production-ready solution for migrations is one of our top priorities. However, as my colleague @nikolasbu
2.
▲
by
albertoperdomo
6y ago
Hello @hn_reddit_human, I'm with the product team at Prisma, currently focusing on migrations. You are right about the fact that declarative migrations introduces some design challenges that can be hard to solve. In the current version
3.
▲
by
albertoperdomo
6y ago
Hello @joshring, I'm with the product team at Prisma, currently focusing on migrations. >Prisma is great if you plan on never maintaining past your MVP, so I guess it makes sense that startups use it and get stuff out the door quick
4.
▲
by
albertoperdomo
6y ago
Hello @jasonhero, I'm with the Product team at Prisma, currently focusing on migrations. We are currently working on improving Prisma Migrate to unblock some of the use cases you have suggested. While I am not sure our first production
5.
▲
by
albertoperdomo
6y ago
I’m with the Product team at Prisma. Prisma Migrate (experimental) generates migrations from changes to the Prisma schema. These migrations use an internal DSL that ends up translating to SQL commands for relational DBs. Can you please elab
6.
▲
by
albertoperdomo
6y ago
I'm with the product team at Prisma. Prisma Migrate is different from ActiveRecord migrations (which are very familiar with) because the DB schema is state-based. The Prisma schema file acts as source of truth and the DB schema will be
7.
▲
Neo Technology Just Closed $20M in Funding
(blog.graphenedb.com)
53 points
by
albertoperdomo
12y ago
|
19 comments
8.
▲
by
albertoperdomo
12y ago
Not at this time, I'm afraid.
9.
▲
by
albertoperdomo
12y ago
Thanks for trying it out! Sorry, I've been taking a few days off and have had very limited internet access. Would you please open a support ticket so that we can help you figure out what's happening with your connection?
10.
▲
by
albertoperdomo
12y ago
Hey, this is interesting. Does it rely on Neo4j server or embedded? I'm the founder of GrapheneDB, a managed hosting service for Neo4j databases. I'm interested in knowing if our service would be compatible with your framework.
11.
▲
by
albertoperdomo
13y ago
In the city you can get fiber in some places, 100Mbit. In other places mostly 10Mbit. I live outside of town and got 3Mbit, which is on the low end. Usually very reliable.
12.
▲
by
albertoperdomo
13y ago
Nice to see people I know in this thread, Joel. We should meet in person at some point! ;)
13.
▲
by
albertoperdomo
13y ago
Well, I have no kids, but some of my friends. Child care or kindergarten is pretty affordable, around €300/mo. If you're a legal citizen (e.g. European or w/ work permit) public schools are free, you just pay for the food, wh
14.
▲
by
albertoperdomo
13y ago
You can live in Spain for example and work and generate revenue and pay taxes within you country of origin. I think the criteria is you're officially living and working where you spend more than 50% of the year. So I know people that s
15.
▲
by
albertoperdomo
13y ago
BTW, I was born and raised here. I spent 8 years living in Germany and 1 year living in Ireland. Afterwards I decided to move back here 8 years ago and don't have regrets. ;)
16.
▲
by
albertoperdomo
13y ago
If you don't care much about a startup and tech scene (there is little) you can spend a nice time in the Canary Islands, Spain. It's not the cheapest place in Europe, you'll find cheaper locations in Eastern Europe admittedly
17.
▲
by
albertoperdomo
13y ago
Just a heads up: I just tried to signup for the newsletter and got a nasty Rails error page (500). It turns out Iwas browsing with JS turned off (using NoScript). It worked fine after activating JS.
18.
▲
Creative Link Effects - Subtle and modern effects for links or menu items
(tympanus.net)
107 points
by
albertoperdomo
13y ago
|
28 comments
19.
▲
Startup Metrics, a love story
(slideshare.net)
4 points
by
albertoperdomo
13y ago
|
0 comments
20.
▲
Designing user interfaces for your mother – 6 key takeaways
(thenextweb.com)
1 points
by
albertoperdomo
13y ago
|
0 comments
21.
▲
by
albertoperdomo
13y ago
In practical terms I don't think the Spanish AEPD (institution for data protection) would actually sue any company not registered in Spain. Too complicated.
22.
▲
by
albertoperdomo
13y ago
The actual implementation of the laws depend on the countries, but they are based on the same EU directive. AFAIK this applies to companies registered in those countries, or with an office there or targeting the market in those countries. S
23.
▲
by
albertoperdomo
13y ago
The problem is that there is no debate about how to deal this in pragmatic terms. Instead, they are just issuing fines on businesses that are probably already having a hard time keeping themselves alive. The whole situation would be complet
24.
▲
by
albertoperdomo
13y ago
Please also note that according to the post if the sites are hosted in third party platforms like Facebook, Tumblr, that install tracking cookies the owner of the site can still be sued, even if it's without his control. In practical t
25.
▲
by
albertoperdomo
13y ago
I'm from Spain and I've been running a webdev shop for 6 years now. Things are getting worse here and the government if anything is actually just making things more difficult for everyone. I agree with those trying to protect thei
26.
▲
by
albertoperdomo
15y ago
Just a quick note: There is a feature planned called "virtual collections" for querying the embedded collection as if it were a standalone collection. That way you could easily do db.posts.$comments.find({"name": username}) to retrieve all
27.
▲
by
albertoperdomo
15y ago
Awesome! Great work guys!