由买买提看人间百态

topics

全部话题 - 话题: meteor
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
p*****2
发帖数: 21240
1
来自主题: BuildingWeb版 - Meteor确实不错

不是前台,是full stack。
这里顶一下LZ。准备上meteor了。
p*****2
发帖数: 21240
2
来自主题: BuildingWeb版 - Meteor确实不错

不是前台,是full stack。
这里顶一下LZ。准备上meteor了。
p*****2
发帖数: 21240
3
来自主题: Programming版 - 看了一下Meteor很不错

真不是挖坑。不过我发现一个问题。用Meteor的话,web开发很爽,可是mobile咋办呢
P********l
发帖数: 452
p*****2
发帖数: 21240
5
来自主题: Programming版 - 看了一下Meteor很不错

那大牛用什么架构呢?感觉可能MEAN更靠谱些。不过如果玩玩,或者做个小项目,
Meteor优势很大呀。很容易学和用。
P********l
发帖数: 452
6
来自主题: Programming版 - 看了一下Meteor很不错
我觉得meteor的适用范围比较窄. 并且没办法通过小修小补解决问题.
如果想用的话,不妨先详细设计一下,再作个prototype试试,看看行不行.
p*****2
发帖数: 21240
7
来自主题: Programming版 - 大牛请介绍一下 Meteor与 React?
感觉meteor还不够成熟 用mean吧?
r***y
发帖数: 4379
8
meteor 1.0 发布了,是来给AngularJS 2.0掘墓吧...
两个虽然不是完全冲突, 但真象当年 Spring MVC 埋葬 Struts 2.x 的预演...
h******b
发帖数: 6055
9
你去indeed随便一查就知道了。 根本不是一个量级的。 meteor这种小众技术没戏。
这个板上好像什么冷门推什么。
indeed三番市你先搜一下,低于100个工作的技术就不用考虑了。
兼容不兼容根本不是问题。 bootstrap不是一样3.0不兼容2.0? 有哪个技术取代了?
L***L
发帖数: 290
10
来自主题: Programming版 - Meteor框架的坑有哪些朋友跳了?
最近评估框架觉得还真心喜欢meteor,虽然新框架必然会有坑,但觉得开源的,大不了
去做贡献。
有没有朋友已经跳这个坑了?
L***L
发帖数: 290
11
来自主题: Programming版 - Meteor框架的坑有哪些朋友跳了?
是的,自己已经决定跳这个坑了。 有同跳的可以一起交流一下。
如果我们跳成了,估计会成为用meteor规模最大的服务之一。
L***L
发帖数: 290
12
来自主题: Programming版 - Meteor框架的坑有哪些朋友跳了?
其实不是赶时髦,而是因为项目需求。 有些框架的某些设计恰好适应某类项目。 我们
不用meteor的话也得要用另外一个或者自己实现一个类似对实时、离线支持较好的其他
框架
c*********e
发帖数: 16335
13
来自主题: Programming版 - meteor真是重新定义了“糙快猛”
meteor.com网站竟然用了一个不同源的iframe:

太不专业了。用不同源的url作iframe,是做网站的大忌。

sync
d*******r
发帖数: 3299
14
来自主题: Programming版 - meteor真是重新定义了“糙快猛”
你们很多想法不对...
首先说 meteor, 这种页面里 JS 直接 trigger remote DB 操作的 framework,
我一直都不敢用,可能出各种安全或者效能问题,而且因为太激进,要用就用整套,太
冒险.
流行轮子都浅浅用一遍,然后都扔掉,这个也是很亏的.
其实最重要的是,从一堆轮子里,能看出有前途的几个轮子甚至一个轮子,
以后能长期稳定用的,然后 focus 在自己的选择上,这个要眼光的.
这个也是本版为啥天天争论各种轮子的原因.
像 "别争论了,用用就都会了",这种观点是错的, 没人有那么多精力.
应该是 "先别盲目争论,用用会一点点后,再来深入争论".
l*********s
发帖数: 5409
15
来自主题: Programming版 - meteor真是重新定义了“糙快猛”
I think his point is to use meteor for prototyping to suck VC in first; What
frameworks/libraries the release version uses is orthogonal issue.
j****8
发帖数: 184
16
来自主题: Programming版 - meteor真是重新定义了“糙快猛”
有个叫loopback的更厉害,最近在用

