fastbrowser_cli 1.0.31 → 1.0.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -2
- package/dist/fastbrowser_cli/fastbrowser_cli.js +11 -19
- package/dist/fastbrowser_cli/fastbrowser_cli.js.map +1 -1
- package/dist/fastbrowser_cli/libs/query-builder.d.ts +2 -0
- package/dist/fastbrowser_cli/libs/query-builder.d.ts.map +1 -1
- package/dist/fastbrowser_cli/libs/query-builder.js +4 -0
- package/dist/fastbrowser_cli/libs/query-builder.js.map +1 -1
- package/dist/fastbrowser_httpd/libs/tool-schemas.d.ts +2 -0
- package/dist/fastbrowser_httpd/libs/tool-schemas.d.ts.map +1 -1
- package/dist/fastbrowser_mcp/fastbrowser_mcp.d.ts.map +1 -1
- package/dist/fastbrowser_mcp/fastbrowser_mcp.js +147 -22
- package/dist/fastbrowser_mcp/fastbrowser_mcp.js.map +1 -1
- package/dist/fastbrowser_mcp/libs/mcp_my_client.d.ts.map +1 -1
- package/dist/fastbrowser_mcp/libs/mcp_my_client.js +8 -0
- package/dist/fastbrowser_mcp/libs/mcp_my_client.js.map +1 -1
- package/dist/fastbrowser_mcp/libs/mcp_target_helper.d.ts.map +1 -1
- package/dist/fastbrowser_mcp/libs/mcp_target_helper.js +15 -2
- package/dist/fastbrowser_mcp/libs/mcp_target_helper.js.map +1 -1
- package/dist/fastbrowser_mcp/libs/schemas.d.ts +4 -0
- package/dist/fastbrowser_mcp/libs/schemas.d.ts.map +1 -1
- package/dist/fastbrowser_mcp/libs/schemas.js +6 -0
- package/dist/fastbrowser_mcp/libs/schemas.js.map +1 -1
- package/dist/shared/logger.d.ts +86 -0
- package/dist/shared/logger.d.ts.map +1 -0
- package/dist/shared/logger.js +269 -0
- package/dist/shared/logger.js.map +1 -0
- package/docs/brainstorm_scrap_by_ai.md +1 -1
- package/docs/feature_support_cli.md +7 -8
- package/docs/target_tools/target_tools_chrome_devtools.md +963 -0
- package/docs/target_tools/target_tools_playwright.md +763 -0
- package/examples/linkedin_cli/linked_dm.sh +16 -0
- package/examples/linkedin_cli/linked_post.sh +13 -0
- package/examples/linkedin_cli/linkedin.snapshot.txt +1245 -0
- package/examples/todomvc/todomvc.a11y.txt +44 -0
- package/examples/todomvc/todomvc.sh +11 -0
- package/examples/wttj_cli/fastbrowser_helper.ts +39 -0
- package/examples/wttj_cli/wttf_job-original.a11y.txt +652 -0
- package/examples/wttj_cli/wttf_job.a11y.txt +317 -0
- package/examples/{welcometothejungle/wttj-job.ts → wttj_cli/wttj_job copy.ts } +60 -11
- package/examples/wttj_cli/wttj_job.ts +179 -0
- package/examples/wttj_cli/wttj_search.ts +162 -0
- package/package.json +9 -3
- package/skills/fastbrowser/SKILL.md +10 -11
- package/skills/fastbrowser-script/SKILL.md +4 -4
- package/src/fastbrowser_cli/fastbrowser_cli.ts +14 -25
- package/src/fastbrowser_cli/libs/query-builder.ts +6 -0
- package/src/fastbrowser_mcp/fastbrowser_mcp.ts +181 -26
- package/src/fastbrowser_mcp/libs/mcp_my_client.ts +17 -0
- package/src/fastbrowser_mcp/libs/mcp_target_helper.ts +15 -2
- package/src/fastbrowser_mcp/libs/schemas.ts +6 -0
- package/src/shared/logger.ts +317 -0
- package/test.a11y.txt +828 -0
- package/tests/query-builder.test.ts +51 -11
- package/examples/welcometothejungle/fastbrowser_helper.ts +0 -39
- package/examples/welcometothejungle/wttj-search.ts +0 -82
- /package/examples/{post-to-x.sh → twitter_cli/twitter_post.sh} +0 -0
|
@@ -0,0 +1,1245 @@
|
|
|
1
|
+
|
|
2
|
+
> fastbrowser_cli@1.0.31 dev:cli
|
|
3
|
+
> npx tsx ./src/fastbrowser_cli/fastbrowser_cli.ts take_snapshot
|
|
4
|
+
|
|
5
|
+
uid=s1 Page
|
|
6
|
+
uid=s2 Page
|
|
7
|
+
uid=s3 Console value="201 errors, 0 warnings"
|
|
8
|
+
uid=e2 generic
|
|
9
|
+
uid=e353 heading "0 notifications" level="2"
|
|
10
|
+
uid=e354 generic
|
|
11
|
+
uid=s4 generic
|
|
12
|
+
uid=e355 button
|
|
13
|
+
uid=e357 generic value="Skip to main content"
|
|
14
|
+
uid=e358 button
|
|
15
|
+
uid=e360 img
|
|
16
|
+
uid=e362 generic
|
|
17
|
+
uid=e364 banner
|
|
18
|
+
uid=e367 generic
|
|
19
|
+
uid=e368 button "LinkedIn"
|
|
20
|
+
uid=e369 img "LinkedIn"
|
|
21
|
+
uid=e371 generic
|
|
22
|
+
uid=e372 status
|
|
23
|
+
uid=e373 search
|
|
24
|
+
uid=e374 generic
|
|
25
|
+
uid=e376 img
|
|
26
|
+
uid=e378 textbox "Search"
|
|
27
|
+
uid=e380 generic
|
|
28
|
+
uid=e385 figure
|
|
29
|
+
uid=e388 navigation
|
|
30
|
+
uid=e389 list
|
|
31
|
+
uid=e390 listitem
|
|
32
|
+
uid=e391 button "Home, 1 new notification" active
|
|
33
|
+
uid=e393 img
|
|
34
|
+
uid=e396 generic value="Home"
|
|
35
|
+
uid=e397 listitem
|
|
36
|
+
uid=e398 link "My Network, 0 new notifications" url="https://www.linkedin.com/mynetwork"
|
|
37
|
+
uid=e400 img
|
|
38
|
+
uid=e403 generic value="My Network"
|
|
39
|
+
uid=e404 listitem
|
|
40
|
+
uid=e405 link "Jobs, 0 new notifications" url="https://www.linkedin.com/jobs/"
|
|
41
|
+
uid=e407 img
|
|
42
|
+
uid=e410 generic value="Jobs"
|
|
43
|
+
uid=e411 listitem
|
|
44
|
+
uid=e412 link "Messaging, 0 new notifications" url="https://www.linkedin.com/messaging/"
|
|
45
|
+
uid=e414 img
|
|
46
|
+
uid=e417 generic value="Messaging"
|
|
47
|
+
uid=e418 listitem
|
|
48
|
+
uid=e419 link "Notifications, 2 new notifications" url="https://www.linkedin.com/notifications/"
|
|
49
|
+
uid=e421 img
|
|
50
|
+
uid=e424 generic value="Notifications"
|
|
51
|
+
uid=e425 listitem
|
|
52
|
+
uid=e426 button "Me"
|
|
53
|
+
uid=e428 figure
|
|
54
|
+
uid=e430 generic
|
|
55
|
+
uid=s5 StaticText "Me"
|
|
56
|
+
uid=e431 img
|
|
57
|
+
uid=e434 generic
|
|
58
|
+
uid=e435 navigation
|
|
59
|
+
uid=e436 list
|
|
60
|
+
uid=e437 listitem
|
|
61
|
+
uid=e438 button "For Business"
|
|
62
|
+
uid=e440 img
|
|
63
|
+
uid=e443 generic
|
|
64
|
+
uid=s6 StaticText "For Business"
|
|
65
|
+
uid=e444 img
|
|
66
|
+
uid=e447 link "Retry for €0" url="https://www.linkedin.com/feed/"
|
|
67
|
+
uid=e448 generic
|
|
68
|
+
uid=e449 img
|
|
69
|
+
uid=e455 paragraph value="Retry for €0"
|
|
70
|
+
uid=e456 main
|
|
71
|
+
uid=e458 main
|
|
72
|
+
uid=e460 generic
|
|
73
|
+
uid=e464 generic
|
|
74
|
+
uid=e468 generic
|
|
75
|
+
uid=e469 link url="https://www.linkedin.com/in/jeromeetienne/"
|
|
76
|
+
uid=e470 generic
|
|
77
|
+
uid=e472 figure
|
|
78
|
+
uid=e474 figure
|
|
79
|
+
uid=e475 img "Jerome Etienne"
|
|
80
|
+
uid=e476 generic
|
|
81
|
+
uid=e477 link "Jerome Etienne, Your social media 10x faster with ContentMagick.ai 🧠✨, France, Verified profile" url="https://www.linkedin.com/in/jeromeetienne/"
|
|
82
|
+
uid=e478 generic "Jerome Etienne, Your social media 10x faster with ContentMagick.ai 🧠✨, France, Verified profile"
|
|
83
|
+
uid=e479 generic
|
|
84
|
+
uid=e481 paragraph value="Jerome Etienne"
|
|
85
|
+
uid=e482 img "Verified profile"
|
|
86
|
+
uid=e485 paragraph value="Your social media 10x faster with ContentMagick.ai 🧠✨"
|
|
87
|
+
uid=e486 paragraph value="France"
|
|
88
|
+
uid=e487 link "ContentMagickAi" url="https://www.linkedin.com/in/jeromeetienne/"
|
|
89
|
+
uid=e488 generic
|
|
90
|
+
uid=e489 figure
|
|
91
|
+
uid=e490 paragraph value="ContentMagickAi"
|
|
92
|
+
uid=e493 menu
|
|
93
|
+
uid=e495 link "Profile viewers 90" url="https://www.linkedin.com/me/profile-views/"
|
|
94
|
+
uid=e496 generic "Profile viewers 90"
|
|
95
|
+
uid=e498 paragraph value="Profile viewers"
|
|
96
|
+
uid=e499 paragraph value="90"
|
|
97
|
+
uid=e501 link "Post impressions 947" url="https://www.linkedin.com/analytics/creator/content/"
|
|
98
|
+
uid=e502 generic "Post impressions 947"
|
|
99
|
+
uid=e504 paragraph value="Post impressions"
|
|
100
|
+
uid=e505 paragraph value="947"
|
|
101
|
+
uid=e509 menu
|
|
102
|
+
uid=e510 link "My pages (4)" url="https://www.linkedin.com/feed/"
|
|
103
|
+
uid=e511 generic
|
|
104
|
+
uid=e512 paragraph value="My pages (4)"
|
|
105
|
+
uid=e513 img
|
|
106
|
+
uid=e516 link "Learning Three.js" url="https://www.linkedin.com/company/11044858/admin/"
|
|
107
|
+
uid=e518 generic
|
|
108
|
+
uid=e519 figure
|
|
109
|
+
uid=e520 img "Learning Three.js logo"
|
|
110
|
+
uid=e524 paragraph value="Learning Three.js"
|
|
111
|
+
uid=e525 link "Activity 0" url="https://www.linkedin.com/company/11044858/admin/notifications/"
|
|
112
|
+
uid=e526 generic
|
|
113
|
+
uid=e527 paragraph value="Activity"
|
|
114
|
+
uid=e528 paragraph value="0"
|
|
115
|
+
uid=e530 link "AR.js" url="https://www.linkedin.com/company/27105426/admin/"
|
|
116
|
+
uid=e532 generic
|
|
117
|
+
uid=e533 figure
|
|
118
|
+
uid=e534 img "AR.js logo"
|
|
119
|
+
uid=e538 paragraph value="AR.js"
|
|
120
|
+
uid=e539 link "Activity 0" url="https://www.linkedin.com/company/27105426/admin/notifications/"
|
|
121
|
+
uid=e540 generic
|
|
122
|
+
uid=e541 paragraph value="Activity"
|
|
123
|
+
uid=e542 paragraph value="0"
|
|
124
|
+
uid=e544 link "WeBoostAI" url="https://www.linkedin.com/company/96241193/admin/"
|
|
125
|
+
uid=e546 generic
|
|
126
|
+
uid=e547 figure
|
|
127
|
+
uid=e548 img "WeBoostAI logo"
|
|
128
|
+
uid=e552 paragraph value="WeBoostAI"
|
|
129
|
+
uid=e553 link "Activity 0" url="https://www.linkedin.com/company/96241193/admin/notifications/"
|
|
130
|
+
uid=e554 generic
|
|
131
|
+
uid=e555 paragraph value="Activity"
|
|
132
|
+
uid=e556 paragraph value="0"
|
|
133
|
+
uid=e559 paragraph value="Grow your business faster"
|
|
134
|
+
uid=e561 button "Try Premium Page"
|
|
135
|
+
uid=e562 generic
|
|
136
|
+
uid=e563 img
|
|
137
|
+
uid=e566 paragraph
|
|
138
|
+
uid=e567 strong value="Try Premium Page"
|
|
139
|
+
uid=e568 link "Advertise on LinkedIn" url="https://www.linkedin.com/campaignmanager/accounts/"
|
|
140
|
+
uid=e569 generic
|
|
141
|
+
uid=e570 img
|
|
142
|
+
uid=e572 paragraph value="Advertise on LinkedIn"
|
|
143
|
+
uid=e575 menu
|
|
144
|
+
uid=e576 link "Saved items" url="https://www.linkedin.com/my-items/saved-posts/"
|
|
145
|
+
uid=e577 generic
|
|
146
|
+
uid=e578 img
|
|
147
|
+
uid=e580 paragraph value="Saved items"
|
|
148
|
+
uid=e581 link "Groups" url="https://www.linkedin.com/groups/"
|
|
149
|
+
uid=e582 generic
|
|
150
|
+
uid=e583 img
|
|
151
|
+
uid=e589 paragraph value="Groups"
|
|
152
|
+
uid=e590 link "Newsletters" url="https://www.linkedin.com/mynetwork/network-manager/newsletters/"
|
|
153
|
+
uid=e591 generic
|
|
154
|
+
uid=e592 img
|
|
155
|
+
uid=e594 paragraph value="Newsletters"
|
|
156
|
+
uid=e595 link "Events" url="https://www.linkedin.com/events/"
|
|
157
|
+
uid=e596 generic
|
|
158
|
+
uid=e597 img
|
|
159
|
+
uid=e599 paragraph value="Events"
|
|
160
|
+
uid=e601 list
|
|
161
|
+
uid=e603 generic
|
|
162
|
+
uid=e604 generic
|
|
163
|
+
uid=e605 link url="https://www.linkedin.com/in/jeromeetienne/"
|
|
164
|
+
uid=e606 figure
|
|
165
|
+
uid=e608 button "Start a post"
|
|
166
|
+
uid=e609 generic "Start a post"
|
|
167
|
+
uid=e611 generic
|
|
168
|
+
uid=e612 paragraph value="Start a post"
|
|
169
|
+
uid=s7 generic
|
|
170
|
+
uid=s8 paragraph
|
|
171
|
+
uid=e613 generic
|
|
172
|
+
uid=e614 button "Video"
|
|
173
|
+
uid=e615 generic
|
|
174
|
+
uid=e616 img
|
|
175
|
+
uid=e618 paragraph value="Video"
|
|
176
|
+
uid=e619 button "Photo"
|
|
177
|
+
uid=e620 generic
|
|
178
|
+
uid=e621 img
|
|
179
|
+
uid=e623 paragraph value="Photo"
|
|
180
|
+
uid=e624 link "Write article" url="/article/new/"
|
|
181
|
+
uid=e625 generic
|
|
182
|
+
uid=e626 img
|
|
183
|
+
uid=e628 paragraph value="Write article"
|
|
184
|
+
uid=s9 unknown
|
|
185
|
+
uid=e631 generic
|
|
186
|
+
uid=e632 paragraph
|
|
187
|
+
uid=s10 StaticText "Select feed view:"
|
|
188
|
+
uid=e633 strong value="Most relevant first"
|
|
189
|
+
uid=e634 img
|
|
190
|
+
uid=e2009 button "New posts"
|
|
191
|
+
uid=e2010 generic
|
|
192
|
+
uid=e2011 img
|
|
193
|
+
uid=e2013 generic value="New posts"
|
|
194
|
+
uid=e639 listitem
|
|
195
|
+
uid=e641 generic
|
|
196
|
+
uid=s11 heading "Feed post" level="2"
|
|
197
|
+
uid=e642 generic value="Feed post"
|
|
198
|
+
uid=e643 generic
|
|
199
|
+
uid=e644 link url="https://www.linkedin.com/in/paulbakaus/"
|
|
200
|
+
uid=e645 figure
|
|
201
|
+
uid=e646 img "View Paul Bakaus’ profile"
|
|
202
|
+
uid=s12 unknown url="https://www.linkedin.com/in/paulbakaus/"
|
|
203
|
+
uid=e648 generic
|
|
204
|
+
uid=e649 generic "Paul Bakaus Premium Profile 1st"
|
|
205
|
+
uid=e652 paragraph value="Paul Bakaus"
|
|
206
|
+
uid=e654 paragraph
|
|
207
|
+
uid=e656 img
|
|
208
|
+
uid=s13 StaticText "• 1st"
|
|
209
|
+
uid=e659 paragraph value="Tech exec who somehow still ships code. Created jQuery UI · ex-Google · ex-Zynga"
|
|
210
|
+
uid=e661 link "Visit my website" url="https://www.linkedin.com/safety/go/?url=https%3A%2F%2Fpaulbakaus%2Ecom&urlhash=UQTM&mt=os-EV81Jf4sKm2W2M4PgIgh1R5zUjrLg_jN2BxfXmtmG8MmoVikh-al9LJE1UQLadtlK_raBiLwez4QT7ItwYD3zJhHY2o_5WAuM&isSdui=true"
|
|
211
|
+
uid=e662 paragraph value="Visit my website"
|
|
212
|
+
uid=e664 paragraph
|
|
213
|
+
uid=s14 StaticText "6h •"
|
|
214
|
+
uid=s15 unknown
|
|
215
|
+
uid=e667 button "Open control menu for post by Paul Bakaus"
|
|
216
|
+
uid=e669 img
|
|
217
|
+
uid=e671 button "Hide post by Paul Bakaus"
|
|
218
|
+
uid=e673 img
|
|
219
|
+
uid=e675 paragraph
|
|
220
|
+
uid=e676 generic
|
|
221
|
+
uid=s16 StaticText "I was fortunate to get to attend (and demo Impeccable)"
|
|
222
|
+
uid=e677 link "Jeffrey Veen" url="https://www.linkedin.com/in/jeffreyveen/"
|
|
223
|
+
uid=e679 strong value="Jeffrey Veen"
|
|
224
|
+
uid=s17 StaticText "'s"
|
|
225
|
+
uid=s18 StaticText "excellent Design Futures Assembly yesterday."
|
|
226
|
+
uid=s19 StaticText "Sadly no recordings or attributions due to Chatham House rules, but some highlights for me:"
|
|
227
|
+
uid=s20 StaticText "- in panels and conversations, pretty even divide between 'woah new AI tools are exciting, more of it, designers should all be making tools for themselves' and 'no, less tools, more human input, intent, design thinking'. My take on this is 'why not both?' 🤷♂️"
|
|
228
|
+
uid=s21 StaticText "- the idea of design living in your production codebase is becoming more common. i frankly thought my own design tool Impeccable was a little crazy to attempt this, but others are trying as well! That being said, there's clearly no answer for 'this is how designers will design going forward' yet. Many ideas, many good thoughts, many explorations."
|
|
229
|
+
uid=s22 StaticText "- some challenged the idea that LLM models won't have 'taste', and I buy that models will become better and better at superficial prettyness. Taste is maybe not the moat. The last mile, and an opiniated, clear point of view, is. AI can now make pretty looking websites, but making things pretty is the smallest aspect of design."
|
|
230
|
+
uid=e681 link "Tony Fadell" url="https://www.linkedin.com/in/tonyfadell/"
|
|
231
|
+
uid=e683 strong value="Tony Fadell"
|
|
232
|
+
uid=s23 StaticText "'s greatest achievement might be what he *didn't* put into the iPod."
|
|
233
|
+
uid=s24 StaticText "- both in education and in enterprise org design, hot topics were the need to flatten structures, simplify handoff processes, create a shared 'substrate' to communicate better, teach people how to use AI as thought partner (cognitive delegation vs cognitive surrender) and how performance reviews, hiring practices, comp has not caught up with new realities (for example, designers getting paid less than eng even though they're submitting PRs now). It's understandable that especially design students and junior designers live in fear about their current or future job security, but we also had some optimistic voices that talked about the transition from traditional graphic design in the 90s to digital design, and how the job transformed with new tools but became exciting in its own way...that the same shift might be happening again with AI for those who embrace their newfound AI superpowers. Like with anything, I think all these things will be somewhat true; some jobs will cease to exist, others will transform, new ones we can't imagine yet will emerge."
|
|
234
|
+
uid=s25 StaticText "Incredible to hear directly from industry legends on where design is heading, from folks like"
|
|
235
|
+
uid=e684 link "Ian Silber" url="https://www.linkedin.com/in/iansilber/"
|
|
236
|
+
uid=e686 strong value="Ian Silber"
|
|
237
|
+
uid=s26 StaticText ","
|
|
238
|
+
uid=e687 link "Joel Lewenstein" url="https://www.linkedin.com/in/joel-lewenstein/"
|
|
239
|
+
uid=e689 strong value="Joel Lewenstein"
|
|
240
|
+
uid=s27 StaticText ","
|
|
241
|
+
uid=e690 link "Liz Danzico" url="https://www.linkedin.com/in/bobulate/"
|
|
242
|
+
uid=e692 strong value="Liz Danzico"
|
|
243
|
+
uid=s28 StaticText ","
|
|
244
|
+
uid=e693 link "Noah Levin" url="https://www.linkedin.com/in/noahlewislevin/"
|
|
245
|
+
uid=e695 strong value="Noah Levin"
|
|
246
|
+
uid=s29 StaticText ","
|
|
247
|
+
uid=e696 link "Nad Chishtie" url="https://www.linkedin.com/in/nad-chishtie/"
|
|
248
|
+
uid=e698 strong value="Nad Chishtie"
|
|
249
|
+
uid=s30 StaticText ","
|
|
250
|
+
uid=e699 link "Eric Snowden" url="https://www.linkedin.com/in/ericsnowden/"
|
|
251
|
+
uid=e701 strong value="Eric Snowden"
|
|
252
|
+
uid=s31 StaticText ","
|
|
253
|
+
uid=e702 link "Rachel Been" url="https://www.linkedin.com/in/rachel-been-a9000a3/"
|
|
254
|
+
uid=e704 strong value="Rachel Been"
|
|
255
|
+
uid=s32 StaticText ","
|
|
256
|
+
uid=e705 link "Josh Clark" url="https://www.linkedin.com/in/joshclark/"
|
|
257
|
+
uid=e707 strong value="Josh Clark"
|
|
258
|
+
uid=s33 StaticText ","
|
|
259
|
+
uid=e708 link "Ben Blumenrose" url="https://www.linkedin.com/in/benblumenrose/"
|
|
260
|
+
uid=e710 strong value="Ben Blumenrose"
|
|
261
|
+
uid=s34 StaticText ","
|
|
262
|
+
uid=e711 link "Sarah Stein Greenberg" url="https://www.linkedin.com/in/sarahsteingreenberg/"
|
|
263
|
+
uid=e713 strong value="Sarah Stein Greenberg"
|
|
264
|
+
uid=s35 StaticText ","
|
|
265
|
+
uid=e714 link "Helen Maria Nugent" url="https://www.linkedin.com/in/haelodesign/"
|
|
266
|
+
uid=e716 strong value="Helen Maria Nugent"
|
|
267
|
+
uid=s36 StaticText ","
|
|
268
|
+
uid=e717 link "Amelia Wattenberger" url="https://www.linkedin.com/in/wattenberger/"
|
|
269
|
+
uid=e719 strong value="Amelia Wattenberger"
|
|
270
|
+
uid=s37 StaticText ","
|
|
271
|
+
uid=e720 link "Luke Wroblewski" url="https://www.linkedin.com/in/lukew/"
|
|
272
|
+
uid=e722 strong value="Luke Wroblewski"
|
|
273
|
+
uid=s38 StaticText "and many others, and to see powerful tool demos by my peers."
|
|
274
|
+
uid=s39 StaticText "It was impeccably curated, organized and executed. Fantastic job, Jeff and team."
|
|
275
|
+
uid=s40 button
|
|
276
|
+
uid=e724 generic value="… more"
|
|
277
|
+
uid=e726 link url="https://www.linkedin.com/feed/"
|
|
278
|
+
uid=e727 figure
|
|
279
|
+
uid=e728 img "View image"
|
|
280
|
+
uid=e729 generic
|
|
281
|
+
uid=e730 link "13 reactions" url="https://www.linkedin.com/feed/"
|
|
282
|
+
uid=e731 generic
|
|
283
|
+
uid=e732 img
|
|
284
|
+
uid=e738 img
|
|
285
|
+
uid=e745 paragraph
|
|
286
|
+
uid=e746 generic value="13 reactions"
|
|
287
|
+
uid=s41 StaticText "13"
|
|
288
|
+
uid=e748 button "1 comment"
|
|
289
|
+
uid=e749 paragraph
|
|
290
|
+
uid=e750 generic value="1 comment"
|
|
291
|
+
uid=e751 generic value="1 comment"
|
|
292
|
+
uid=e752 generic
|
|
293
|
+
uid=e753 link "Open actor selection screen" url="https://www.linkedin.com/feed/"
|
|
294
|
+
uid=e754 generic "Open actor selection screen"
|
|
295
|
+
uid=e755 figure
|
|
296
|
+
uid=e756 img
|
|
297
|
+
uid=e758 generic
|
|
298
|
+
uid=e759 generic
|
|
299
|
+
uid=s42 unknown
|
|
300
|
+
uid=e763 generic
|
|
301
|
+
uid=e764 img
|
|
302
|
+
uid=e766 generic value="Like"
|
|
303
|
+
uid=s43 button "Open reactions menu"
|
|
304
|
+
uid=e768 img
|
|
305
|
+
uid=e770 button "Comment"
|
|
306
|
+
uid=e771 generic
|
|
307
|
+
uid=e772 img
|
|
308
|
+
uid=e774 generic value="Comment"
|
|
309
|
+
uid=e775 button "Repost"
|
|
310
|
+
uid=e776 generic
|
|
311
|
+
uid=e777 img
|
|
312
|
+
uid=e779 generic value="Repost"
|
|
313
|
+
uid=e780 link "Send" url="https://www.linkedin.com/feed/"
|
|
314
|
+
uid=e781 generic
|
|
315
|
+
uid=e782 img
|
|
316
|
+
uid=e784 generic value="Send"
|
|
317
|
+
uid=e788 listitem
|
|
318
|
+
uid=e790 generic
|
|
319
|
+
uid=s44 heading "Feed post" level="2"
|
|
320
|
+
uid=e791 generic value="Feed post"
|
|
321
|
+
uid=e792 generic
|
|
322
|
+
uid=e793 link url="https://www.linkedin.com/company/datadog/posts/"
|
|
323
|
+
uid=e794 figure
|
|
324
|
+
uid=s45 unknown
|
|
325
|
+
uid=e796 link "Datadog 523,384 followers Promoted" url="https://www.linkedin.com/company/datadog/posts/"
|
|
326
|
+
uid=e797 generic
|
|
327
|
+
uid=e801 paragraph value="Datadog"
|
|
328
|
+
uid=e803 paragraph value="523,384 followers"
|
|
329
|
+
uid=e805 paragraph value="Promoted"
|
|
330
|
+
uid=e806 button "Open control menu for post by Datadog"
|
|
331
|
+
uid=e808 img
|
|
332
|
+
uid=e810 paragraph
|
|
333
|
+
uid=e811 generic
|
|
334
|
+
uid=s46 StaticText "We're hiring Software Engineers!"
|
|
335
|
+
uid=s47 StaticText "Help shape what’s next in cloud technology by building impactful solutions that solve complex challenges."
|
|
336
|
+
uid=s48 StaticText "👉 Explore our open roles today:"
|
|
337
|
+
uid=e813 link "https://lnkd.in/eEgdsMqi" url="https://www.linkedin.com/safety/go/?url=https%3A%2F%2Flnkd%2Ein%2FeEgdsMqi%3Fli_fat_id%3Daa1efdc6-f76b-478a-bb7d-51d9db60b8ff&urlhash=Sjtk&mt=InFhZaMTwZ2WsTpxzlppBYCv4lqjUUt_NkgLtBE_QXY3kbse8YDVzqFTe5mhrpy1urbiAOgp5nM8WvkwEW_Sw4BImBTt9S-w7XwZzz9fD6zRmPfX4ZNN8mXRzEHgvGjgSeJIvBa0dUZIebSySvfm00-DZTrvMCr2mfEnZP-czo1CFOWCUGD4LX-5UXZgKj2EmsX4klhSu_lY&isSdui=true"
|
|
338
|
+
uid=e815 strong value="https://lnkd.in/eEgdsMqi"
|
|
339
|
+
uid=s49 button
|
|
340
|
+
uid=e817 generic value="… more"
|
|
341
|
+
uid=e818 generic
|
|
342
|
+
uid=e820 link url="https://careers.datadoghq.com/engineering/?region_EMEA%5B0%5D=EMEA&utm_source=linkedin&utm_medium=paid-social&utm_campaign=ebm-tech-engineerall-emea-2026-gm-retargeting-hiring-image-people-orange&gh_src=e632f8301us&li_fat_id=aa1efdc6-f76b-478a-bb7d-51d9db60b8ff"
|
|
343
|
+
uid=e821 figure
|
|
344
|
+
uid=e822 img "View Sponsored Content"
|
|
345
|
+
uid=e823 link "We're Hiring Software Engineers! careers.datadoghq.com Learn more" url="https://careers.datadoghq.com/engineering/?region_EMEA%5B0%5D=EMEA&utm_source=linkedin&utm_medium=paid-social&utm_campaign=ebm-tech-engineerall-emea-2026-gm-retargeting-hiring-image-people-orange&gh_src=e632f8301us&li_fat_id=aa1efdc6-f76b-478a-bb7d-51d9db60b8ff"
|
|
346
|
+
uid=e824 generic
|
|
347
|
+
uid=e825 generic
|
|
348
|
+
uid=e827 paragraph
|
|
349
|
+
uid=e828 generic value="We're Hiring Software Engineers!"
|
|
350
|
+
uid=s50 StaticText "We're Hiring Software Engineers!"
|
|
351
|
+
uid=e830 paragraph value="careers.datadoghq.com"
|
|
352
|
+
uid=e831 link "Learn more" url="https://careers.datadoghq.com/engineering/?region_EMEA%5B0%5D=EMEA&utm_source=linkedin&utm_medium=paid-social&utm_campaign=ebm-tech-engineerall-emea-2026-gm-retargeting-hiring-image-people-orange&gh_src=e632f8301us&li_fat_id=aa1efdc6-f76b-478a-bb7d-51d9db60b8ff"
|
|
353
|
+
uid=e833 generic value="Learn more"
|
|
354
|
+
uid=e835 link "24 reactions" url="https://www.linkedin.com/feed/"
|
|
355
|
+
uid=e836 generic
|
|
356
|
+
uid=e837 img
|
|
357
|
+
uid=e843 img
|
|
358
|
+
uid=e858 paragraph
|
|
359
|
+
uid=e859 generic value="24 reactions"
|
|
360
|
+
uid=s51 StaticText "24"
|
|
361
|
+
uid=e860 generic
|
|
362
|
+
uid=e861 link "Open actor selection screen" url="https://www.linkedin.com/feed/"
|
|
363
|
+
uid=e862 generic "Open actor selection screen"
|
|
364
|
+
uid=e863 figure
|
|
365
|
+
uid=e864 img
|
|
366
|
+
uid=e866 generic
|
|
367
|
+
uid=e867 generic
|
|
368
|
+
uid=s52 unknown
|
|
369
|
+
uid=e871 generic
|
|
370
|
+
uid=e872 img
|
|
371
|
+
uid=e874 generic value="Like"
|
|
372
|
+
uid=s53 button "Open reactions menu"
|
|
373
|
+
uid=e876 img
|
|
374
|
+
uid=e878 button "Comment"
|
|
375
|
+
uid=e879 generic
|
|
376
|
+
uid=e880 img
|
|
377
|
+
uid=e882 generic value="Comment"
|
|
378
|
+
uid=e883 button "Repost"
|
|
379
|
+
uid=e884 generic
|
|
380
|
+
uid=e885 img
|
|
381
|
+
uid=e887 generic value="Repost"
|
|
382
|
+
uid=e888 link "Send" url="https://www.linkedin.com/feed/"
|
|
383
|
+
uid=e889 generic
|
|
384
|
+
uid=e890 img
|
|
385
|
+
uid=e892 generic value="Send"
|
|
386
|
+
uid=e896 listitem
|
|
387
|
+
uid=e898 generic
|
|
388
|
+
uid=s54 heading "Feed post" level="2"
|
|
389
|
+
uid=e899 generic value="Feed post"
|
|
390
|
+
uid=e900 generic
|
|
391
|
+
uid=e901 link url="https://www.linkedin.com/in/jontwigge/"
|
|
392
|
+
uid=e902 figure
|
|
393
|
+
uid=e903 img "View Jon Twigge’s profile"
|
|
394
|
+
uid=s55 unknown url="https://www.linkedin.com/in/jontwigge/"
|
|
395
|
+
uid=e905 generic
|
|
396
|
+
uid=e906 generic "Jon Twigge Premium Profile 1st"
|
|
397
|
+
uid=e909 paragraph value="Jon Twigge"
|
|
398
|
+
uid=e911 paragraph
|
|
399
|
+
uid=e913 img
|
|
400
|
+
uid=s56 StaticText "• 1st"
|
|
401
|
+
uid=e916 paragraph value="Founder, Potentialisation | Helping people find their way in the new world"
|
|
402
|
+
uid=e918 paragraph
|
|
403
|
+
uid=s57 StaticText "6d •"
|
|
404
|
+
uid=s58 unknown
|
|
405
|
+
uid=e921 button "Open control menu for post by Jon Twigge"
|
|
406
|
+
uid=e923 img
|
|
407
|
+
uid=e925 button "Hide post by Jon Twigge"
|
|
408
|
+
uid=e927 img
|
|
409
|
+
uid=e929 paragraph
|
|
410
|
+
uid=e930 generic
|
|
411
|
+
uid=s59 StaticText "I love this kind of thing. I always want to know why - not just what. With why we can we be really aware and go under the hood and change things. With the world of employment changing quickly we are going to need a lot more meta why about our own learning and understanding to adapt effectively."
|
|
412
|
+
uid=s60 button
|
|
413
|
+
uid=e932 generic value="… more"
|
|
414
|
+
uid=e933 generic
|
|
415
|
+
uid=e934 link url="https://www.linkedin.com/pulse/structure-magic-darren-stevens-phd-s002e/"
|
|
416
|
+
uid=e935 figure
|
|
417
|
+
uid=e936 img "The Structure of The Structure of Magic"
|
|
418
|
+
uid=e937 link "Exceptional Leadership Subscribe to Exceptional Leadership The Structure of The Structure of Magic Darren Stevens, PhD" url="https://www.linkedin.com/pulse/structure-magic-darren-stevens-phd-s002e/"
|
|
419
|
+
uid=e938 generic
|
|
420
|
+
uid=e939 link "Exceptional Leadership Subscribe to Exceptional Leadership" url="https://www.linkedin.com/newsletters/exceptional-leadership-7265293037520445440/"
|
|
421
|
+
uid=e940 generic
|
|
422
|
+
uid=e941 figure
|
|
423
|
+
uid=e943 paragraph value="Exceptional Leadership"
|
|
424
|
+
uid=e945 button "Subscribe to Exceptional Leadership"
|
|
425
|
+
uid=e946 generic
|
|
426
|
+
uid=e947 img
|
|
427
|
+
uid=e949 generic value="Subscribe"
|
|
428
|
+
uid=e951 paragraph value="The Structure of The Structure of Magic"
|
|
429
|
+
uid=e953 paragraph value="Darren Stevens, PhD"
|
|
430
|
+
uid=e954 generic
|
|
431
|
+
uid=e955 link "Open actor selection screen" url="https://www.linkedin.com/feed/"
|
|
432
|
+
uid=e956 generic "Open actor selection screen"
|
|
433
|
+
uid=e957 figure
|
|
434
|
+
uid=e958 img
|
|
435
|
+
uid=e960 generic
|
|
436
|
+
uid=e961 generic
|
|
437
|
+
uid=s61 unknown
|
|
438
|
+
uid=e965 generic
|
|
439
|
+
uid=e966 img
|
|
440
|
+
uid=e968 generic value="Like"
|
|
441
|
+
uid=s62 button "Open reactions menu"
|
|
442
|
+
uid=e970 img
|
|
443
|
+
uid=e972 button "Comment"
|
|
444
|
+
uid=e973 generic
|
|
445
|
+
uid=e974 img
|
|
446
|
+
uid=e976 generic value="Comment"
|
|
447
|
+
uid=e977 button "Repost"
|
|
448
|
+
uid=e978 generic
|
|
449
|
+
uid=e979 img
|
|
450
|
+
uid=e981 generic value="Repost"
|
|
451
|
+
uid=e982 link "Send" url="https://www.linkedin.com/feed/"
|
|
452
|
+
uid=e983 generic
|
|
453
|
+
uid=e984 img
|
|
454
|
+
uid=e986 generic value="Send"
|
|
455
|
+
uid=e990 listitem
|
|
456
|
+
uid=e992 generic
|
|
457
|
+
uid=s63 heading "Feed post" level="2"
|
|
458
|
+
uid=e993 generic value="Feed post"
|
|
459
|
+
uid=e994 generic
|
|
460
|
+
uid=e995 generic
|
|
461
|
+
uid=e996 link url="https://www.linkedin.com/in/godefroy/"
|
|
462
|
+
uid=e997 figure
|
|
463
|
+
uid=e998 img "View Godefroy de Compreignac’s profile"
|
|
464
|
+
uid=e1000 paragraph
|
|
465
|
+
uid=e1001 link "Godefroy de Compreignac" url="https://www.linkedin.com/in/godefroy/"
|
|
466
|
+
uid=e1002 strong value="Godefroy de Compreignac"
|
|
467
|
+
uid=s64 StaticText "likes this"
|
|
468
|
+
uid=e1003 button "Open control menu for post by Jean de Bailliencourt"
|
|
469
|
+
uid=e1005 img
|
|
470
|
+
uid=e1007 button "Hide post by Jean de Bailliencourt"
|
|
471
|
+
uid=e1009 img
|
|
472
|
+
uid=e1011 generic
|
|
473
|
+
uid=e1012 link url="https://www.linkedin.com/in/jeandebailliencourt/"
|
|
474
|
+
uid=e1013 figure
|
|
475
|
+
uid=e1014 img "View Jean de Bailliencourt’s profile"
|
|
476
|
+
uid=s65 unknown url="https://www.linkedin.com/in/jeandebailliencourt/"
|
|
477
|
+
uid=e1016 generic
|
|
478
|
+
uid=e1017 generic "Jean de Bailliencourt Verified Profile 2nd"
|
|
479
|
+
uid=e1020 paragraph value="Jean de Bailliencourt"
|
|
480
|
+
uid=e1022 paragraph
|
|
481
|
+
uid=e1024 img
|
|
482
|
+
uid=s66 StaticText "• 2nd"
|
|
483
|
+
uid=e1027 paragraph value="Working @ COBALT - The Retro Smartwatch"
|
|
484
|
+
uid=e1029 paragraph
|
|
485
|
+
uid=s67 StaticText "2d •"
|
|
486
|
+
uid=s68 unknown
|
|
487
|
+
uid=e1035 button "Follow Jean de Bailliencourt"
|
|
488
|
+
uid=e1036 generic
|
|
489
|
+
uid=e1037 img
|
|
490
|
+
uid=e1040 generic value="Follow"
|
|
491
|
+
uid=e1043 paragraph
|
|
492
|
+
uid=e1044 generic
|
|
493
|
+
uid=s69 StaticText "⌚️ Je ne trouvais pas de montre connectée à mon goût."
|
|
494
|
+
uid=s70 StaticText "Trop grandes, trop chères, à recharger chaque soir, et surtout : un écran de plus à regarder!"
|
|
495
|
+
uid=s71 StaticText "J'ai commencé à construire une réponse à ce problème : la montre Cobalt."
|
|
496
|
+
uid=s72 StaticText "💡"
|
|
497
|
+
uid=e1046 link "Cobalt Watch" url="https://www.linkedin.com/company/cobalt-watch/"
|
|
498
|
+
uid=e1048 strong value="Cobalt Watch"
|
|
499
|
+
uid=s73 StaticText "est un bracelet vocal construit à l'intérieur d'un boîtier Casio F-91W, la montre iconique à 20€ que beaucoup d'entre nous ont portée."
|
|
500
|
+
uid=s74 StaticText "Seule la carte électronique est remplacée, le reste est identique : même boîtier, même bracelet, même pile."
|
|
501
|
+
uid=s75 StaticText "Bouton PTT : ▶️ Appuyez, 🔴 Parlez :"
|
|
502
|
+
uid=s76 StaticText "- Enregistrer une note vocale"
|
|
503
|
+
uid=s77 StaticText "- Lancer une musique"
|
|
504
|
+
uid=s78 StaticText "- Créer un RDV"
|
|
505
|
+
uid=s79 StaticText "- Poser une alarme"
|
|
506
|
+
uid=s80 StaticText "- Envoyer un message (Android uniquement)"
|
|
507
|
+
uid=s81 StaticText "sans sortir votre téléphone."
|
|
508
|
+
uid=s82 StaticText "📆 Le 1er juin nous lançons le Kickstarter."
|
|
509
|
+
uid=s83 StaticText "-> Prix de lancement : 90€"
|
|
510
|
+
uid=s84 StaticText "Si le projet vous parle, une seule chose à faire : laisser votre adresse sur notre site, le lien est dans les commentaires."
|
|
511
|
+
uid=s85 StaticText "Ou pour toutes autres questions ! 🫡"
|
|
512
|
+
uid=s86 StaticText "- Jean, cofondateur Cobalt"
|
|
513
|
+
uid=e1049 link "#casio" url="https://www.linkedin.com/search/results/all/?keywords=%23casio&origin=HASH_TAG_FROM_FEED"
|
|
514
|
+
uid=e1051 strong value="#casio"
|
|
515
|
+
uid=e1052 link "#f91w" url="https://www.linkedin.com/search/results/all/?keywords=%23f91w&origin=HASH_TAG_FROM_FEED"
|
|
516
|
+
uid=e1054 strong value="#f91w"
|
|
517
|
+
uid=e1055 link "#nrf52840" url="https://www.linkedin.com/search/results/all/?keywords=%23nrf52840&origin=HASH_TAG_FROM_FEED"
|
|
518
|
+
uid=e1057 strong value="#nrf52840"
|
|
519
|
+
uid=e1058 link "#nordic" url="https://www.linkedin.com/search/results/all/?keywords=%23nordic&origin=HASH_TAG_FROM_FEED"
|
|
520
|
+
uid=e1060 strong value="#nordic"
|
|
521
|
+
uid=e1061 link "#ble" url="https://www.linkedin.com/search/results/all/?keywords=%23ble&origin=HASH_TAG_FROM_FEED"
|
|
522
|
+
uid=e1063 strong value="#ble"
|
|
523
|
+
uid=e1064 link "#assistant" url="https://www.linkedin.com/search/results/all/?keywords=%23assistant&origin=HASH_TAG_FROM_FEED"
|
|
524
|
+
uid=e1066 strong value="#assistant"
|
|
525
|
+
uid=e1067 link "#retro" url="https://www.linkedin.com/search/results/all/?keywords=%23retro&origin=HASH_TAG_FROM_FEED"
|
|
526
|
+
uid=e1069 strong value="#retro"
|
|
527
|
+
uid=e1070 link "#tech" url="https://www.linkedin.com/search/results/all/?keywords=%23tech&origin=HASH_TAG_FROM_FEED"
|
|
528
|
+
uid=e1072 strong value="#tech"
|
|
529
|
+
uid=s87 button
|
|
530
|
+
uid=e1074 generic value="… more"
|
|
531
|
+
uid=e1076 button "Show translation"
|
|
532
|
+
uid=e1078 generic value="Show translation"
|
|
533
|
+
uid=e1080 link url="https://www.linkedin.com/feed/"
|
|
534
|
+
uid=e1081 figure
|
|
535
|
+
uid=e1082 img "View image"
|
|
536
|
+
uid=e1083 generic
|
|
537
|
+
uid=e1084 link "Cedric Pinson and 462 others reacted" url="https://www.linkedin.com/feed/"
|
|
538
|
+
uid=e1085 generic
|
|
539
|
+
uid=e1086 img
|
|
540
|
+
uid=e1092 img
|
|
541
|
+
uid=e1106 img
|
|
542
|
+
uid=e1113 paragraph
|
|
543
|
+
uid=e1114 generic value="Cedric Pinson and 462 others reacted"
|
|
544
|
+
uid=e1115 generic value="Cedric Pinson and 462 others"
|
|
545
|
+
uid=e1116 generic
|
|
546
|
+
uid=e1117 button "48 comments"
|
|
547
|
+
uid=e1118 paragraph
|
|
548
|
+
uid=e1119 generic value="48 comments"
|
|
549
|
+
uid=e1120 generic value="48 comments"
|
|
550
|
+
uid=e1121 paragraph value="•"
|
|
551
|
+
uid=e1122 link "15 reposts" url="https://www.linkedin.com/feed/"
|
|
552
|
+
uid=e1123 paragraph
|
|
553
|
+
uid=e1124 generic value="15 reposts"
|
|
554
|
+
uid=e1125 generic value="15 reposts"
|
|
555
|
+
uid=e1126 generic
|
|
556
|
+
uid=e1127 link "Open actor selection screen" url="https://www.linkedin.com/feed/"
|
|
557
|
+
uid=e1128 generic "Open actor selection screen"
|
|
558
|
+
uid=e1129 figure
|
|
559
|
+
uid=e1130 img
|
|
560
|
+
uid=e1132 generic
|
|
561
|
+
uid=e1133 generic
|
|
562
|
+
uid=s88 unknown
|
|
563
|
+
uid=e1137 generic
|
|
564
|
+
uid=e1138 img
|
|
565
|
+
uid=e1140 generic value="Like"
|
|
566
|
+
uid=s89 button "Open reactions menu"
|
|
567
|
+
uid=e1142 img
|
|
568
|
+
uid=e1144 button "Comment"
|
|
569
|
+
uid=e1145 generic
|
|
570
|
+
uid=e1146 img
|
|
571
|
+
uid=e1148 generic value="Comment"
|
|
572
|
+
uid=e1149 button "Repost"
|
|
573
|
+
uid=e1150 generic
|
|
574
|
+
uid=e1151 img
|
|
575
|
+
uid=e1153 generic value="Repost"
|
|
576
|
+
uid=e1154 link "Send" url="https://www.linkedin.com/feed/"
|
|
577
|
+
uid=e1155 generic
|
|
578
|
+
uid=e1156 img
|
|
579
|
+
uid=e1158 generic value="Send"
|
|
580
|
+
uid=e1159 generic
|
|
581
|
+
uid=e1164 generic
|
|
582
|
+
uid=e1166 link url="https://www.linkedin.com/in/sadiknassim/"
|
|
583
|
+
uid=e1167 figure
|
|
584
|
+
uid=e1168 img "View Nassim Sadik’s profile"
|
|
585
|
+
uid=e1174 generic
|
|
586
|
+
uid=e1176 generic
|
|
587
|
+
uid=e1177 link "Nassim Sadik 3rd+ Strategy and Management Consultant · Financial Services · Institutional Governance · Operational Execution · Published Researcher" url="https://www.linkedin.com/in/sadiknassim/"
|
|
588
|
+
uid=e1178 generic
|
|
589
|
+
uid=e1182 paragraph
|
|
590
|
+
uid=e1183 generic value="Nassim Sadik 3rd+"
|
|
591
|
+
uid=e1184 generic
|
|
592
|
+
uid=s90 StaticText "Nassim Sadik"
|
|
593
|
+
uid=e1185 generic value="• 3rd+"
|
|
594
|
+
uid=e1187 paragraph value="Strategy and Management Consultant · Financial Services · Institutional Governance · Operational Execution · Published Researcher"
|
|
595
|
+
uid=e1189 paragraph value="16h"
|
|
596
|
+
uid=e1191 button "Follow Nassim Sadik"
|
|
597
|
+
uid=e1194 generic value="Follow"
|
|
598
|
+
uid=e1195 button "View more options for Nassim Sadik’s comment."
|
|
599
|
+
uid=e1197 img
|
|
600
|
+
uid=e1202 paragraph
|
|
601
|
+
uid=e1203 generic
|
|
602
|
+
uid=s91 StaticText "Clever and very cool niche product, but scaling this looks tough. Unless you either design a legal lookalike or secure licensing with Casio, you’ll likely run into compounding constraints: supply dependency, tight unit economics, manufacturing complexity, and after-sales issues . The onboarding path is another big friction point. If users have to buy the watch themselves, ship it, wait for modification, then get it back, that alone kills impulse adoption. Prebuilding inventory simplifies UX, but introduces brand/IP exposure and reliance on a product you don’t control. I’m curious though on how you’re thinking about de-risking supply and simplifying onboarding as you scale? Et surtout good luck."
|
|
603
|
+
uid=s92 button
|
|
604
|
+
uid=e1205 generic value="… more"
|
|
605
|
+
uid=e1207 generic
|
|
606
|
+
uid=e1208 generic
|
|
607
|
+
uid=e1209 generic
|
|
608
|
+
uid=s93 unknown
|
|
609
|
+
uid=e1213 generic
|
|
610
|
+
uid=s94 unknown
|
|
611
|
+
uid=e1217 paragraph
|
|
612
|
+
uid=e1218 generic value="1 reaction"
|
|
613
|
+
uid=s95 StaticText "1"
|
|
614
|
+
uid=s96 button "Open reactions menu"
|
|
615
|
+
uid=e1220 img
|
|
616
|
+
uid=e1222 generic
|
|
617
|
+
uid=e1223 button "Reply"
|
|
618
|
+
uid=e1225 img
|
|
619
|
+
uid=e1228 paragraph
|
|
620
|
+
uid=e1229 generic value="1"
|
|
621
|
+
uid=s97 StaticText "1"
|
|
622
|
+
uid=e1230 link url="https://www.linkedin.com/feed/"
|
|
623
|
+
uid=e1231 img
|
|
624
|
+
uid=e1238 button "Load more comments Load more comments"
|
|
625
|
+
uid=e1239 generic
|
|
626
|
+
uid=e1240 button "Load more comments"
|
|
627
|
+
uid=e1242 img
|
|
628
|
+
uid=e1244 button "Load more comments"
|
|
629
|
+
uid=e1246 generic value="Load more comments"
|
|
630
|
+
uid=e1250 listitem
|
|
631
|
+
uid=e1252 generic
|
|
632
|
+
uid=s98 heading "Feed post" level="2"
|
|
633
|
+
uid=e1253 generic value="Feed post"
|
|
634
|
+
uid=e1254 generic
|
|
635
|
+
uid=e1255 generic
|
|
636
|
+
uid=e1256 img
|
|
637
|
+
uid=e1258 paragraph value="Reach more buyers"
|
|
638
|
+
uid=e1259 paragraph value="Boost your best posts in minutes and drive measurable results"
|
|
639
|
+
uid=e1260 link "Learn how" url="https://business.linkedin.com/content/dam/business/marketing-solutions/global/en_US/site/pdf/infographics/boosting-with-linkedin.pdf?mcid=7404249651555549184&src=li-ghom&trk=202512_GLOBAL_EN_BoostBestPractice3RC_CompanyPageAdmins_547"
|
|
640
|
+
uid=e1262 generic value="Learn how"
|
|
641
|
+
uid=e1263 generic
|
|
642
|
+
uid=e1264 button "View more options"
|
|
643
|
+
uid=e1266 img
|
|
644
|
+
uid=e1268 link url="https://business.linkedin.com/content/dam/business/marketing-solutions/global/en_US/site/pdf/infographics/boosting-with-linkedin.pdf?mcid=7404249651555549184&src=li-ghom&trk=202512_GLOBAL_EN_BoostBestPractice3RC_CompanyPageAdmins_547"
|
|
645
|
+
uid=e1269 figure
|
|
646
|
+
uid=e1270 img "Learn how"
|
|
647
|
+
uid=e1274 listitem
|
|
648
|
+
uid=e1276 generic
|
|
649
|
+
uid=s99 heading "Feed post" level="2"
|
|
650
|
+
uid=e1277 generic value="Feed post"
|
|
651
|
+
uid=e1278 generic
|
|
652
|
+
uid=e1279 link url="https://www.linkedin.com/in/dylanbfox/"
|
|
653
|
+
uid=e1280 figure
|
|
654
|
+
uid=e1281 img "View Dylan Fox’s profile"
|
|
655
|
+
uid=e1282 link "Dylan Fox 2nd Founder/CEO - AssemblyAI Promoted by AssemblyAI" url="https://www.linkedin.com/in/dylanbfox/"
|
|
656
|
+
uid=e1283 generic
|
|
657
|
+
uid=e1284 generic "Dylan Fox 2nd"
|
|
658
|
+
uid=e1287 paragraph value="Dylan Fox"
|
|
659
|
+
uid=e1289 paragraph value="• 2nd"
|
|
660
|
+
uid=e1291 paragraph value="Founder/CEO - AssemblyAI"
|
|
661
|
+
uid=e1293 paragraph
|
|
662
|
+
uid=s100 StaticText "Promoted by"
|
|
663
|
+
uid=e1294 link "AssemblyAI" url="https://www.linkedin.com/company/assemblyai/posts/"
|
|
664
|
+
uid=e1295 strong value="AssemblyAI"
|
|
665
|
+
uid=e1299 button "Follow Dylan Fox"
|
|
666
|
+
uid=e1300 generic
|
|
667
|
+
uid=e1301 img
|
|
668
|
+
uid=e1304 generic value="Follow"
|
|
669
|
+
uid=e1305 button "Open control menu for post by Dylan Fox"
|
|
670
|
+
uid=e1307 img
|
|
671
|
+
uid=e1309 paragraph
|
|
672
|
+
uid=e1310 generic
|
|
673
|
+
uid=s101 StaticText "We looked through 22 popular Voice AI datasets: VoxPopuli, Earnings-22, AfriSpeech. Datasets with 25K+ downloads/month. They're full of errors."
|
|
674
|
+
uid=s102 StaticText "Wrong company names. Wrong people names. Entire languages dropped from multilingual audio. Hundreds of sections marked <inaudible>."
|
|
675
|
+
uid=s103 StaticText "When we shipped Universal-3-Pro a few weeks ago, WER went up on some benchmarks. So we dug in. Listened to the audio. Read the transcripts side by side."
|
|
676
|
+
uid=s104 StaticText "What we found was very surprising..."
|
|
677
|
+
uid=s105 StaticText "Our model was beating the human ground truth. And getting penalized for it!"
|
|
678
|
+
uid=s106 StaticText "I wrote up everything we found with real audio examples you can listen to yourself."
|
|
679
|
+
uid=s107 StaticText "Full post:"
|
|
680
|
+
uid=e1311 link "https://lnkd.in/ePfY-ZXw" url="https://www.linkedin.com/safety/go/?url=https%3A%2F%2Flnkd%2Ein%2FePfY-ZXw%3Fli_fat_id%3Daa1efdc6-f76b-478a-bb7d-51d9db60b8ff&urlhash=1jLv&mt=m1OCaqB580vx0iiKXU7qgADy9sTBpGilt1OWfIqzdguva8V3Wm0ahT0r7nsnlm8zfL7A2S9ByCpfSwO_EPnWvsPxxiDVP2H-owD8DDZqIkj7GdxdHl-4IIVEfjnJDlwfWi4jeMf779TsXXGerLm4ll_jqLcNUwTEjqPqMf6rnYviSFeBJF6sRIe-kx7QC3URVSrs2FCs4C43&isSdui=true"
|
|
681
|
+
uid=e1313 strong value="https://lnkd.in/ePfY-ZXw"
|
|
682
|
+
uid=s108 button
|
|
683
|
+
uid=e1315 generic value="… more"
|
|
684
|
+
uid=e1316 generic
|
|
685
|
+
uid=e1318 link url="https://www.dylanbfox.com/blog/beyond-wer?li_fat_id=aa1efdc6-f76b-478a-bb7d-51d9db60b8ff"
|
|
686
|
+
uid=e1319 figure
|
|
687
|
+
uid=e1320 img "View Sponsored Content"
|
|
688
|
+
uid=e1321 link "Beyond WER — Dylan Fox dylanbfox.com" url="https://www.dylanbfox.com/blog/beyond-wer?li_fat_id=aa1efdc6-f76b-478a-bb7d-51d9db60b8ff"
|
|
689
|
+
uid=e1322 generic
|
|
690
|
+
uid=e1323 generic
|
|
691
|
+
uid=e1325 paragraph
|
|
692
|
+
uid=e1326 generic value="Beyond WER — Dylan Fox"
|
|
693
|
+
uid=s109 StaticText "Beyond WER — Dylan Fox"
|
|
694
|
+
uid=e1328 paragraph value="dylanbfox.com"
|
|
695
|
+
uid=e1329 img
|
|
696
|
+
uid=e1331 generic
|
|
697
|
+
uid=e1332 link "173 reactions" url="https://www.linkedin.com/feed/"
|
|
698
|
+
uid=e1333 generic
|
|
699
|
+
uid=e1334 img
|
|
700
|
+
uid=e1340 img
|
|
701
|
+
uid=e1346 img
|
|
702
|
+
uid=e1355 paragraph
|
|
703
|
+
uid=e1356 generic value="173 reactions"
|
|
704
|
+
uid=s110 StaticText "173"
|
|
705
|
+
uid=e1357 generic
|
|
706
|
+
uid=e1358 button "24 comments"
|
|
707
|
+
uid=e1359 paragraph
|
|
708
|
+
uid=e1360 generic value="24 comments"
|
|
709
|
+
uid=e1361 generic value="24 comments"
|
|
710
|
+
uid=e1362 paragraph value="•"
|
|
711
|
+
uid=e1363 link "9 reposts" url="https://www.linkedin.com/feed/"
|
|
712
|
+
uid=e1364 paragraph
|
|
713
|
+
uid=e1365 generic value="9 reposts"
|
|
714
|
+
uid=e1366 generic value="9 reposts"
|
|
715
|
+
uid=e1367 generic
|
|
716
|
+
uid=e1368 link "Open actor selection screen" url="https://www.linkedin.com/feed/"
|
|
717
|
+
uid=e1369 generic "Open actor selection screen"
|
|
718
|
+
uid=e1370 figure
|
|
719
|
+
uid=e1371 img
|
|
720
|
+
uid=e1373 generic
|
|
721
|
+
uid=e1374 generic
|
|
722
|
+
uid=s111 unknown
|
|
723
|
+
uid=e1378 generic
|
|
724
|
+
uid=e1379 img
|
|
725
|
+
uid=e1381 generic value="Like"
|
|
726
|
+
uid=s112 button "Open reactions menu"
|
|
727
|
+
uid=e1383 img
|
|
728
|
+
uid=e1385 button "Comment"
|
|
729
|
+
uid=e1386 generic
|
|
730
|
+
uid=e1387 img
|
|
731
|
+
uid=e1389 generic value="Comment"
|
|
732
|
+
uid=e1390 button "Repost"
|
|
733
|
+
uid=e1391 generic
|
|
734
|
+
uid=e1392 img
|
|
735
|
+
uid=e1394 generic value="Repost"
|
|
736
|
+
uid=e1395 link "Send" url="https://www.linkedin.com/feed/"
|
|
737
|
+
uid=e1396 generic
|
|
738
|
+
uid=e1397 img
|
|
739
|
+
uid=e1399 generic value="Send"
|
|
740
|
+
uid=e1403 listitem
|
|
741
|
+
uid=e1405 generic
|
|
742
|
+
uid=s113 heading "Feed post" level="2"
|
|
743
|
+
uid=e1406 generic value="Feed post"
|
|
744
|
+
uid=e1407 generic
|
|
745
|
+
uid=e1410 paragraph value="Suggested"
|
|
746
|
+
uid=e1411 button "Open control menu for post by Andrey Sirota"
|
|
747
|
+
uid=e1413 img
|
|
748
|
+
uid=e1415 button "Hide post by Andrey Sirota"
|
|
749
|
+
uid=e1417 img
|
|
750
|
+
uid=e1419 generic
|
|
751
|
+
uid=e1420 link url="https://www.linkedin.com/in/andreysirota/"
|
|
752
|
+
uid=e1421 figure
|
|
753
|
+
uid=e1422 img "View Andrey Sirota’s profile"
|
|
754
|
+
uid=s114 unknown url="https://www.linkedin.com/in/andreysirota/"
|
|
755
|
+
uid=e1424 generic
|
|
756
|
+
uid=e1425 generic "Andrey Sirota Verified Profile 2nd"
|
|
757
|
+
uid=e1428 paragraph value="Andrey Sirota"
|
|
758
|
+
uid=e1430 paragraph
|
|
759
|
+
uid=e1432 img
|
|
760
|
+
uid=s115 StaticText "• 2nd"
|
|
761
|
+
uid=e1435 paragraph value="Unity Developer – Sharing Game Dev Tips & Tutorials on C#, AR, Mobile, Web – Asset Store Publisher"
|
|
762
|
+
uid=e1437 paragraph
|
|
763
|
+
uid=s116 StaticText "1d •"
|
|
764
|
+
uid=s117 unknown
|
|
765
|
+
uid=e1443 button "Follow Andrey Sirota"
|
|
766
|
+
uid=e1444 generic
|
|
767
|
+
uid=e1445 img
|
|
768
|
+
uid=e1448 generic value="Follow"
|
|
769
|
+
uid=e1449 paragraph
|
|
770
|
+
uid=e1450 generic
|
|
771
|
+
uid=s118 StaticText "Unity and AI for 3D — Generate Game Models using UModeler X + PicoBerry:"
|
|
772
|
+
uid=s119 StaticText "The Unity Plugin is now free and provides real-time 3D modeling, UV editing, texturing, mesh optimization, and rigging directly inside the Unity Editor. It introduces a new AI generation tool (PicoBerry) for creating Images and 3D Models with just a few clicks."
|
|
773
|
+
uid=s120 StaticText "In this video example, I experimented with creating a cartoon version of the Donald Trump character and got a low-poly result in about a minute."
|
|
774
|
+
uid=s121 StaticText "Each Month, you can generate several models for free and accelerate your game development."
|
|
775
|
+
uid=s122 StaticText "⭐ HOW IT WORKS"
|
|
776
|
+
uid=s123 StaticText "Generate production-ready 3D assets with PicoBerry AI:"
|
|
777
|
+
uid=s124 StaticText "1. Describe Your Asset using text or image as prompts."
|
|
778
|
+
uid=s125 StaticText "2. AI creates your 3D model in 30–90 seconds."
|
|
779
|
+
uid=s126 StaticText "3. Refine with UModeler X and AI: remeshing, texturing, and rigging."
|
|
780
|
+
uid=s127 StaticText "4. Ship It: Game-ready assets, straight into your project."
|
|
781
|
+
uid=s128 StaticText "⭐ SMART REMESHING"
|
|
782
|
+
uid=s129 StaticText "AI-powered topology optimization automatically cleans up mesh geometry. Get game-ready polygon counts without manual retopology work."
|
|
783
|
+
uid=s130 StaticText "⭐ AI RIGGING (coming soon)"
|
|
784
|
+
uid=s131 StaticText "Automatically generate bone structures and skin weights for your characters. Go from static mesh to animation-ready model in a single click."
|
|
785
|
+
uid=s132 StaticText "⭐ AI TEXTURING"
|
|
786
|
+
uid=s133 StaticText "Generate and apply high-quality textures with AI. PBR-ready materials created from text descriptions — seamlessly mapped to your 3D models."
|
|
787
|
+
uid=s134 StaticText "🧶 Stay Tuned to Learn more Unity Tips"
|
|
788
|
+
uid=s135 StaticText "Affiliate Links:"
|
|
789
|
+
uid=s136 StaticText "⭐ Unity UModeler X + PicoBerry AI:"
|
|
790
|
+
uid=e1452 link "https://makaka.org/o/umx" url="https://www.linkedin.com/safety/go/?url=https%3A%2F%2Fmakaka%2Eorg%2Fo%2Fumx&urlhash=SmYk&mt=2FrPU9ec_hm0RsM8qGecyF-EJ4elhrTCyt4WGb3Wh2lS6CmG6Ci52ZRZ-XDSgCRyrVDIJYksh6YdlH3Z02-CgwQtYL4Wi3JUNzSwxLmhSLgE7hytprDsv48&isSdui=true"
|
|
791
|
+
uid=e1454 strong value="https://makaka.org/o/umx"
|
|
792
|
+
uid=s137 StaticText "⭐ My Unity Assets:"
|
|
793
|
+
uid=e1455 link "https://makaka.org/o/uas" url="https://www.linkedin.com/safety/go/?url=https%3A%2F%2Fmakaka%2Eorg%2Fo%2Fuas&urlhash=QCEu&mt=7ZCI51DElSj_1p_kllZ2F87RFmFtt2l_AWDGerVsbqxePfItt70N3upkmuuw_40fGn2zS1A6Xjm0_BwwmxUM2fSH_IjmDMW-acQNrbdoArmS-RKCQZV2BYA&isSdui=true"
|
|
794
|
+
uid=e1457 strong value="https://makaka.org/o/uas"
|
|
795
|
+
uid=s138 StaticText "⭐ Fresh Bundle for GameDevs:"
|
|
796
|
+
uid=e1458 link "https://lnkd.in/epT9u49w" url="https://www.linkedin.com/safety/go/?url=https%3A%2F%2Flnkd%2Ein%2FepT9u49w&urlhash=ILtJ&mt=bch6KHmg8uTraJFiTk_Bh1cRRuJqIlB1XdhX3P-xX1YdqbgAoK89cmA2qQlGNyg2NWe8aEG5gRKSa-iHai3Oj7oX4PSKQ3ChCx05Izn3Xhd1iJlCFdBdBbk&isSdui=true"
|
|
797
|
+
uid=e1460 strong value="https://lnkd.in/epT9u49w"
|
|
798
|
+
uid=e1461 link "#GameDev" url="https://www.linkedin.com/search/results/all/?keywords=%23gamedev&origin=HASH_TAG_FROM_FEED"
|
|
799
|
+
uid=e1463 strong value="#GameDev"
|
|
800
|
+
uid=e1464 link "#Unity3D" url="https://www.linkedin.com/search/results/all/?keywords=%23unity3d&origin=HASH_TAG_FROM_FEED"
|
|
801
|
+
uid=e1466 strong value="#Unity3D"
|
|
802
|
+
uid=e1467 link "#Unity" url="https://www.linkedin.com/search/results/all/?keywords=%23unity&origin=HASH_TAG_FROM_FEED"
|
|
803
|
+
uid=e1469 strong value="#Unity"
|
|
804
|
+
uid=s139 button
|
|
805
|
+
uid=e1471 generic value="… more"
|
|
806
|
+
uid=e1474 generic
|
|
807
|
+
uid=e1476 region "Video Player" value=" "
|
|
808
|
+
uid=e1481 button "Play video"
|
|
809
|
+
uid=e1483 img
|
|
810
|
+
uid=e1485 generic
|
|
811
|
+
uid=e1486 link "119 reactions" url="https://www.linkedin.com/feed/"
|
|
812
|
+
uid=e1487 generic
|
|
813
|
+
uid=e1488 img
|
|
814
|
+
uid=e1494 img
|
|
815
|
+
uid=e1502 img
|
|
816
|
+
uid=e1517 paragraph
|
|
817
|
+
uid=e1518 generic value="119 reactions"
|
|
818
|
+
uid=s140 StaticText "119"
|
|
819
|
+
uid=e1519 generic
|
|
820
|
+
uid=e1520 button "9 comments"
|
|
821
|
+
uid=e1521 paragraph
|
|
822
|
+
uid=e1522 generic value="9 comments"
|
|
823
|
+
uid=e1523 generic value="9 comments"
|
|
824
|
+
uid=e1524 paragraph value="•"
|
|
825
|
+
uid=e1525 link "9 reposts" url="https://www.linkedin.com/feed/"
|
|
826
|
+
uid=e1526 paragraph
|
|
827
|
+
uid=e1527 generic value="9 reposts"
|
|
828
|
+
uid=e1528 generic value="9 reposts"
|
|
829
|
+
uid=e1529 generic
|
|
830
|
+
uid=e1530 link "Open actor selection screen" url="https://www.linkedin.com/feed/"
|
|
831
|
+
uid=e1531 generic "Open actor selection screen"
|
|
832
|
+
uid=e1532 figure
|
|
833
|
+
uid=e1533 img
|
|
834
|
+
uid=e1535 generic
|
|
835
|
+
uid=e1536 generic
|
|
836
|
+
uid=s141 unknown
|
|
837
|
+
uid=e1540 generic
|
|
838
|
+
uid=e1541 img
|
|
839
|
+
uid=e1543 generic value="Like"
|
|
840
|
+
uid=s142 button "Open reactions menu"
|
|
841
|
+
uid=e1545 img
|
|
842
|
+
uid=e1547 button "Comment"
|
|
843
|
+
uid=e1548 generic
|
|
844
|
+
uid=e1549 img
|
|
845
|
+
uid=e1551 generic value="Comment"
|
|
846
|
+
uid=e1552 button "Repost"
|
|
847
|
+
uid=e1553 generic
|
|
848
|
+
uid=e1554 img
|
|
849
|
+
uid=e1556 generic value="Repost"
|
|
850
|
+
uid=e1557 link "Send" url="https://www.linkedin.com/feed/"
|
|
851
|
+
uid=e1558 generic
|
|
852
|
+
uid=e1559 img
|
|
853
|
+
uid=e1561 generic value="Send"
|
|
854
|
+
uid=e1565 listitem
|
|
855
|
+
uid=e1567 generic
|
|
856
|
+
uid=s143 heading "Feed post" level="2"
|
|
857
|
+
uid=e1568 generic value="Feed post"
|
|
858
|
+
uid=e1569 generic
|
|
859
|
+
uid=e1570 generic
|
|
860
|
+
uid=e1571 link url="https://www.linkedin.com/in/stanamsellem/"
|
|
861
|
+
uid=e1572 figure
|
|
862
|
+
uid=e1573 img "View Stan Amsellem’s profile"
|
|
863
|
+
uid=e1575 paragraph
|
|
864
|
+
uid=e1576 link "Stan Amsellem" url="https://www.linkedin.com/in/stanamsellem/"
|
|
865
|
+
uid=e1577 strong value="Stan Amsellem"
|
|
866
|
+
uid=s144 StaticText "celebrates this"
|
|
867
|
+
uid=e1578 button "Open control menu for post by Hassine Achour"
|
|
868
|
+
uid=e1580 img
|
|
869
|
+
uid=e1582 button "Hide post by Hassine Achour"
|
|
870
|
+
uid=e1584 img
|
|
871
|
+
uid=e1586 generic
|
|
872
|
+
uid=e1587 link url="https://www.linkedin.com/in/hassineachour/"
|
|
873
|
+
uid=e1588 figure
|
|
874
|
+
uid=e1589 img "View Hassine Achour’s profile"
|
|
875
|
+
uid=s145 unknown url="https://www.linkedin.com/in/hassineachour/"
|
|
876
|
+
uid=e1591 generic
|
|
877
|
+
uid=e1592 generic "Hassine Achour Premium Profile 2nd"
|
|
878
|
+
uid=e1595 paragraph value="Hassine Achour"
|
|
879
|
+
uid=e1597 paragraph
|
|
880
|
+
uid=e1599 img
|
|
881
|
+
uid=s146 StaticText "• 2nd"
|
|
882
|
+
uid=e1602 paragraph value="Founder @artikle | We Find the Deals You’re Missing | Proven Results across 100+ organizations"
|
|
883
|
+
uid=e1604 link "Visit my website" url="https://www.linkedin.com/safety/go/?url=https%3A%2F%2Fwww%2Eartikle%2Eio&urlhash=A89R&mt=BjDnTvEDNYiBHLvIAnz_-r5NDHc3ngXdGPeqhF9bBcrXy0r_6bE6DRW118w17Ttjvl1jq9sC7u41JorZQt_PyJsVUNcRbkhOWGN8AZA&isSdui=true"
|
|
884
|
+
uid=e1605 paragraph value="Visit my website"
|
|
885
|
+
uid=e1607 paragraph
|
|
886
|
+
uid=s147 StaticText "6d •"
|
|
887
|
+
uid=s148 unknown
|
|
888
|
+
uid=e1613 button "Invite Hassine Achour to connect"
|
|
889
|
+
uid=e1614 generic
|
|
890
|
+
uid=e1615 img
|
|
891
|
+
uid=e1618 generic value="Connect"
|
|
892
|
+
uid=e1621 paragraph
|
|
893
|
+
uid=e1622 generic
|
|
894
|
+
uid=s149 StaticText "Notre IA tourne désormais entièrement sur notre propre matériel, en France, dans le 18ème arrondissement de Paris! Les données de nos clients ne quittent plus jamais la France. On ne dépend d'aucun fournisseur externe. Et nos coûts ont chuté de plus de 95%."
|
|
895
|
+
uid=s150 StaticText "🛠️ Le setup :"
|
|
896
|
+
uid=s151 StaticText "On fait tourner les meilleurs modèles open-source du moment, sortis cette semaine et notamment:"
|
|
897
|
+
uid=s152 StaticText "- Qwen3.6-27B (sorti hier) sur une Nvidia RTX 4090 achetée ~2 000€ HT. Un seul GPU."
|
|
898
|
+
uid=s153 StaticText "> Coût d'électricité : 50€/mois. Performance niveau GPT-5/Claude Opus."
|
|
899
|
+
uid=s154 StaticText "La vraie barrière aujourd'hui, ce n'est plus le prix du matériel, c'est de savoir quoi faire tourner dessus. Vous pouvez utiliser"
|
|
900
|
+
uid=e1623 link "https://www.llmfit.org/" url="https://www.linkedin.com/safety/go/?url=https%3A%2F%2Fwww%2Ellmfit%2Eorg%2F&urlhash=yxBX&mt=FJX0_kDIPwpUfSEKGcbPttNITw9ysy8nlxNTXjeRjMP-LhPXc6kLcVrittUhnzTTFvHbVKxplSiQOme4iewMXoZeSyZkGlCzGJjHrGWnZD2b8N3PtQeKcBo&isSdui=true"
|
|
901
|
+
uid=e1625 strong value="https://www.llmfit.org/"
|
|
902
|
+
uid=s155 StaticText "pour savoir ce qui peut tourner sur votre confi."
|
|
903
|
+
uid=s156 StaticText "L'IA souveraine n'est plus réservée aux grands groupes avec des budgets data center. C'est accessible maintenant, pour des équipes de notre taille."
|
|
904
|
+
uid=s157 StaticText "Des questions sur comment on a monté ça? On répond en commentaires 👇"
|
|
905
|
+
uid=e1626 link "#IA" url="https://www.linkedin.com/search/results/all/?keywords=%23ia&origin=HASH_TAG_FROM_FEED"
|
|
906
|
+
uid=e1628 strong value="#IA"
|
|
907
|
+
uid=e1629 link "#Souveraineté" url="https://www.linkedin.com/search/results/all/?keywords=%23souverainet%C3%A9&origin=HASH_TAG_FROM_FEED"
|
|
908
|
+
uid=e1631 strong value="#Souveraineté"
|
|
909
|
+
uid=e1632 link "#OpenSource" url="https://www.linkedin.com/search/results/all/?keywords=%23opensource&origin=HASH_TAG_FROM_FEED"
|
|
910
|
+
uid=e1634 strong value="#OpenSource"
|
|
911
|
+
uid=e1635 link "#Artikle" url="https://www.linkedin.com/search/results/all/?keywords=%23artikle&origin=HASH_TAG_FROM_FEED"
|
|
912
|
+
uid=e1637 strong value="#Artikle"
|
|
913
|
+
uid=e1638 link "#DeepSeek" url="https://www.linkedin.com/search/results/all/?keywords=%23deepseek&origin=HASH_TAG_FROM_FEED"
|
|
914
|
+
uid=e1640 strong value="#DeepSeek"
|
|
915
|
+
uid=e1641 link "#Qwen" url="https://www.linkedin.com/search/results/all/?keywords=%23qwen&origin=HASH_TAG_FROM_FEED"
|
|
916
|
+
uid=e1643 strong value="#Qwen"
|
|
917
|
+
uid=e1644 link "#Innovation" url="https://www.linkedin.com/search/results/all/?keywords=%23innovation&origin=HASH_TAG_FROM_FEED"
|
|
918
|
+
uid=e1646 strong value="#Innovation"
|
|
919
|
+
uid=s158 button
|
|
920
|
+
uid=e1648 generic value="… more"
|
|
921
|
+
uid=e1650 button "Show translation"
|
|
922
|
+
uid=e1652 generic value="Show translation"
|
|
923
|
+
uid=e1654 link url="https://www.linkedin.com/feed/"
|
|
924
|
+
uid=e1655 figure
|
|
925
|
+
uid=e1656 img "View image"
|
|
926
|
+
uid=e1657 generic
|
|
927
|
+
uid=e1658 link "Stan Amsellem and 107 others reacted" url="https://www.linkedin.com/feed/"
|
|
928
|
+
uid=e1659 generic
|
|
929
|
+
uid=e1660 img
|
|
930
|
+
uid=e1666 img
|
|
931
|
+
uid=e1680 img
|
|
932
|
+
uid=e1689 paragraph
|
|
933
|
+
uid=e1690 generic value="Stan Amsellem and 107 others reacted"
|
|
934
|
+
uid=e1691 generic value="Stan Amsellem and 107 others"
|
|
935
|
+
uid=e1693 button "28 comments"
|
|
936
|
+
uid=e1694 paragraph
|
|
937
|
+
uid=e1695 generic value="28 comments"
|
|
938
|
+
uid=e1696 generic value="28 comments"
|
|
939
|
+
uid=e1697 generic
|
|
940
|
+
uid=e1698 link "Open actor selection screen" url="https://www.linkedin.com/feed/"
|
|
941
|
+
uid=e1699 generic "Open actor selection screen"
|
|
942
|
+
uid=e1700 figure
|
|
943
|
+
uid=e1701 img
|
|
944
|
+
uid=e1703 generic
|
|
945
|
+
uid=e1704 generic
|
|
946
|
+
uid=s159 unknown
|
|
947
|
+
uid=e1708 generic
|
|
948
|
+
uid=e1709 img
|
|
949
|
+
uid=e1711 generic value="Like"
|
|
950
|
+
uid=s160 button "Open reactions menu"
|
|
951
|
+
uid=e1713 img
|
|
952
|
+
uid=e1715 button "Comment"
|
|
953
|
+
uid=e1716 generic
|
|
954
|
+
uid=e1717 img
|
|
955
|
+
uid=e1719 generic value="Comment"
|
|
956
|
+
uid=e1720 button "Repost"
|
|
957
|
+
uid=e1721 generic
|
|
958
|
+
uid=e1722 img
|
|
959
|
+
uid=e1724 generic value="Repost"
|
|
960
|
+
uid=e1725 link "Send" url="https://www.linkedin.com/feed/"
|
|
961
|
+
uid=e1726 generic
|
|
962
|
+
uid=e1727 img
|
|
963
|
+
uid=e1729 generic value="Send"
|
|
964
|
+
uid=e1730 generic
|
|
965
|
+
uid=e1735 generic
|
|
966
|
+
uid=e1737 link url="https://www.linkedin.com/in/benoit-hautot/"
|
|
967
|
+
uid=e1738 figure
|
|
968
|
+
uid=e1739 img "View Benoit Hautot’s profile"
|
|
969
|
+
uid=e1740 generic
|
|
970
|
+
uid=e1742 generic
|
|
971
|
+
uid=e1743 link "Benoit Hautot Premium Profile 3rd+ 🛠️ Développeur 👨💻 Formateur 🤝 Consultant | Spécialiste en IA conversationnelle" url="https://www.linkedin.com/in/benoit-hautot/"
|
|
972
|
+
uid=e1744 generic
|
|
973
|
+
uid=e1748 paragraph
|
|
974
|
+
uid=e1749 generic value="Benoit Hautot Premium Profile 3rd+"
|
|
975
|
+
uid=e1750 generic
|
|
976
|
+
uid=s161 StaticText "Benoit Hautot"
|
|
977
|
+
uid=e1752 img
|
|
978
|
+
uid=e1754 generic value="• 3rd+"
|
|
979
|
+
uid=e1756 paragraph value="🛠️ Développeur 👨💻 Formateur 🤝 Consultant | Spécialiste en IA conversationnelle"
|
|
980
|
+
uid=e1758 paragraph value="4d"
|
|
981
|
+
uid=e1760 button "Follow Benoit Hautot"
|
|
982
|
+
uid=e1763 generic value="Follow"
|
|
983
|
+
uid=e1764 button "View more options for Benoit Hautot’s comment."
|
|
984
|
+
uid=e1766 img
|
|
985
|
+
uid=e1771 paragraph
|
|
986
|
+
uid=e1772 generic
|
|
987
|
+
uid=s162 StaticText "L'équivalent d'IA grand public sur une 4090 ? Je suis rarement catégorique mais là j'ai envie de dire -impossible-. Après, reste à voir l'objectif à atteindre et les critères d'évaluation. Si c'est pour rédiger un mail par minute sans contexte, ça doit tourner en effet."
|
|
988
|
+
uid=s163 button
|
|
989
|
+
uid=e1774 generic value="… more"
|
|
990
|
+
uid=e1776 generic
|
|
991
|
+
uid=e1777 generic
|
|
992
|
+
uid=e1778 generic
|
|
993
|
+
uid=s164 unknown
|
|
994
|
+
uid=e1782 generic
|
|
995
|
+
uid=s165 unknown
|
|
996
|
+
uid=e1786 paragraph
|
|
997
|
+
uid=e1787 generic value="1 reaction"
|
|
998
|
+
uid=s166 StaticText "1"
|
|
999
|
+
uid=s167 button "Open reactions menu"
|
|
1000
|
+
uid=e1789 img
|
|
1001
|
+
uid=e1791 generic
|
|
1002
|
+
uid=e1792 button "Reply"
|
|
1003
|
+
uid=e1794 img
|
|
1004
|
+
uid=e1797 paragraph
|
|
1005
|
+
uid=e1798 generic value="2"
|
|
1006
|
+
uid=s168 StaticText "2"
|
|
1007
|
+
uid=e1799 link url="https://www.linkedin.com/feed/"
|
|
1008
|
+
uid=e1800 img
|
|
1009
|
+
uid=e1807 button "Load more comments Load more comments"
|
|
1010
|
+
uid=e1808 generic
|
|
1011
|
+
uid=e1809 button "Load more comments"
|
|
1012
|
+
uid=e1811 img
|
|
1013
|
+
uid=e1813 button "Load more comments"
|
|
1014
|
+
uid=e1815 generic value="Load more comments"
|
|
1015
|
+
uid=e1817 generic
|
|
1016
|
+
uid=e1818 generic
|
|
1017
|
+
uid=e1821 generic
|
|
1018
|
+
uid=e1822 paragraph value="Today’s puzzles"
|
|
1019
|
+
uid=e1823 generic
|
|
1020
|
+
uid=e1825 link "Play Patches" url="https://www.linkedin.com/games/patches/"
|
|
1021
|
+
uid=e1826 generic "Play Patches"
|
|
1022
|
+
uid=e1827 generic
|
|
1023
|
+
uid=e1828 figure
|
|
1024
|
+
uid=e1829 generic
|
|
1025
|
+
uid=e1830 paragraph
|
|
1026
|
+
uid=e1831 strong value="Patches"
|
|
1027
|
+
uid=s169 StaticText "#44"
|
|
1028
|
+
uid=e1832 paragraph value="Piece it together"
|
|
1029
|
+
uid=e1833 img
|
|
1030
|
+
uid=e1836 link "Play Zip" url="https://www.linkedin.com/games/zip/"
|
|
1031
|
+
uid=e1837 generic "Play Zip"
|
|
1032
|
+
uid=e1838 generic
|
|
1033
|
+
uid=e1839 figure
|
|
1034
|
+
uid=e1840 generic
|
|
1035
|
+
uid=e1841 paragraph
|
|
1036
|
+
uid=e1842 strong value="Zip"
|
|
1037
|
+
uid=s170 StaticText "#409"
|
|
1038
|
+
uid=e1843 paragraph value="1 connection played"
|
|
1039
|
+
uid=e1844 img
|
|
1040
|
+
uid=e1847 link "Play MiniSudoku" url="/games/mini-sudoku/"
|
|
1041
|
+
uid=e1848 generic "Play MiniSudoku"
|
|
1042
|
+
uid=e1849 generic
|
|
1043
|
+
uid=e1850 figure
|
|
1044
|
+
uid=e1851 generic
|
|
1045
|
+
uid=e1852 paragraph
|
|
1046
|
+
uid=e1853 strong value="Mini Sudoku"
|
|
1047
|
+
uid=s171 StaticText "#262"
|
|
1048
|
+
uid=e1854 paragraph value="The classic game, made mini"
|
|
1049
|
+
uid=e1855 img
|
|
1050
|
+
uid=e1858 link "Play Tango" url="https://www.linkedin.com/games/tango/"
|
|
1051
|
+
uid=e1859 generic "Play Tango"
|
|
1052
|
+
uid=e1860 generic
|
|
1053
|
+
uid=e1861 figure
|
|
1054
|
+
uid=e1862 generic
|
|
1055
|
+
uid=e1863 paragraph
|
|
1056
|
+
uid=e1864 strong value="Tango"
|
|
1057
|
+
uid=s172 StaticText "#570"
|
|
1058
|
+
uid=e1865 paragraph value="11 connections played"
|
|
1059
|
+
uid=e1866 img
|
|
1060
|
+
uid=e1869 button "Show more"
|
|
1061
|
+
uid=e1870 generic
|
|
1062
|
+
uid=e1871 img
|
|
1063
|
+
uid=e1873 generic value="Show more"
|
|
1064
|
+
uid=e1875 generic
|
|
1065
|
+
uid=e1876 paragraph value="Add to your feed"
|
|
1066
|
+
uid=e1877 link "Ana Robakidze Built AI for API docs before ChatGPT| 17,000+ companies | Backed by Y Combinator, Atlassian | Forbes 30u30 | Web Summit Winner Follow Ana Robakidze" url="https://www.linkedin.com/in/robakidzeana/"
|
|
1067
|
+
uid=e1878 generic
|
|
1068
|
+
uid=e1879 figure
|
|
1069
|
+
uid=e1880 img "View profile"
|
|
1070
|
+
uid=e1881 generic
|
|
1071
|
+
uid=e1884 paragraph value="Ana Robakidze"
|
|
1072
|
+
uid=e1886 paragraph value="Built AI for API docs before ChatGPT| 17,000+ companies | Backed by Y Combinator, Atlassian | Forbes 30u30 | Web Summit Winner"
|
|
1073
|
+
uid=e1889 button "Follow Ana Robakidze"
|
|
1074
|
+
uid=e1890 generic
|
|
1075
|
+
uid=e1891 img
|
|
1076
|
+
uid=e1894 generic value="Follow"
|
|
1077
|
+
uid=e1895 link "Sundar Pichai CEO at Google Follow Sundar Pichai" url="https://www.linkedin.com/in/sundarpichai/"
|
|
1078
|
+
uid=e1896 generic
|
|
1079
|
+
uid=e1897 figure
|
|
1080
|
+
uid=e1898 img "View profile"
|
|
1081
|
+
uid=e1899 generic
|
|
1082
|
+
uid=e1902 paragraph value="Sundar Pichai"
|
|
1083
|
+
uid=e1904 paragraph value="CEO at Google"
|
|
1084
|
+
uid=e1907 button "Follow Sundar Pichai"
|
|
1085
|
+
uid=e1908 generic
|
|
1086
|
+
uid=e1909 img
|
|
1087
|
+
uid=e1912 generic value="Follow"
|
|
1088
|
+
uid=e1913 link "Claude Company • Technology, Information and Internet Follow Claude" url="https://www.linkedin.com/showcase/claude/"
|
|
1089
|
+
uid=e1914 generic
|
|
1090
|
+
uid=e1915 figure
|
|
1091
|
+
uid=e1916 img "View company"
|
|
1092
|
+
uid=e1917 generic
|
|
1093
|
+
uid=e1920 paragraph value="Claude"
|
|
1094
|
+
uid=e1922 paragraph value="Company • Technology, Information and Internet"
|
|
1095
|
+
uid=e1925 button "Follow Claude"
|
|
1096
|
+
uid=e1926 generic
|
|
1097
|
+
uid=e1927 img
|
|
1098
|
+
uid=e1930 generic value="Follow"
|
|
1099
|
+
uid=e1931 link "View all recommendations" url="/mynetwork/discover-hub/"
|
|
1100
|
+
uid=e1932 generic
|
|
1101
|
+
uid=e1933 img
|
|
1102
|
+
uid=e1935 generic value="View all recommendations"
|
|
1103
|
+
uid=e1937 generic
|
|
1104
|
+
uid=e1940 iframe
|
|
1105
|
+
uid=f32e3 main "Work With Us Container"
|
|
1106
|
+
uid=f32e4 generic
|
|
1107
|
+
uid=f32e6 img
|
|
1108
|
+
uid=f32e7 generic
|
|
1109
|
+
uid=f32e8 img "Jerome"
|
|
1110
|
+
uid=f32e9 link "Inato" url="https://www.linkedin.com/li/tscp/sct?destinationUrl=http%3A%2F%2Fwww.linkedin.com%2Fcompany%2F10544541%2Flife&trackingEvent=%5B%7B%22eventInfo%22%3A%7B%22appId%22%3A%22com.linkedin.ads.rendering.d_web%22%2C%22eventName%22%3A%22SponsoredRightRailContentActionEvent%22%2C%22topicName%22%3A%22SponsoredRightRailContentActionEvent%22%7D%2C%22eventBody%22%3A%7B%22sponsoredEventHeader%22%3A%7B%22encryptedTrackingData%22%3A%22CwEAAAGd4Y9XgEn5Ki4HogggTRktDmuZyiJEmBq3z-86v8IjXCJ8KxHYFQDr3AoxOwrrTaHf3bTkxYtBqQnY3oAMnOiE5RCnJ1Vjk_3fPzg-CBT32wixdqn8PWBnis10p8JJN3QoOwiOKukktfwxiguJpNqPEjclUrNH46CzZN-Osq87NB9Y0Mop9pwmLnixfZ7zedNeTSuS8N7ZhVOw8nx5GFt6MT3y2buO54W8NOe_dqwkbrR5cS7kpee7L4lBL5WD6sRGzVjp7pLLh78F0NElVLhOanX7oAh2YhtyWRliOHIcrdAuDS5QwwdCW2_kkfQhSKqQLPEDbY_JXcHC_yMLUq4UqG5VJ_y8LIwUwzQZ1NcrpVmRQOiJCmMsYujYHRv66ms1TA2N1h-ClRG7IGcHhIxAuOmeBIIi3TFiO4K9TZlXimmIY1vyvmY6uNVrIIfhEgfF4eQnqUTWIzpraK_Wb18fG1kJpFcVCsRJF6c0FvXrbnG6d9e_14ZMyNVYo9bOOWPnxoU-JN1vsfrxa42cO7pubP8qv1hCLRgfR2b5JZ1A3GV5XMh3zkfX8JEyCxSJwXZeeRfx6vKzZK7YA4PqVz9AuGQr57V9PTTGpx1Vtr2ngJ5sQL_1uD-lChflVmw5FHxgFKI6db1pNJipyMuARF7EzkJvIbIsr3Nwq3vqLOXaPOuCj1mA74PNy0dGpYSjWsSIB4nrSLurL6ZX2Sg1koFz0db-xvkJy73V2YGoS7NmQGcycH5KJjvIZ07ZavddKEmCmSOdy8CkwoRAytSptHXJqqyu4s36y5g4Q1nmYnte2aOqWNQWthy-IludxYVZsHOucK1MVJNZKh9Q27E3U8vOcwiYInBNwTjTofNDIAK8mcnOJa3KGCETsrTr9ZfpZ7kIdt4HAvArK88CYlDNW18n8IblKGaM93LCSH0kvx_ivYIcnfxauoWduxD6_hhsxSlU0U0hb9wE31F-5XtohJaIZ7gwdjq_pzsyn5EK96za9Vk3PhkYHZ1EYgrxMBJumHgI_O7ZaHqY4mOcFQ5Z9IlZRwHCf7tico122e7XyEEPFvoy7uuEYA5x6WfXDKLYvCs9gCVy8OA8w7kRN4Asqn4GhwSGWaZXKHLLqZm8Y3M0I_CyrUSpNL-ZkIEjHlsy-QpPcqaYt8HSHZPULm12KVmsNiDkDH8Kg7yrMhvRCN46brp97UE%22%7D%2C%22header%22%3A%7B%22pageInstance%22%3A%7B%22pageUrn%22%3A%22urn%3Ali%3Apage%3Ad_flagship3_feed%22%2C%22trackingId%22%3A%228fbc74e6-35be-42ba-b858-100f3e3b7b66%22%7D%2C%22time%22%3A1777605760867%2C%22version%22%3A%220.0.0%22%7D%2C%22requestHeader%22%3A%7B%22pageKey%22%3A%22d_flagship3_feed%22%2C%22interfaceLocale%22%3A%22en-US%22%7D%7D%7D%5D&csrfToken=ajax%3A5544974620789791545"
|
|
1111
|
+
uid=f32e10 img "Inato"
|
|
1112
|
+
uid=f32e11 generic
|
|
1113
|
+
uid=f32e12 generic
|
|
1114
|
+
uid=f32e13 paragraph value="Jerome, explore relevant opportunities with Inato"
|
|
1115
|
+
uid=f32e14 paragraph value="Get the latest jobs and industry news"
|
|
1116
|
+
uid=f32e15 link "Follow" url="https://www.linkedin.com/li/tscp/sct?destinationUrl=http%3A%2F%2Fwww.linkedin.com%2Fcompany%2F10544541%2Flife%3FisFollowingPage%3Dtrue&trackingEvent=%5B%7B%22eventInfo%22%3A%7B%22appId%22%3A%22com.linkedin.ads.rendering.d_web%22%2C%22eventName%22%3A%22SponsoredRightRailContentActionEvent%22%2C%22topicName%22%3A%22SponsoredRightRailContentActionEvent%22%7D%2C%22eventBody%22%3A%7B%22sponsoredEventHeader%22%3A%7B%22encryptedTrackingData%22%3A%22CwEAAAGd4Y9XgPKcEnk01piMe2xZ26fJtbKsazftB5-v4rQT6sWJO6Q96lhww59y1CAmI-VXYq2dAXYXdnMZgLvUJ5FgRqIRAH5NmR6iljGbKk9mk95gwQOUcylgWIwnaAnJNgDaINunf--ElBbKM7RyE3UuaZ9c0sC0ADGBL167PbVfS9mbgE1924i6MBXTQTxiwJc_dyr_GPanV7Sa0oet8EBRd0TuY1AsPP91eMcI-4s_NYHzU_qjoR26EI2t6Cz20aEg5V8u_FofXYzL7UCdbkqFV-GdRhLRA_n6vy4HXzbgycTLk6Wj2o-yBo2c2CtUz60syGG1BAsiJ4NHQ56qRHIabnavEJrQb-MtWTCHCuXtki0pZSJ5-zqU3_q-Lv0bpiNqER7zO2-ebge8kQ8QhXYlp-0kDGvL9zlECXGG2uiyMmA5nmJ7lFsLdigy39D476owTxi275UUpD8umaEEKHjDU62cX8oy5an0mgYYgZ-3sZzFQ_RlNPPBZ354WWEraPkuGDGaA7Z-k0ur7lr7ENixcMgisha6LUITG1O8WV2DICXqTcMlTawwWilp_9tOgCkFFfhBh3XUb1P64ho7nusU9slwVXeiq7sDHfHTtDCmF9jkyRltOide_2hTZHKeZPvRGXQUe5TvMsl9Ij8b0nJ6bJRrhmAIBaxm-K5Apif2VTcoT4fmvaAETnIND13rtpPuBhgrxwp83GtHzhvh49JtxQbh1QtrRrx1YV_SzCjPwywG_TA0tkkca5Pf5EEftV-FDFY6rVtp-JRlb6YPpNy1CoMZAryAfowvc2uIrpoy2MwYQmixBkUqB9BCqcYczRaUqRm-XQR7GJ-QvBFA7qaUjmpfCvVDONEbYTc8s0tTJP38yRWS4F11jJFU3Jd2svlKyhkEbBYs1LwybTWxtvOhg-wUYe9fwKhEj96r94Az843SdV5lq_uSniXljJmcAvExfXYp7OU6SjauAdQt11kENjwvW9iF7Td3tBiu1rmoszbxfbV9YnDfvUG0Ggwo9SaQlzEOlos8b0b2NrXWglTmfBzvG-XEwZgfL4ez1RArxLdYXh4i79KcQlZ54L1jaD9EsQ76H76oC6P7vlrBfE5vpO694LiPRSLRHaUsos9fmr1-LACY4veXiIKBIygbw8cFr26VNeAV1-f_S2ZH-3SDsKWjKfSYYMmYtuNk-L5bZZCCQvmdhi2CSanrHy1Gh17yenF4frYHtshcVWP8GxE24K9vbsg%22%7D%2C%22header%22%3A%7B%22pageInstance%22%3A%7B%22pageUrn%22%3A%22urn%3Ali%3Apage%3Ad_flagship3_feed%22%2C%22trackingId%22%3A%2237a4e312-d2bb-4946-b702-180a709e8691%22%7D%2C%22time%22%3A1777605760867%2C%22version%22%3A%220.0.0%22%7D%2C%22requestHeader%22%3A%7B%22pageKey%22%3A%22d_flagship3_feed%22%2C%22interfaceLocale%22%3A%22en-US%22%7D%7D%7D%5D&csrfToken=ajax%3A5544974620789791545"
|
|
1117
|
+
uid=f32e16 generic
|
|
1118
|
+
uid=f32e17 paragraph value="Promoted"
|
|
1119
|
+
uid=f32e18 button "Ad Options"
|
|
1120
|
+
uid=f32e19 img
|
|
1121
|
+
uid=f32e23 generic value="Ad Options"
|
|
1122
|
+
uid=e1941 generic
|
|
1123
|
+
uid=e1942 generic
|
|
1124
|
+
uid=e1943 link "About" url="https://about.linkedin.com/"
|
|
1125
|
+
uid=e1944 paragraph value="About"
|
|
1126
|
+
uid=e1945 link "Accessibility" url="https://www.linkedin.com/accessibility/"
|
|
1127
|
+
uid=e1946 paragraph value="Accessibility"
|
|
1128
|
+
uid=e1947 link "Help Center" url="https://www.linkedin.com/help/linkedin/"
|
|
1129
|
+
uid=e1948 paragraph value="Help Center"
|
|
1130
|
+
uid=e1949 button "Privacy & Terms"
|
|
1131
|
+
uid=e1950 generic
|
|
1132
|
+
uid=e1951 paragraph value="Privacy & Terms"
|
|
1133
|
+
uid=e1952 img
|
|
1134
|
+
uid=e1954 link "Ad Choices" url="https://www.linkedin.com/help/linkedin/answer/62931/"
|
|
1135
|
+
uid=e1955 paragraph value="Ad Choices"
|
|
1136
|
+
uid=e1956 link "Advertising" url="https://www.linkedin.com/ad/start/?trk=n_nav_ads_rr"
|
|
1137
|
+
uid=e1957 paragraph value="Advertising"
|
|
1138
|
+
uid=e1958 button "Business Services"
|
|
1139
|
+
uid=e1959 generic
|
|
1140
|
+
uid=e1960 paragraph value="Business Services"
|
|
1141
|
+
uid=e1961 img
|
|
1142
|
+
uid=e1963 link "Get the LinkedIn app" url="https://www.linkedin.com/mobile/"
|
|
1143
|
+
uid=e1964 paragraph value="Get the LinkedIn app"
|
|
1144
|
+
uid=e1965 link "More" url="https://www.linkedin.com/feed/"
|
|
1145
|
+
uid=e1966 paragraph value="More"
|
|
1146
|
+
uid=e1967 generic
|
|
1147
|
+
uid=e1968 img
|
|
1148
|
+
uid=e1970 paragraph value="LinkedIn Corporation © 2026"
|
|
1149
|
+
uid=s173 generic
|
|
1150
|
+
uid=s174 generic
|
|
1151
|
+
uid=s175 generic
|
|
1152
|
+
uid=s176 generic
|
|
1153
|
+
uid=s177 complementary
|
|
1154
|
+
uid=e1971 generic
|
|
1155
|
+
uid=e1972 generic
|
|
1156
|
+
uid=e1974 generic
|
|
1157
|
+
uid=e1975 generic
|
|
1158
|
+
uid=e1976 img "Jerome Etienne"
|
|
1159
|
+
uid=e1978 generic value="Status is online"
|
|
1160
|
+
uid=e1979 button "You are on the messaging overlay. Press enter to open the list of conversations."
|
|
1161
|
+
uid=e1980 generic
|
|
1162
|
+
uid=e1981 generic value="Messaging"
|
|
1163
|
+
uid=e1982 generic value="You are on the messaging overlay. Press enter to open the list of conversations."
|
|
1164
|
+
uid=e1983 generic
|
|
1165
|
+
uid=e1985 button "Open messenger dropdown menu"
|
|
1166
|
+
uid=e1986 img "Open messenger dropdown menu"
|
|
1167
|
+
uid=e1989 button "Compose message"
|
|
1168
|
+
uid=e1990 img
|
|
1169
|
+
uid=e1992 generic value="Compose message"
|
|
1170
|
+
uid=e1993 button "You are on the messaging overlay. Press enter to open the list of conversations."
|
|
1171
|
+
uid=e1994 img
|
|
1172
|
+
uid=e1996 generic value="You are on the messaging overlay. Press enter to open the list of conversations."
|
|
1173
|
+
uid=e1997 generic
|
|
1174
|
+
uid=e1999 heading "Page inboxes" level="3"
|
|
1175
|
+
uid=e2000 generic
|
|
1176
|
+
uid=e2001 generic value="Click to see affiliated inboxes"
|
|
1177
|
+
uid=e2002 button "Page inboxes"
|
|
1178
|
+
uid=e2003 img
|
|
1179
|
+
uid=s178 complementary "AI-powered assistant to get help with your career, jobs etc"
|
|
1180
|
+
uid=e2005 iframe
|
|
1181
|
+
uid=f3e1 generic active
|
|
1182
|
+
uid=s179 generic
|
|
1183
|
+
uid=s180 region "Toast message"
|
|
1184
|
+
uid=f3e3 heading "0 notifications total" level="2"
|
|
1185
|
+
uid=s181 alert
|
|
1186
|
+
uid=f3e4 region
|
|
1187
|
+
uid=f3e5 generic
|
|
1188
|
+
uid=f3e7 generic
|
|
1189
|
+
uid=f3e8 button "Skip to search"
|
|
1190
|
+
uid=f3e9 generic value="Skip to search"
|
|
1191
|
+
uid=f3e10 button "Skip to main content"
|
|
1192
|
+
uid=f3e11 generic value="Skip to main content"
|
|
1193
|
+
uid=f3e12 button "Keyboard shortcuts"
|
|
1194
|
+
uid=f3e13 generic value="Keyboard shortcuts"
|
|
1195
|
+
uid=f3e14 button "Close jump menu"
|
|
1196
|
+
uid=f3e15 img
|
|
1197
|
+
uid=f3e17 generic value="Close jump menu"
|
|
1198
|
+
uid=f3e18 banner "Global Navigation"
|
|
1199
|
+
uid=f3e19 generic
|
|
1200
|
+
uid=f3e20 link "LinkedIn" url="https://www.linkedin.com/feed/?nis=true"
|
|
1201
|
+
uid=f3e23 img "LinkedIn"
|
|
1202
|
+
uid=f3e24 img
|
|
1203
|
+
uid=f3e28 generic
|
|
1204
|
+
uid=f3e29 combobox "Search"
|
|
1205
|
+
uid=s182 generic
|
|
1206
|
+
uid=s183 img
|
|
1207
|
+
uid=f3e30 navigation "Primary Navigation"
|
|
1208
|
+
uid=f3e31 list
|
|
1209
|
+
uid=f3e32 listitem
|
|
1210
|
+
uid=f3e33 link "Home" url="https://www.linkedin.com/feed/"
|
|
1211
|
+
uid=f3e37 img
|
|
1212
|
+
uid=f3e39 generic "Home"
|
|
1213
|
+
uid=f3e40 listitem
|
|
1214
|
+
uid=f3e41 link "My Network" url="https://www.linkedin.com/mynetwork/?"
|
|
1215
|
+
uid=f3e45 img
|
|
1216
|
+
uid=f3e47 generic "My Network"
|
|
1217
|
+
uid=f3e48 listitem
|
|
1218
|
+
uid=f3e49 link "Jobs" url="https://www.linkedin.com/jobs/?"
|
|
1219
|
+
uid=f3e53 img
|
|
1220
|
+
uid=f3e55 generic "Jobs"
|
|
1221
|
+
uid=f3e56 listitem
|
|
1222
|
+
uid=f3e57 link "Messaging" url="https://www.linkedin.com/messaging/?"
|
|
1223
|
+
uid=f3e61 img
|
|
1224
|
+
uid=f3e63 generic "Messaging"
|
|
1225
|
+
uid=f3e64 listitem
|
|
1226
|
+
uid=f3e65 link "Notifications" url="https://www.linkedin.com/notifications/?"
|
|
1227
|
+
uid=f3e69 img
|
|
1228
|
+
uid=f3e71 generic "Notifications"
|
|
1229
|
+
uid=f3e72 listitem
|
|
1230
|
+
uid=f3e74 button "Jerome Etienne Me"
|
|
1231
|
+
uid=f3e75 img "Jerome Etienne"
|
|
1232
|
+
uid=f3e76 generic
|
|
1233
|
+
uid=s184 StaticText "Me"
|
|
1234
|
+
uid=f3e77 img
|
|
1235
|
+
uid=f3e79 listitem
|
|
1236
|
+
uid=f3e81 button "For Business"
|
|
1237
|
+
uid=f3e85 img
|
|
1238
|
+
uid=f3e87 generic "For Business"
|
|
1239
|
+
uid=s185 StaticText "For Business"
|
|
1240
|
+
uid=f3e88 img
|
|
1241
|
+
uid=f3e90 listitem
|
|
1242
|
+
uid=f3e92 link "Retry for €0" url="javascript:void(0)"
|
|
1243
|
+
uid=f3e93 generic
|
|
1244
|
+
uid=f3e94 img
|
|
1245
|
+
uid=f3e96 generic value="Retry for €0"
|