https://www.meteor.com/tutorials/angular/creating-an-app"
x-apple-dat........
h******b
发帖数: 6055
17
来自主题: Programming版 - meteor真是重新定义了“糙快猛”
而且用了两天以后觉得这玩艺就是angular/mongodb啊。 只不过砍了node/express。
新手,特别是前台/文科出身的后台代码本来就不过硬,meteor的架构比自己能写的
node/express代码强太多太多了。
毕竟是github两万七千星的东西,很多自己考虑不到的东西人家早就给你弄好了。迟早
会成熟到像underscore那样,谁还会手写这些算法呢。
c*********e
发帖数: 16335
18
来自主题: Programming版 - meteor真是重新定义了“糙快猛”
express + sails就是请个裁缝给量身定做,尺寸款式client说了就可以做出来;
meteor就是商场里大规模卖的成衣,要改尺寸,款式非常麻烦。
n*****t
发帖数: 22014
19
来自主题: Programming版 - meteor真是重新定义了“糙快猛”
这些都是有代价的,比如 moogoose 帮你实现了 ODM,但是我只在 write 的时候用来
做 validate,读的时候尽量用 native,performance 是穿了马甲的 3 倍左右。
meteor 把这些都包装起来,肯定好不到哪去。
express 的话我写的 middleware 大概也就几百行,1-2 天吧,写完到处 clone ,关
键我的选择性大多了。
总之,做 demo 是一回事,干活是另一回事,糙快猛的文化不适合我们这些老年人。
h******b
发帖数: 6055
20
来自主题: Programming版 - meteor真是重新定义了“糙快猛”
嗯直接wordpress模板就上线了。所以说技术真的不重要。
三个月谷歌adsense账户被封,1000美金没了。 丢掉主要partner,当时觉得完蛋了。
但仍旧每天坚持更新内容,雷打不动,其实真的不是为了赚钱,本身也喜欢写东西。
结果柳暗花明,另外一个网站跟我们合并,那个投资者有自己的广告来源,让我起死回
生了几年。 巅峰时期Alexa排名一万五。后来还通过这个网站高攀了我们家领导。 其
实如果算上这个,我那次创业也可以算是成功了。
现在日子一天一天的过去,跟大部分华人一家四口家庭一样,高不从低不就,中年危机
感十足啊。 所以才会在这里灌水。 最近三年几乎每年一个idea,但都没能做起来,
感觉动力不足,不够快不够猛了。
其实当年年收入五万的时候,人要饥渴的多,也更玩命。 现在更多的夜晚是看电视打
游戏而不是做东西了。
写这个meteor帖子其实也希望自己能够找回自己招牌的糙快猛。第一个版本真的不重要
,最快推出去,有初期用户了,动力就上来了。业余创业不怕死在沙滩上,沙滩上你都
长经验了,怕的是在海里就化为泡沫了。
d*******r
发帖数: 3299
21
来自主题: Programming版 - meteor真是重新定义了“糙快猛”
meteor 这个完全自己一套东西,确实有点独

of
C*******n
发帖数: 193
22
来自主题: Programming版 - yeoman和meteor的区别是什么
yeoman和meteor的区别是什么
m*****u
发帖数: 1342
p********o
发帖数: 640
24
来自主题: Programming版 - JS 的meteor 能上prod么
最近在看 有什么 js的 框架可以代替 django没有
发现 meteor 比较全面
所以来问问 用过这个框架的:
1. deploy 到自己的server 支持好不好, 需要root 么?
2. 周边的community 大么?
如果这个 框架不行 有什么推荐的 可以替换 django的 js 框架?
感谢感谢
l**********n
发帖数: 8443
25
来自主题: Programming版 - JS 的meteor 能上prod么
passenger + meteor
p********o
发帖数: 640
26
来自主题: Programming版 - JS 的meteor 能上prod么

我在 考虑是 meteor+react 还是 flux+react
l**********n
发帖数: 8443
w********m
发帖数: 1137
28
来自主题: Programming版 - JS 的meteor 能上prod么
meteor不是不安全吗?js直通数据库
d*******r
发帖数: 3299
29
来自主题: Programming版 - JS 的meteor 能上prod么
但是 meteor + react 看着不像亲生的呀
k**n
发帖数: 3989
30
来自主题: Programming版 - JS 的meteor 能上prod么
看评论大家都认为目前meteor 适合快糙猛的小项目与MVP 项目.
大项目复杂度与traffic高的,长远来玩就不如自己构架了。

and
mobile
d*******r
发帖数: 3299
31
来自主题: Programming版 - JS 的meteor 能上prod么
我懂你的意思,我并不是说一定要搞 server template MVC ORM 那一套.
但是,client SPA + pure server RESTful 的话,我没见着一套特别成熟,上来改几
个配置文件就能用的框架, 我指成熟度达到 Django, RoR, Spring MVC 那种程度,可扩
展程度, scale up 能力的. 有的话,我也愿意用.
MEAN 没有一套现成搭建好的大框架,就是一堆零散的轮子,你得自己搭建.
Meteor 是快糙猛,但是它太超前,完全是自己的一套东西,跟其他轮子难用在一起.
问题是是它 scale up 貌似还不好,你自己独一套东西,跑起来慢了卡了怎么办? 重新
完全自己写?
w********m
发帖数: 1137
32
来自主题: Programming版 - JS 的meteor 能上prod么
web service 说到底是DB决定的。
mysql,postgres就django。
mongodb就mean,或者meteor。
oracle就java。
否则都是坑。
d*******r
发帖数: 3299
33
来自主题: Programming版 - JS 的meteor 能上prod么
我觉得你的意思其实是 web service framework 跟 DB 强相关.
比如 Django, RoR 这种 ORM 类的,肯定是 SQL DB.
MEAN, meteor 这种,自然就用 MongoDB.
m***r
发帖数: 680
34
来自主题: Programming版 - meteor和parse server是什么关系?
meteor好像本身就带后端了. 这样还需要parse么?
parse是不是只管后段, 然后配合只管前端的框架比较好?
s*****t
发帖数: 1994
35
来自主题: Astronomy版 - Astronomy Picture of Day: Leonid Meteor
Leonids Over Joshua Tree National Park
Credit & Copyright: Wally Pacholka (Astropics) & Tony Hallas (Astrophoto)
Explanation: This year's Leonid Meteor Shower is predicted to have two peaks, like last
year's. The first peak should come at about 04:00 hours Universal Time (UT) on November
19 and be primarily visible from Western Europe before sunrise. The second peak is predicted
to occur at about 10:30 UT and be primarily visible from North America before local sunrise.
During these times,
D********e
发帖数: 475
36
来自主题: _DC版 - Meteor shower is here
Leonid meteor shower is here again:
http://science.nasa.gov/headlines/y2009/10nov_leonids2009.htm
D********e
发帖数: 475
37
来自主题: _DC版 - Meteor shower is here
hehe, It was peak this dawn. There should be residual dust tonight.
Even you don't see anything tonight, try Geminids on Dec. 13/14.
http://www.theskyscrapers.org/meteors/index.php/year/2009
s*****t
发帖数: 1994
38
来自主题: _Astronomy版 - Astronomy Picture of Day: Leonid Meteor
Leonids Over Joshua Tree National Park
Credit & Copyright: Wally Pacholka (Astropics) & Tony Hallas (Astrophoto)
Explanation: This year's Leonid Meteor Shower is predicted to have two peaks, like last
year's. The first peak should come at about 04:00 hours Universal Time (UT) on November
19 and be primarily visible from Western Europe before sunrise. The second peak is predicted
to occur at about 10:30 UT and be primarily visible from North America before local sunrise.
During these times,
m*******4
发帖数: 884
39
A large meteor streaked across the night sky Wednesday night and was seen
and heard throughout the Bay Area.
Sky observers took to social media to report that they had seen a bright
fireball with hues of red and orange break up overhead shortly before 8 p.m.
, accompanied by a loud boom. The sound was so loud, some residents reported
it shook their homes, making them think it may be an earthquake.
Jonathan Braidman, astronomy instructor at Oakland's Chabot Space and
Science Center, said the mete... 阅读全帖
A***u
发帖数: 3714
40
来自主题: Parenting版 - 爱好天文的孩子们有福了,
有哪个父母能不能找到转播的电视台。
GENERAL
Get ready to witness meteor shower next week
Camelopardalids is never-before-seen event, astronomers say
By Aftab Kazmi, Bureau Chief
May 18, 2014
Al Ain: Stargazers in the UAE will get a nature’s treat next week by
witnessing a never-before-seen meteor shower called Camelopardalids.
The spectacular shower will be visible on the morning of May 24 when the
earth, for the first time, will pass through comet 209P/Linear’s leftovers.
Astronomers have been making arrangement... 阅读全帖

发帖数: 1
41
Palo Alto well- established Start-up 高薪招聘full-time Sr.Software Engineer
. JD
如下:
#Title: Sr. Software Engineer(full-stack)
Work type: full time
Location: Palo Altoe, CA
Base Salary Range: 140K-160K + bonus+ stock option+ other benefits
What You'll Do:
• Meteor: We can iterate quickly using Meteor. We can get a highly
responsive and production ready application within days rather than weeks
using Meteor stack.
• Kubernetes and docker: We are in charge of our infrastructure.
Wh... 阅读全帖
w*******w
发帖数: 2051
42
给户外爱好者推荐这个perfect weekend get wasy:Kern River--
Perseids Meteor Shower happening next Saturday 8/112012 is one of the best:
This is the most famous of all meteor showers. It never fails to provide an
impressive display and, due to its summertime appearance, it tends to
provide the majority of meteors seen by non-astronomy enthusiasts. The Moon
is a thin crescent that rises about three hours before the Sun, so it will
provide little interference. At the shower’s peak you might see a few dozen
met... 阅读全帖
h*****i
发帖数: 9112
43
来自主题: WebRadio版 - 今晚super moon, 不要错过
今晚不但是super moon,还有Perseid meteor shower,英仙座流星雨
两道大餐
https://www.youtube.com/watch?v=JkKzMAzT5fs
Sky watchers are in for a double treat Sunday night, as we’ll be witnessing
a fairly unusual confluence of a “supermoon” with the peak nights of the
annual Perseid meteor shower.
You might remember we had a supermoon last month as well, on July 12. It
occurs when the full moon is at its closest point to Earth, and it means the
moon looks bigger and brighter than normal. We’ll also experience one more
... 阅读全帖
b*s
发帖数: 82482
44
来自主题: WebRadio版 - 今晚super moon, 不要错过
还是ullambana,鬼节……

今晚不但是super moon,还有Perseid meteor shower,英仙座流星雨
两道大餐
https://www.youtube.com/watch?v=JkKzMAzT5fs
Sky watchers are in for a double treat Sunday night, as we’ll be witnessing
a fairly unusual confluence of a “supermoon” with the peak nights of the
annual Perseid meteor shower.
You might remember we had a supermoon last month as well, on July 12. It
occurs when the full moon is at its closest point to Earth, and it means the
moon looks bigger and brighter than normal. We’ll also ex... 阅读全帖

发帖数: 1
45
来自主题: Military版 - JHU小黄人领导实验拯救人类
An asteroid could destroy humanity like it did dinosaurs. A Hopkins team has
a plan to save the world.
Andy Cheng, chief scientist at the Johns Hopkins Applied Physics Laboratory
in Laurel, is co-lead investigator on the Double Asteroid Redirection Test
mission, NASA's first test of a defense mission to deflect an asteroidt by
smashing a spacecraft into it. (Kim Hariston/Baltimore Sun)
By Tim Prudente February 4 at 6:53 PM
A team of scientists, astronomers and engineers meets weekly in a confere... 阅读全帖
t******n
发帖数: 2939
46
来自主题: WaterWorld版 - [合集] 为什么MBA赚钱比PHD多?
☆─────────────────────────────────────☆
altgeld (回头是岸) 于 (Sat Feb 4 16:14:24 2012, 美东) 提到:
2年就MBA了,PHD至少4-5年或更多。但是PHD还是没有MBA赚钱多。
☆─────────────────────────────────────☆
girlfriend (是这样的) 于 (Sat Feb 4 16:15:00 2012, 美东) 提到:
因为phd对社会前进没多大用

☆─────────────────────────────────────☆
fantasticrj (converse帆布鞋控。。) 于 (Sat Feb 4 16:15:11 2012, 美东) 提到:
想赚钱,就去玩儿钱,你成天呆实验室里跟耗子玩。。你只能得到一堆耗子,得不到钱。
☆─────────────────────────────────────☆
altgeld (回头是岸) 于 (Sat Feb 4 16:16:40 2012, 美东) 提到:
太... 阅读全帖
l**n
发帖数: 2405
47
来自主题: SanFrancisco版 - 今天晚上别忘记看星星洗澡
今天晚上流星澡喜欢看得不要错过
http://www.cnn.com/2010/US/08/12/meteor.shower/index.html?hpt=C1
Meteor shower will wow gazers overnight
(CNN) -- There's still time to charge that laptop and brew some coffee
before the Perseid meteor shower peaks Thursday night and predawn
Friday.
OK, it's easy to understand why the coffee will come in handy during the
long watch overnight. But the laptop?
Meteor gazers can join a NASA live chat with astronomer Bill Cooke. The
Marshall Space Flight Center astronomer will answer
p****p
发帖数: 3360
48
来自主题: Joke版 - 陨石另一个视频+评论
评论:
Good guy at 0:23 getting the woman out before him
Most of russia's population is bears... E.T is fucked...
Bigger asteroids are EASIER to calculate their trajectory exactly
because they are easier to see.
He's like... hurry lets repopulate!
this shit is for real, run dinos
Optimus Prime is here.
0:21 Hey I'm the last man on earth
0:21 It's the end. Let's fuck!
I wonder if the Russian air defense system detected the meteor's
approach.
The Dude just thin... 阅读全帖
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)